Florian Angeletti
Florian Angeletti
Thanks a lot ! I will have a look once I am less busy with the OCaml compiler (which will happen some day... surely?).
The code generation from the vulkan XML "specification" is unfortunately too unstable (and I need to fix it with the last recent format update of the spec). My idea at...
Typically, the format of the xml specification change quite more often that I update the parser. I might try to remove the rust and publish an olivine-vulkan package on opam.
Not really. As far as I can see, the knowledge about the release cycle is mostly diffuse and folkloric. But you are right that it is probably a good idea...
The compiler version of the documentation is being reviewed at https://github.com/ocaml/ocaml/pull/12949 if you have any comments on the contents. My idea is to have a baseline description on the compiler...
The above PR has been merged in the compiler. Since the audience was mostly OCaml developers, the document in the compiler repository focus on explaining the release cycle for developer,...
It is good idea, it is true that the Namespaced module has evolved to conflate namespaced path and non-empty paths. It probably a good idea to split back the two...
Maybe more `Modname` than `Mod`?, but yes the current `Name` module is a home-grew extension for `String`.
As a data point in favor of this PR, checking the diff file, it was relatively obvious to spot the issue in #11870 . I also have the impression that...
I am still think that pinning the difference between the labelled and non-labelled version could be a better solution. Yet another point is that we currently have unused attributes in...