-
Notifications
You must be signed in to change notification settings - Fork 412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(melange): support enabled_if
in melange.emit
#7848
feat(melange): support enabled_if
in melange.emit
#7848
Conversation
e7e6422
to
7b933d2
Compare
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.
We should include the new field in the melange.emit
stanza documentation, either in this PR or a new one.
|
||
$ cat > dune-project <<EOF | ||
> (lang dune 3.8) | ||
> (using melange 0.1) |
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.
Is this still 0.1? If so, I don't think there's a need to version any changes.
> let () = Js.log "hello" | ||
> EOF | ||
|
||
Not available until dune lang 3.9 |
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.
If this field needs versioning, it should be using the melange syntax rather than the dune syntax.
7b933d2
to
50129c4
Compare
Removed the versioning. I can add docs in a follow-up. |
Signed-off-by: Antonio Nuno Monteiro <anmonteiro@gmail.com>
50129c4
to
2ab6f05
Compare
tangentially related to #7717