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
The text was updated successfully, but these errors were encountered:
catalin-hritcu
changed the title
Autodeps: F# and OCaml versions seem to process files in different order?
Meta Issue: F# vs Ocaml discrepancies to fix
Oct 19, 2016
catalin-hritcu
changed the title
Meta Issue: F# vs Ocaml discrepancies to fix
Meta Issue: problems with the F# version of F* (currently lagging behind the OCaml version)
Oct 28, 2016
The additional shift-reduce conflict is a known bug in fsyacc (fsprojects/FsLexYacc#39) due to a bad handling of non-associative-ness.
The next 2 bugs were caused by bad range queries in the parser and are fixed in kyod_parser.
Turning this into a meta-issue. All these problems with the F# version don't appear in OCaml version:
requires True
(Very strange sporadic problem parsing (requires True); dependent on larger context; now only in F# build #252) and dependent tuples (Spurious syntax error with dependent pairs (only occuring with FSharp build) #404)version-to-list: Invalid version syntax: ‘’ (must start with a number)
--indent
(--indent doesn't yet work for the F# version #874)ulib
(ulib doesn't make with F# build of F* #1023)The text was updated successfully, but these errors were encountered: