frenetic-lang / frenetic

The Frenetic Programming Language and Runtime System
http://www.frenetic-lang.org/
Other
223 stars 52 forks source link

Fixes to make things compile with latest JaneStreet libraries #563

Closed smolkaj closed 7 years ago

smolkaj commented 7 years ago

@jnfoster I think this should be ready now (your cstruct patch has been merged in @ v3.0.2).

Cool extra: we can now use [@deriving hash] 👍

This addreses #562.

smolkaj commented 7 years ago

We're not currently running any tests:

...
Finished, 309 targets (2 cached) in 00:01:42.
ocaml setup.ml -test 
You are doing something unexpected with the tests. No tests have 
been run. You should use the inline_tests_runner script to run 
tests.

This needs to be fixed

basus commented 7 years ago

Ready to roll. Someone merge please?

smolkaj commented 7 years ago

Sweet!!

jnfoster commented 7 years ago

Congrats!