C-Salt v0.8.3: Error Overhaul and Compilation Fixes
Pre-release
Pre-release
What's Changed
- Robust Error Handling: Migrated all
Result<T, E>types toanyhow::Result<T>for easier and more reliable error handling. Also removed instances ofunwrap()to handle more effectively. - Fixed Gcc-like Compilers: Basic functionality of compilers like
gccnow works on both MacOS and Windows. - Fixed Missing Libraries:
libanddyncompilation units now show the final output in thebuild/directory.
In-development Notice
This is not a stable version. Everything is subject to change, and may potentially break. Do not use this on already existing C repositories until you have copied it for C-Salt to use.