<feed xmlns='http://www.w3.org/2005/Atom'>
<title>walint/tiled/Data, branch main</title>
<subtitle>A linter for workadventure maps
</subtitle>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/walint/'/>
<entry>
<title>tiled: relax requirement of objects' types</title>
<updated>2024-10-29T00:44:31+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2024-10-29T00:44:31+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/walint/commit/?id=6e75f701f63f1915d442c6b13126b1c3a8e95876'/>
<id>6e75f701f63f1915d442c6b13126b1c3a8e95876</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>a year went by</title>
<updated>2023-10-23T23:21:52+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2023-10-23T21:18:34+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/walint/commit/?id=9110064fe62f98dd3ecc5fb4c3915a843492b8fb'/>
<id>9110064fe62f98dd3ecc5fb4c3915a843492b8fb</id>
<content type='text'>
This does many meta-things, but changes no functionality:
 - get rid of stack, and use just cabal with a stackage snapshot instead
   (why did I ever think stack was a good idea?)
 - update the stackage snapshot to something halfway recent
 - thus making builds work on nixpkgs-23.05 (current stable)
 - separating out packages into their own cabal files
 - use the GHC2021 set of extensions as default
 - very slight code changes to make things build again
 - update readme accordingly
 - stylish-haskell run
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This does many meta-things, but changes no functionality:
 - get rid of stack, and use just cabal with a stackage snapshot instead
   (why did I ever think stack was a good idea?)
 - update the stackage snapshot to something halfway recent
 - thus making builds work on nixpkgs-23.05 (current stable)
 - separating out packages into their own cabal files
 - use the GHC2021 set of extensions as default
 - very slight code changes to make things build again
 - update readme accordingly
 - stylish-haskell run
</pre>
</div>
</content>
</entry>
<entry>
<title>code formatter</title>
<updated>2022-10-11T11:41:30+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2022-10-11T11:41:30+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/walint/commit/?id=e70ceee20ea8f064264f724e8390288ef2cb1017'/>
<id>e70ceee20ea8f064264f724e8390288ef2cb1017</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use template haskell aeson, not generics</title>
<updated>2022-10-11T11:39:16+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2022-10-11T11:39:16+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/walint/commit/?id=4caded904c54d1cd85bf54239517e93650a404f5'/>
<id>4caded904c54d1cd85bf54239517e93650a404f5</id>
<content type='text'>
this has been bothering me for MONTHS, and it compiles faster now. also fixed some warnings
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this has been bothering me for MONTHS, and it compiles faster now. also fixed some warnings
</pre>
</div>
</content>
</entry>
<entry>
<title>linter: don't fail on missing maps</title>
<updated>2022-04-08T12:12:00+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2022-04-08T12:12:00+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/walint/commit/?id=db2bd423a00e582dd966d040df70d6994122b7ff'/>
<id>db2bd423a00e582dd966d040df70d6994122b7ff</id>
<content type='text'>
turns out eitherDecodeFile' doesn't have the semantics I thought it did
(who writes functions returning either that can still fail??)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
turns out eitherDecodeFile' doesn't have the semantics I thought it did
(who writes functions returning either that can still fail??)
</pre>
</div>
</content>
</entry>
<entry>
<title>unbreak a very, very long rebase</title>
<updated>2022-03-19T19:21:14+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2022-03-19T19:20:20+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/walint/commit/?id=80cc9d0f70e98ff9b8aa78c86891d4a9bb4759d5'/>
<id>80cc9d0f70e98ff9b8aa78c86891d4a9bb4759d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make tiled even more strict</title>
<updated>2022-03-19T19:00:53+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2022-03-06T16:56:30+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/walint/commit/?id=ab16b947984b230b38fb38aaeceab9e206a18587'/>
<id>ab16b947984b230b38fb38aaeceab9e206a18587</id>
<content type='text'>
turns out aeson really REALLY likes to keep huge scientific numbers
around, which is great if your data structures consist largely of arrays
of (small) integers!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
turns out aeson really REALLY likes to keep huge scientific numbers
around, which is great if your data structures consist largely of arrays
of (small) integers!
</pre>
</div>
</content>
</entry>
<entry>
<title>make tiled stricter (and organise some imports)</title>
<updated>2022-03-19T19:00:02+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2022-03-06T15:28:05+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/walint/commit/?id=5d8cbd7c9975ca1fb95fb332f7e27357cc18e982'/>
<id>5d8cbd7c9975ca1fb95fb332f7e27357cc18e982</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>separate tiled modules out into own package</title>
<updated>2022-03-19T18:57:16+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2022-02-27T23:39:54+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/walint/commit/?id=596096823872aaa491e1a208f70da820322a766f'/>
<id>596096823872aaa491e1a208f70da820322a766f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
