rescript-lang / rescript-lang.org

Official documentation website for the ReScript programming language
https://rescript-lang.org
MIT License
1.85k stars 247 forks source link

update Core to v1.4 #878

Closed aspeddro closed 5 months ago

aspeddro commented 5 months ago

There remain two functions using OCamlCompact

src/vendor/Json_encode.res|9 col 24| let char = c => string(OCamlCompat.String.make(1, c))
src/vendor/Json_decode.res|44 col 5| OCamlCompat.String.get(s, 0)
vercel[bot] commented 5 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
rescript-lang.org ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 8, 2024 3:07am
fhammerschmidt commented 5 months ago

Thanks. Yeah let's remove that OCamlCompat methods later