Skip to content

Commit c1b3aba

Browse files
committed
ugh, minor changes that I failed to push.
most notably add 2 contributors (Brad Lucier, Stephen de Gabrielle), also some refactoring.
1 parent 352aa80 commit c1b3aba

File tree

3 files changed

+44
-20
lines changed

3 files changed

+44
-20
lines changed

announcements/v8.18.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ Racket v8.18
3535

3636
The following people contributed to this release:
3737

38-
Bob Burger, Bogdan Popa, Carl Gay, Chloé Vulquin, D. Ben Knoble,
39-
Dario Hamidi, Gustavo Massaccesi, Jacqueline Firth, Jade Sailor,
38+
Bob Burger, Bogdan Popa, Brad Lucier, Carl Gay, Chloé Vulquin, D.
39+
Ben Knoble, Gustavo Massaccesi, Jacqueline Firth, Jade Sailor,
4040
Jarhmander, Jason Hemann, Jens Axel Søgaard, Joel Dueck, John
4141
Clements, jyn, Jörgen Brandt, Mao Yifu, Marc Nieper-Wißkirchen,
4242
Matthew Flatt, Matthias Felleisen, Mike Sperber, Noah Ma,
4343
paralogismos, Pavel Panchekha, Philip McGrath, Robby Findler, Ryan
44-
Culpepper, Sam Tobin-Hochstadt, Shalok Shalom, Steve Byan, Vincent
45-
Lee, Wing Hei Chan, and ZC Findler.
44+
Culpepper, Sam Tobin-Hochstadt, Shalok Shalom, Stephen De Gabrielle,
45+
Steve Byan, Vincent Lee, Wing Hei Chan, and ZC Findler.
4646

4747
----------------------------------------------------------------------

blog/_src/posts/2025-08-20-racket-v8-18.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Tags: release-announcement
44
Authors: John Clements, Stephen De Gabrielle
55

6+
*posted by Stephen De Gabrielle*
7+
68

79
----------------------------------------------------------------------
810

@@ -29,14 +31,7 @@ We are pleased to announce Racket v8.18 is now available from [https://download.
2931

3032
The following people contributed to this release:
3133

32-
Bob Burger, Bogdan Popa, Carl Gay, Chloé Vulquin, D. Ben Knoble,
33-
Dario Hamidi, Gustavo Massaccesi, Jacqueline Firth, Jade Sailor,
34-
Jarhmander, Jason Hemann, Jens Axel Søgaard, Joel Dueck, John
35-
Clements, jyn, Jörgen Brandt, Mao Yifu, Marc Nieper-Wißkirchen,
36-
Matthew Flatt, Matthias Felleisen, Mike Sperber, Noah Ma,
37-
paralogismos, Pavel Panchekha, Philip McGrath, Robby Findler, Ryan
38-
Culpepper, Sam Tobin-Hochstadt, Shalok Shalom, Steve Byan, Vincent
39-
Lee, Wing Hei Chan, and ZC Findler.
34+
Bob Burger, Bogdan Popa, Brad Lucier, Carl Gay, Chloé Vulquin, D. Ben Knoble, Gustavo Massaccesi, Jacqueline Firth, Jade Sailor, Jarhmander, Jason Hemann, Jens Axel Søgaard, Joel Dueck, John Clements, jyn, Jörgen Brandt, Mao Yifu, Marc Nieper-Wißkirchen, Matthew Flatt, Matthias Felleisen, Mike Sperber, Noah Ma, paralogismos, Pavel Panchekha, Philip McGrath, Robby Findler, Ryan Culpepper, Sam Tobin-Hochstadt, Shalok Shalom, Stephen De Gabrielle, Steve Byan, Vincent Lee, Wing Hei Chan, and ZC Findler.
4035

4136
**Racket** is a community developed open source project and we welcome new contributors. See [racket/README.md](https://github.com/racket/racket/blob/master/README.md#contributing)
4237
to learn how you can be a part of this amazing project.
@@ -49,6 +44,7 @@ Questions and discussion welcome at the Racket community on [Discourse](https://
4944
## Please share
5045

5146
If you can - please help get the word out to users and platform specific repo packagers
47+
5248
```
5349
Racket - the Language-Oriented Programming Language - version 8.18 is now available from https://download.racket-lang.org
5450

release-notes/release-notes.rkt

Lines changed: 36 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
;; the markdown used for the blog post.
66

77
(require "render-release-notes.rkt"
8-
"check-links.rkt"
9-
)
8+
"check-links.rkt")
109

1110
(define major-v 8)
1211
(define minor-v 18)
@@ -88,12 +87,41 @@
8887
))
8988

9089
(define contributors
91-
(list "Bob Burger" "Bogdan Popa" "Carl Gay" "Chloé Vulquin" "D. Ben Knoble" "Dario Hamidi"
92-
"Gustavo Massaccesi" "Jacqueline Firth" "Jade Sailor" "Jarhmander" "Jason Hemann"
93-
"Jens Axel Søgaard" "Joel Dueck" "John Clements" "jyn" "Jörgen Brandt" "Mao Yifu" "Marc Nieper-Wißkirchen"
94-
"Matthew Flatt" "Matthias Felleisen" "Mike Sperber" "Noah Ma" "paralogismos" "Pavel Panchekha"
95-
"Philip McGrath" "Robby Findler" "Ryan Culpepper" "Sam Tobin-Hochstadt" "Shalok Shalom"
96-
"Steve Byan" "Vincent Lee" "Wing Hei Chan" "ZC Findler"))
90+
'("Bob Burger"
91+
"Bogdan Popa"
92+
"Brad Lucier"
93+
"Carl Gay"
94+
"Chloé Vulquin"
95+
"D. Ben Knoble"
96+
"Gustavo Massaccesi"
97+
"Jacqueline Firth"
98+
"Jade Sailor"
99+
"Jarhmander"
100+
"Jason Hemann"
101+
"Jens Axel Søgaard"
102+
"Joel Dueck"
103+
"John Clements"
104+
"jyn"
105+
"Jörgen Brandt"
106+
"Mao Yifu"
107+
"Marc Nieper-Wißkirchen"
108+
"Matthew Flatt"
109+
"Matthias Felleisen"
110+
"Mike Sperber"
111+
"Noah Ma"
112+
"paralogismos"
113+
"Pavel Panchekha"
114+
"Philip McGrath"
115+
"Robby Findler"
116+
"Ryan Culpepper"
117+
"Sam Tobin-Hochstadt"
118+
"Shalok Shalom"
119+
"Stephen De Gabrielle"
120+
"Steve Byan"
121+
"Vincent Lee"
122+
"Wing Hei Chan"
123+
"ZC Findler"))
124+
97125

98126
(define (go)
99127
;; abstraction between these two OBVIOUSLY possible, waiting on this until the first time

0 commit comments

Comments
 (0)