Gabriel Radanne
Gabriel Radanne
Isn't that already possible ? ~~eba~~ ocsigen-start installs a new template. Currently, you have to manually put it in the right directory, though. As a general thing, we could have...
> The only way I can imagine implementing such a thing with OCaml/Eliom would be via a compiler "frontend" that reads this file and produces Eliom_registration.X.create calls (with appropriate paths...
> Code | Data | Unsafe? I don't disagree, but that's wrong, all of them are data. Just (almost raw) OCaml objects or more standard objects. It's more a question...
> I would rather remove them than re-export them; I much prefer a single canonical name to refer to things. I disagree a bit. `type meth = Meth.t = ...`...
> which may include executable code, right? No, you can't serialize functions. At least not here.
Hum, are there no use cases for writing ocaml services (outside of server functions) ?
I'm not sure how I feel about de-duplicating things again.
> For simplicity reasons, I think it would be best to pull the PPX and Camlp4 rewriters into separate opam packages, with `eliom` itself depending on the PPX package. Agreed,...
@vasilisp Would there be a way to provide a backtrace and/or location information for this kind of issues ?
@vasilisp: If we go that way, no need for a ppx, `__LOC__` is more than enough. But I would prefer to avoid involving the user. Why not just raise an...