Arnaud Le Blanc

Results 60 comments of Arnaud Le Blanc

Here is a fix that worked for me: https://github.com/arnaud-lb/purl/commit/67a6f618dff7b9c4ed8261378ea2a4730de76936

In general, what would be some downsides of not merging array shapes ? > It looks like if the value types are maybe-supertype or yes-supertype then they should be merged,...

> Convert simple class property assignments in constructor to constructor declarations. Since promoted properties makes it faster to write code, but do not necessarily improve legibility, it would be nice...

Great! The "Printer" NodeVisitor may helper understanding how different nodes are used, depending on the input (see test/MtHaml/Tests/fixtures/parser/*.test for examples). > Also wondering about the feasibility of detecting whether a...

Although there are standalone Jade libraries already, adding Jade support in MtHAML would allow to immediately get all of MtHAML's features: - compiling to Twig or PHP - :filters -...

I see no reason for not escaping attributes. I've [fixed that](https://github.com/arnaud-lb/MtHaml/commit/b3f791010c385950f5594fb4f406b587c24ced71) and tagged `1.8.1`. Thank you for reporting this issue.

From your example, it works as documented: it removes whitespace just after ``, and just before ``, but _not in the content_ (which is what it's expected to do). See...