-
-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update 2024-08-14-racket-v8-14.md #319
Conversation
This pull request has been mentioned on Racket Discourse. There might be relevant details there: https://racket.discourse.group/t/release-announcement-for-v8-14/3048/27 |
@jbclements good to go |
|
||
- Identifiers such as `case-λ`, `match-λ` and `λ` are equivalent to | ||
their Latin-alphabet equivalents (`case-lambda`, `match-lambda`, and | ||
`lambda`) in more contexts, including uses of `match`. | ||
`lambda`) in more contexts, including uses of `match`. ([]()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you intend to add a link here? If not, let's remove it.
|
||
- The module browser can perform filtering on submodules. | ||
|
||
- The `raco test` command-line form respects the | ||
`current-test-invocation-directory` parameter, and shows well-formed | ||
module paths in its output. | ||
module paths in its output.((`current-test-invocation-directory`)[https://docs.racket-lang.org/raco/test.html#%28def._%28%28lib._raco%2Ftesting..rkt%29._current-test-invocation-directory%29%29]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For links, square brackets should appear first, and then parens.
- 64-bit ARM Windows is one of the standard pre-built downloads. | ||
|
||
- The `compiler/demod` language integrates demodularization into the | ||
program rather than an external tool. Using the language approach | ||
cooperates with other Racket tools and allows demodularization to be | ||
used on libraries. Additionally, demodularization handles submodules | ||
and can prune definitions, significantly shrinking the size of some | ||
programs. | ||
programs. [`#lang compiler/demod`](https://docs.racket-lang.org/raco/demod.html#%28mod-path._compiler%2Fdemod%29) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to add parens around this link too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm going to try rendering, and then make any needed fixes. Thank you so much for your work on this.
Probably should have squashed first, mea culpa. |
Don’t pull yet I need to do more