Release/v0.3#618
Open
dannymeijer wants to merge 44 commits into
Open
Conversation
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release 0.3
This PR promotes
release/v0.3intomain. It contains the 0.3 language, stdlib, tooling, documentation, and stabilization work accumulated since the 0.2 release line.The full user-facing release narrative lives in Release 0.3. This PR body is intentionally a reviewer-facing summary.
Highlights
loop:expressions withbreak <value>,if let/while let, union narrowing, value enums, enum-owned methods, enum trait adoption, Rust trait adoption from Incan source, trait-based operator overloading, and protocol hooks for core syntax.std.collections,OrdinalMap,std.graph,std.datetime,std.encoding,std.hash,std.compression,std.regex,std.json,std.logging, temporary filesystem helpers, iterator adapters, andResultcombinators.incan.lockfiles, the RFC 053 formatter spacing contract, inline tests, fixtures, async fixtures, first-class test-runner behavior, generated reports, and faster release-gate organization.Migration Notes
intandfloatcode does not require a source migration; those spellings remain valid and keep theiri64/f64representations.incan fmt --checkshould expect one-time formatter diffs from the RFC 053 vertical-spacing contract.decimalornumericshould rename those local types or use the new parameterized numeric family forms.Verification
6bcec3a1completed successfully in CI run#860.make pre-committhrough the stabilization PRs./Users/danny/Development/encero/incanclean onrelease/v0.3...origin/release/v0.3.Release Links
release/v0.3main