Skip to content

C-Salt v0.10.0: Compilation Pipeline Overhaul, Refactored Codebase, Resolved Hidden Issues

Pre-release
Pre-release

Choose a tag to compare

@BurningHot687 BurningHot687 released this 20 Jul 03:14
· 116 commits to master since this release
32602ee

What's Changed?

  • Fixed semver usage for build_sys_ver in Salt.toml. Unfortunately, no ranges are supported at the moment.
  • Fixed Salt.toml validation path error.
  • Moved compilation of object files out of the cache directory and into the mirror directory of the source file (e.g. src/main.c to .csalt/src/main.o).

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.