-
-Oclassic, -O2 etc. should these be added to the docs? or should this issue go to ocamlbuild main?
-
As far as I understand from https://whitequark.org/blog/2014/04/16/a-guide-to-extension-points-in-ocaml/ and https://blogs.janestreet.com/extension-points-or-how-ocaml-is-becoming-more-like-lisp/, ppx…
-
__This bug has been migrated from artifact #1271 on forge.ocamlcore.org. It was assigned to [user102](https://forge.ocamlcore.org/users/user102).__
## [user11453](https://forge.ocamlcore.org/users/us…
-
To reproduce, create a directory with just the following file:
``` ocaml
$ cat myocamlbuild.ml
open Printf
open Ocamlbuild_plugin
let () = dispatch (function
| After_rules -> (
printf "BEFO…
-
_PR transferred from https://caml.inria.fr/mantis/view.php?id=6099_
[original reporter: @danmey]
We should allow tags for ocamlbuild:
```
pflag ["ocamlbuild"; "library"] "ocamlopt"
(fun p…
-
StR:
- apply the following patch to [extunix](/ygrek/extunix) :
```
diff --git a/_oasis b/_oasis
index 704023e..c854ef9 100644
--- a/_oasis
+++ b/_oasis
@@ -41,7 +41,7 @@ Flag strict
Defa…
ygrek updated
6 years ago
-
```bash
mborch@wavel:~/co/mlsub$ make all
ocamlbuild -no-hygiene -r -cflag -bin-annot -cflag -g -lflag -g -pkg menhirLib -pkg str -use-menhir -yaccflag --explain main.byte
+ /Users/mborch/.opam/4.0…
-
Hi,
When a directory target contains a directory symlink (symlink whose target is a directory), the following error happens:
```
Error: Error trying to read targets after a rule was run:
-…
-
I've never been happy with how symlinks are created in the repo root. I think this should be off by default. Users should be in control of which files are created, even when those files are symlinks. …
-
I'm a bit frustrated with the state of `menhir` support in ocamlbuild: there are many more options in the tool than there were when it was first implemented, and some of them require non-trivial choic…