Name the memory model as RAII, and use the canonical org in links - #3
Merged
Conversation
Paul Hammant pointed out the memory model is never named for what it is. The docs already call it RAII-via-codegen, so the page now leads with that, and states the two things it deliberately does not have: no garbage collector and no borrow checker (docs/memory-management.md is explicit that the escape analysis is not one). Separately, the GitHub org is aether-lang-dev now and aether-lang-org only 301s, so 23 source links plus the generated docs were relying on a redirect. That covers the installer, the CI workflow and the Dockerfile too.
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.
Two unrelated but small changes, both from feedback.
Name the memory model
Paul Hammant pointed out that the page describes what the memory model does without ever naming it.
docs/cross-references/c3.mdalready calls it RAII-via-codegen, so the Memory row now leads with that, and says the two things Aether deliberately does not have:"No borrow checker" is straight from
docs/memory-management.md:282, which says the escape analysis "is not a borrow checker (Aether has none)". Naming all three together is the honest position: the C++ answer to cleanup, without the Go answer or the Rust answer.Point links at the canonical org
The GitHub org is
aether-lang-devnow.aether-lang-orgstill 301s, so nothing was broken, but 23 source links plus every generated doc page were relying on that redirect. This updates them, including the installer shim, the CI workflow and the Dockerfile.Also replaces one em-dash that arrived with the module-system wording, house style is commas.
Checks
./test.shpasses (buildsserve.ae, exercises every route, runs real code)static/aether-lang-orgreferences left