-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5796b37
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mhallin It seems this version isn't on npm.
I was looking for latest as I am trying bs-platform 6 and it seems that the ppx (at least 0.2.1) is having issue with this bs-platform beta release (
Failure("Ast_mapper: OCaml version mismatch or malformed input")
)5796b37
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MoOx #77 Tracks that problem
5796b37
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I really need this feature but I'm not sure what dependencies are required to get it to install.
My platform is:
macOS Sierra, 10.12.3
bsb 5.0.4
The error I get is
Is there a binary compiled for my platform that I clone into my environment?
Thanks