Skip to content

C-Salt v0.8.3: Error Overhaul and Compilation Fixes

Pre-release
Pre-release

Choose a tag to compare

@BurningHot687 BurningHot687 released this 13 Jul 02:42
· 203 commits to master since this release
353a114

What's Changed

  • Robust Error Handling: Migrated all Result<T, E> types to anyhow::Result<T> for easier and more reliable error handling. Also removed instances of unwrap() to handle more effectively.
  • Fixed Gcc-like Compilers: Basic functionality of compilers like gcc now works on both MacOS and Windows.
  • Fixed Missing Libraries: lib and dyn compilation units now show the final output in the build/ 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.