phated / reasonable

(Just an experiment) The ReasonML runtime.
Mozilla Public License 2.0
78 stars 2 forks source link

Remove developer-specific file references #9

Closed gladimdim closed 6 years ago

gladimdim commented 6 years ago

When I try to run 'reasonable' exec file, I receive such error (MacOS):

➜ reasonable git:(master) pwd /Users/dgl/projects/reasonable ➜ reasonable git:(master) ./reasonable ./examples/json/Json.re 2018/06/13 11:41:57 stat /Users/phated/go/src/reasonable/runtime/compiler.js: no such file or directory

phated commented 6 years ago

@gladimdim I'm not sure what packr was doing wrong but I swapped it out for https://github.com/shurcooL/vfsgen and had my friend test the binary on his machine and the problem seems fixed. It made the build process a little more complex but I've added a makefile for that.

gladimdim commented 6 years ago

Yes, the fresh version now works! I could run my reasons in 2 cases out of 5!

phated commented 6 years ago

@gladimdim Nice! Feel free to let me know what things aren't working in the other 3 cases and I'll take a look.