Anton Bachin

Results 662 comments of Anton Bachin

I've opened https://github.com/aantron/markup.ml/issues/77 about this. Thanks! I can't promise when this might be addressed, but it will happen eventually and be pulled into a release.

> Am I supposed to do something for the coverage ? Not necessary, unless you'd like to write some nice test cases!

I would be happy to merge it! Can you describe the application briefly in a bit more detail? I was unable to understand -- you are generating an OCaml file...

As I recall, Markup should already parse unknown custom tags in some default fashion, which is dictated by the spec. What is currently happening?

Lexical conventions in HTML vary for the content of various tags like `` and ``, and are determined by the tokenizer. You may be able to add something there, but...

As I understand it, you want to have custom tags for which the lexical conventions for the content are similar to ``, because in `` `&` has no special HTML...

Thanks! This is, however, a different failure from what you fixed in #160, right? Could you perhaps look into what is causing it? Usually this means that a library archive...

I wonder if the sunset repo and the default opam repo somehow cause different variables for `ext_dll` or otherwise. If you can spot anything like that in the detailed logs,...

It's also possible, maybe even likely, that the sunset repo and the standard opam repo cause libuv to self-configure in a different way during its `configure` script, eventually leading to...