release: v0.17.0#366
Merged
Merged
Conversation
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.
Cuts v0.17.0, versioning everything that landed on
devsince v0.16.2 so it can sweep tomainand tag.Bumps
mach.tomlto0.17.0and converts the[Unreleased]CHANGELOG block into the[0.17.0]section (plus the entries that were merged without a changelog note: #337, #340, #349, #334, mach#1885, #280). Minor bump — substantial new public API (chrono/format/process/system/data.json) and a permanent aarch64 target, with fixes riding along.Added
format_duration, format{:<N}left-align (mach#1774)PT_GNU_RELROre-protection (mach#1778)exec.spawn_redirected/exec.wait_any,os.cpu_count(process: public exec.spawn_redirected + exec.wait_any; os.cpu_count #331)value_string_decodeaccessor (data/json: parse and emit disagree on string representation (raw wire bytes vs logical bytes) #340)[target.linux-arm64]+cross-arm64qemu lane (std: permanent [target.linux-arm64] + qemu aarch64 CI lane #280)Fixed
p_memsz— the critical arm64--piestartup crash (mach#1885)os.page_sizesourcesAT_PAGESZ(runtime: surface AT_PAGESZ to the OS layer (page_size() hardcodes 4096) #336)Built with mach 2.14.1 (the current released compiler; CI/users pair std with the latest mach release). Sanity bar green locally against 2.14.1:
mach build .,mach test .(620 passed / 0 failed), and the RELRO contract (test/relro/verify.sh).Release choreography: once this merges to
dev, adev→mainsweep tipsmain, then tagv0.17.0(annotated) on the sweep merge commit →release.yml.