Javier Chávarri
Javier Chávarri
Thanks for the offering! I manage to fix it, but you can definitely help testing it :+1: The problems were actually two: - Whenever the flexible properties were set after...
Mmm... it makes sense, but it's hard to know without the sketch file + Framer code :)
Thanks for taking the time to test it and upload the files :) I discovered many things by checking your example: - The imported order of layers is reversed somehow....
- About the imported layers order: I agree it's bothering to add `row-reverse` to every layer that is added. The problem relies on the way Framer arranges the layers exported...
I believe this is an issue on Melange side, rather than something that odoc or voodoo should fix. Melange v1 depends on a [fork of the OCaml compiler](https://github.com/melange-re/melange-compiler-libs), based on...
Right, I hadn't thought about that 😕 Is there a way to pipe the result of refmt, in ast or ml format, to the omp ppx executable?
@diml I have a basic config that reads an ml file and uses `diff` from dune to compare the results: https://github.com/jchavarri/rroo/blob/master/ppx/test/dune It's based on http://rgrinberg.com/posts/extension-points-3-years-later/. I know the setup is...
If I understand correctly, the main addition in the proposal is the `melange` field for contexts, which would mark a specific context as "Melange context", so that installation in those...
@emillon I don't think so, or at least I can't find it 🤔 I took a look at the way user errors are handled, printed some stack trace in `Report_error.gen_report`...
I talked about this with @andreypopp offline, the problem is that we have been using two contexts in a single opam switch until now. But installing public libs with the...