ocsigen-start.2.9.1
Compilation is ok.
App build is still broken:
$ make test.byte
eliomdep -server -ppx -ppx "ocsigen-i18n-rewriter Test3_i18n" -package lwt_ppx -package js_of_ocaml-ppx.deriving -package ppx_deriving.std -package pgocaml -package ocsigen-start.server test3_i18n.eliom > _deps/test3_i18n.eliom.server.tmp && mv _deps/test3_i18n.eliom.server.tmp _deps/test3_i18n.eliom.server
File "test3_i18n.eliom", line 228, characters 8-8:
Error: Syntax error
Makefile.os:306: .depend: No such file or directory
make: *** [Makefile.os:322: _deps/test3_i18n.eliom.server] Error 2
We can see that at line 228 the OCaml expression is not complete:
match lang with
| En -> [txt "Hi,\\r\\nTo set a new password, please click on this link: Bonjour,\\r\\nPour mettre \195\160 jour votre mot de passe, cliquez sur ce lien\194\160:"]
| Fr ->
This is not good for Ocsigen beginners (and for normal Ocsigen users).
Can someone from the Ocsigen team give us a feedback about how fixing that?
ocsigen-start.2.9.2 has been published today (Nov 28). Thatās nearly one week since your PR.
Now compilation of ocsigen-start.2.9.2 is fine.
Ocsigen start web app build is fine too (with enabled lateral menu bar).
Did you find how the tab could be deleted in assets/test3_i18n.tsv (2.9.1)?