reasonml / reason

Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems
http://reasonml.github.io
MIT License
10.12k stars 428 forks source link

unknow parser error #2553

Closed lorenzo-pomili closed 1 month ago

lorenzo-pomili commented 4 years ago

Hi I'm reciving strange error after little refactor (I changed string in option(string))

You can reproduce the error from this repo: https://github.com/lorenzo-pomili/workshop_with_train_schedule

last commit introduce the error

lorenzo-pomili commented 4 years ago

ok, the error seem disappear removing all the comments in Index.re from line 63 to the end of file, I pushed branch to preserve error because it look very strange: https://github.com/lorenzo-pomili/workshop_with_train_schedule/tree/error_branch

anmonteiro commented 1 month ago

not a minimal repro