Welcome to the release notes for Scarb v2.19.1!
This patch release updates Scarb's bundled Cairo tooling packages, cairo-language-server and cairo-lint, to v2.19.1, while keeping the compiler stack on Cairo v2.19.0.
Cairo Lint Update
cairo-lint v2.19.1 disables the assert_on_const lint. The lint turned out to have significant time performance issues on larger codebases, so it has been turned off for now to keep Scarb checks and editor diagnostics responsive while the implementation is revisited.
This means projects will no longer receive assert_on_const diagnostics from the bundled lint tooling in this release. Other Cairo lint functionality remains available.
Cairo Version
This version of Scarb comes with Cairo v2.19.0, and bundles cairo-language-server and cairo-lint v2.19.1.
What's Changed
- Update
cairo-language-serverandcairo-linttov2.19.1, disabling theassert_on_constlint because of time performance issues. See thecairo-lintv2.19.0...v2.19.1comparison.
Full Changelog: v2.19.0...v2.19.1