rescript-compiler icon indicating copy to clipboard operation
rescript-compiler copied to clipboard

Error Message Improvements

Open cknitt opened this issue 1 year ago • 1 comments

From the retreat notes:

  • Subtyping (relevant information is not currently tracked in the compiler)
  • Interface mismatches (harder to read with JSX4)
  • Get rid of OCaml syntax in error messages
  • Code Actions for fixing error messages / refactoring

Also:

  • Function application (incorrect number/types of arguments) #7055

cknitt avatar Aug 25 '24 11:08 cknitt

Hi @zth, any chance you could add some pointers on how the Code Actions for fixing error messages / refactoring part would play out?

nojaf avatar Jan 27 '25 09:01 nojaf