Skip to content
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

Merged
merged 4 commits into from
Aug 20, 2024
Merged

Conversation

spdegabrielle
Copy link
Member

Don’t pull yet I need to do more

@racket-discourse-github-bot

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

@spdegabrielle
Copy link
Member Author

@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`. ([]())
Copy link
Contributor

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])
Copy link
Contributor

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)
Copy link
Contributor

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?

Copy link
Contributor

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.

@jbclements jbclements merged commit 3144356 into racket:master Aug 20, 2024
1 check passed
@jbclements
Copy link
Contributor

Probably should have squashed first, mea culpa.

@spdegabrielle spdegabrielle deleted the patch-23 branch August 20, 2024 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants