This repository was archived by the owner on Aug 25, 2022. It is now read-only.
Merged
Conversation
samoht
reviewed
Oct 4, 2018
3db0409 to
2add16b
Compare
samoht
reviewed
Oct 4, 2018
app/dune
Outdated
| (name functoria_app) | ||
| (public_name functoria.app) | ||
| (libraries functoria dynlink cmdliner rresult fmt.tty fmt.cli ocamlgraph astring fpath bos logs logs.cli logs.fmt) | ||
| (flags -bin-annot -safe-string -w "A-40-42-44-48" -warn-error "+1..49" -warn-error "-15") |
Member
Member
|
@emillon I'm fine with using |
Contributor
Author
|
@hannesm thanks, I removed |
Member
|
Can you remind me of which warning/errors are going to be enable/disable because of this? The warnings were carefully chosen. |
Contributor
Author
|
The warnings numbers correspond to the following: I'm not sure why |
Member
|
No, I meant, what is the difference between our warnings, and the one enable/disabled by dune by default. |
Contributor
Author
|
It seems that dune suppresses the additional following warnings: |
Member
|
Right, the additional ones are fairly debatable, so I'm okay with using the defaults. |
Contributor
Author
|
Thanks. I just rebased this on top of master. |
hannesm
added a commit
to hannesm/opam-repository
that referenced
this pull request
Nov 16, 2018
CHANGES: * compute all transitive opam dependencies for info (mirage/functoria#151, by @hannesm) * support pin-depends in generated opam file (mirage/functoria#163, by @hannesm) * use dune as build system (mirage/functoria#158, by @emillon) * use Ptime for time printing (mirage/functoria#160, by @emillon) * inject global arguments into generated header (mirage/functoria#159, by @emillon) * add Functoria_key.add_to_context (mirage/functoria#161, by @emillon) * output opam2 files (mirage/functoria#157, by @hannesm)
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This uses
dune-the-binary,dune-the-file-format as well as some idioms ((test)stanza,:standard). I'm not sure if it's worth passing-safe-stringby hand these days - if that's not the case we can just remove(flags)completely.