WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

12.0.1

Latest

Choose a tag to compare

@cknitt cknitt released this 09 Dec 16:25
· 23 commits to master since this release
b7efc94

🐛 Bug fix

  • Fix exponential compilation blowup with large unboxed variants and dict pattern matching. #8078
  • Rewatch: warnings for unsupported/unknown rescript.json fields. #8031
  • Fix missing ignore function in some Stdlib modules. #8060
  • Fix signature matching for externals when abstract alias hides function arity. #8045
  • Fix arity detection for arrows returning nested generics. #8064
  • Fix error handling when rescript.json parsing fails and improve error message. #8067
  • Fix invalid JSX being generated for empty fragments. #8077

💅 Polish

  • Add missing deprecation and migration for Exn.Error. #8036