Skip to content

Neat 0.7.0: Tentative Windows Support?!

Compare
Choose a tag to compare
@FeepingCreature FeepingCreature released this 24 Feb 10:45
· 46 commits to master since this release

For the first time, we have a Windows build in the downloads!

Note that you must have llvm-mingw with LLVM 15 installed and its \bin\ folder in the PATH for this to work. Then, running build.bat should produce a neat.exe that you can run.

Breaking change: the fail tuple attribute has been removed.
It was redundant with the Error class, which is supposed to be the superclass of every error class. For identical behavior, map the former fail type to breakelse with case.

The rest in v0.7.0 is mostly just small bugfixes.