Pierre Chambart
Results
3
issues of
Pierre Chambart
Numbers larger than 2^64 are truncated by parse_z. It's ok not to be able to parse it, but this should be an error rather than silently dropping some bits. This...
https://github.com/ocsigen/ocsigenserver/blob/0488d6e202f18b921d4ed6785b9fe8a874597ed0/src/baselib/ocsigen_lib_base.ml#L51
A module can be safely loaded only once. I would expect linkage to store the returned value and give it back when a module is loaded more than once.