Nothing major here - I was just fiddling around because I was experimenting with the latest v11 candidate on another repo. I thought there was an issue with rescript-struct from the error messages I got, but turns out I was just being silly. :grimacing:
Anyway, I thought this update would maybe be appreciated.
Summary:
Upgraded to the latest beta.
Fix issues that arose in the code (uncurried by default struggled with the type annotations for Obj.magic for some reason)
Ran pnpm rescript format -all
In hindsight I think keeping the bsconfig to have "uncurried": false probably makes sense to make sure nothing breaks. Making another PR with that too
Nothing major here - I was just fiddling around because I was experimenting with the latest v11 candidate on another repo. I thought there was an issue with rescript-struct from the error messages I got, but turns out I was just being silly. :grimacing:
Anyway, I thought this update would maybe be appreciated.
Summary:
Obj.magic
for some reason)pnpm rescript format -all
In hindsight I think keeping the bsconfig to have
"uncurried": false
probably makes sense to make sure nothing breaks. Making another PR with that too