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
{{ message }}
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.
Disregard comment below, though leaving for context as to how I recreated the same problem @svoynow had. I am still having the same problem described above - (rtop only supports "old" Reason 2 syntax)
In my investigations I did notice that the dune-project file requires Dune 1.4, but isn't the latest version from Jane Street 1.2.1? Don't think it's related by I noted it.
I experienced the same problem just as described above by @svoynow today (2019.1.1) after installing Reason (via opam).
I was able to remedy by running opam update and then opam upgrade which hds the effect of upgrading menhir from the version tagged "20171013" to the version tagged "20180905". Once that happened, the new Reason 3 syntax worked in rtop.
@svoynow did you install via yarn/npm or via opam? As context I have/had existing OCaml switches and installed Reason via opam (on a separate 4.04.2 switch I created to segregate my Reason work) using the instructions here, https://github.com/facebook/reason/blob/master/src/README.md
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Not sure if this is the right place for this, or if this is a known issue:
I know that "Try ReasonML" is preferred as a sandbox/repl solution, but I find rtop useful when explaining types to people.
The text was updated successfully, but these errors were encountered: