You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Location.raise_error has the annoying side effect that merlin can't do anything with the file. Instead, whenever we produce an error we should instead produce an [%%ocaml.error] extension point.
In ppx, we should expose no such Location.raise function to make sure new ppx rewriters do the right thing.
The text was updated successfully, but these errors were encountered:
ghost
changed the title
Do expose *raise* functions
Do not expose *raise* functions
Nov 5, 2019
Using
Location.raise_error
has the annoying side effect that merlin can't do anything with the file. Instead, whenever we produce an error we should instead produce an[%%ocaml.error]
extension point.In ppx, we should expose no such
Location.raise
function to make sure new ppx rewriters do the right thing.The text was updated successfully, but these errors were encountered: