Nathan Rebours

Results 36 issues of Nathan Rebours

When cross referencing a section from a different page without a specified text for the link, the label will not be expanded into the corresponding section's title. For example, if...

bug
output
cross-referencer

Fixes #8586 This adds an `(include_preprocessed_sources)` extension which generates rules to promote preprocessed version of source files. It's used in a `ppx/` folder at the project root. For any library...

First of all I'd like to thank you for your work, asn1-combinators is a great library and I'm using it every day. At cryptosense we're open sourcing some the of...

`bun` seems to mistake `afl-fuzz` errors and success in some cases. For instance if my CPU's scaling governor isn't properly set, when running `afl-fuzz` I get the following error: ```...

I've been toying around with bun this afternoon in order to add a small tutorial in https://github.com/NathanReb/ocaml-afl-examples and a section in my upcoming blog article about AFL fuzzing and OCaml...

Currently all of `pkcs11`, `pkcs11-cli`, `pcks11-driver` and `pkcs11-rev` is built with `(wrapped false)`. This is bad on several accounts, first being that it adds a lot of modules to the...

Having serializers in the library is a liability. Given that they are hand written it's fairly easy to break things and that might slow down `pkcs11` development. Letting users define...

The test can be greatly simplified by using the driver's native location check instead!

no changelog

There are no change in formatting, it simply adds support for ocaml 5.2 and therefore allows working on ppxlib with a 5.2 switch.

no changelog