Luc Maranget
Luc Maranget
Hi @mohsenBanan, PR #71 attempt to correct this unfortunate wording. Thanks for your report.
Hi @dra27, it is not easy for me to run the test on windows. Would you mind attempting to reproduce the problem, running the test directly with verbose output enabled?...
Primitive `memmove` using non-temporal writes may explain the observed behaviour. Namely, the following test is observed on some x86_64 machine: ``` X86_64 MP+NT+TT { 0:rax=x; 0:rcx=y; } P0 | P1...
Hi @treinen, Your patch has been committed https://github.com/maranget/hevea/commit/ff2c86d99ea19c469f560bf8cc0e97fdf77e9d5e. Thank you.
Hi thanks again for your contribution. Did your check the impact of this PR on changing the document input (and output) charset, as documented [here in the user manual](http://hevea.inria.fr/doc/manual-packages.html#inputenc)?
Hi, your example is now handled correctly. Thanks for the report.
Hi @treinen, the patch is the same as the one of issue #66.
Committed 8d9a139d63f485fcd76acb1d5c324d71b561a472, thanks.
Hello, The README file looks completely outdated, as it does not even mention ocamlbuild. This file surely needs an update. However ocamlbuild is required for compiling hevea, ocamlbuild is easily...
> So, we actually need to assume hevea requires ocamlbuild which itself requires ocaml, right ? You are correct, I have slightly corrected the README file, so as to state...