Skip to content
Compare
Choose a tag to compare
@moyodiallo moyodiallo released this 18 Apr 14:25
· 1 commit to master since this release

CHANGES:

  • Fix the issue #68, with Sexp format dune parse quoted string by escaping "%{" to become "%{" that OpamFile module can't parse. So we switch to Csexp format which doesn't change quoted string (@moyodiallo #69).

  • Fix the issue #66, when the content of dune-project file ends up with a comment, the Sexplib parse fails because the last ) falls into the comment (@moyodiallo #67).