unisonweb / unison

A friendly programming language from the future
https://unison-lang.org
Other
5.81k stars 271 forks source link

bump racket to 8.14 in CI #5388

Closed aryairani closed 1 month ago

aryairani commented 1 month ago

to match homebrew-installed version

kylegoetz commented 1 month ago

Re @dolio comment about relying on something in 8.14: iirc the UDP implementation I wrote is broken on 8.13 but works on 8.14. I think that was the best explanation we had at the time.

aryairani commented 1 month ago

I think we can tell users to install 8.14; it's the latest version at https://download.racket-lang.org/ Homebrew even has it now too, someone added a patch to use openssl3. I think we have to keep bundling our own though, because we need to be able to link libb2.{so,dylib} into racket's lib/ in order to include libb2 in the redistributable bundle.