shu--hung
2021-8-27 19:06:42

@samth: If I update typed-racket-lib’s version, do I also need to change typed-racket’s so users that depend on typed-racket can also specify the version number?


shu--hung
2021-8-27 19:07:06

Plus if I put a history form, is the version number referring to that of typed-racket’s or typed-racket-lib’s?


samth
2021-8-27 19:36:06

They should have the same version number.


shu--hung
2021-8-27 19:43:34

Okay! I’ll make them have the same number


shu--hung
2021-8-27 23:43:30

I’m checking download hints of v7.9, v7.8, v7.7 etc for Mac M1 based on the discussion here https://github.com/racket/racket-lang-org/pull/158#issuecomment-847016299

but the text only shows up for v7.9 and not other earlier versions: v7.8: https://download.racket-lang.org/racket-v7.8.html


shu--hung
2021-8-27 23:44:20

This block of code seems to display the text only when the version is at least v7.9: https://github.com/racket/racket-lang-org/blob/master/download/download-pages.rkt#L757-L763

Should I delete the if conditional here?