François Bobot

Results 27 issues of François Bobot

Feature wish: Currently the content of a file can only depend on the content of other files. However you can need to state that the content of a file depend...

Perhaps I'm not using correctly crowbar, but it seems that creating a correct test case is not user friendly: an empty file is not enough and I don't know if...

In #4389 and #4135 problem between dune substitutions and codesign has been raised. But unfortunately both times another bug was also the culprit. It is time for dune to call...

The fix for setting the exec bit of .cmxs (issue #4148) done in #4149, was wrong because seemingly a misunderstanding of the meaning of `libexec`. The destination of `Libexec` can...

bug

This MR allows to use variable like `%{lib-available:mylib}` in the enabled_if of alias stanza. It is possible because alias stanza don't have any targets. However it was harder to do...

Diff command don't like that one of the file doesn't exist. The solution implemented is for dune to print the diff when one of the files doesn't exists. However the...

Dune specific facilities like dune-build-info, virtual libraries, ... requires specific handling during linking. Dune could provide improved `#require` facilities in the toplevel using `dune-plugin-site` (work outside a dune workspace, less...

feature-request

Hi, When "View Threshold" is set to "developer", user with access level "reporter" can't see the changesets, good. However they can see them indirectly in the history with a quite...

**Is your feature request related to a problem? Please describe.** I'm not able to find a way to configure ocamlformat for formatting this as itself: ``` let f formatter x...

Kind/feature-request
Help-wanted :warning:

Allows to have C function with `value` argument and result. Should fix #643 in a more satisfactory way. WIP because it remains ugly part in ffi Duplicate of #569 opened...