Results 101 comments of andreoss

@HDouss Done.

@yegor256 @IngeniariusSoftware Looks like the expected behaviour to me. If you want to convert to `int` you should use 8 bytes, or the value will get padded to 8 bytes...

@yegor256 Please, assign

@yegor256 Will open a PR, sorry for the delay

@yegor256 Please, assign to me. Are you positive that it should be XSL? It seems that it would be easier to count and discard extra parenthesis in `XeListener`.

@yegor256 The structural duplication between `application` and `htail` remains, but many improvements had been done. In #570, #611, #567, #563, which are PRs for this issue. So this issue can...

@leroneb It's likely due to the way `takes` handles dependencies. https://github.com/yegor256/takes/blob/master/pom.xml#L92 `javax.*` dependencies are marked `provided` as well (should they be?)

@yegor256 phi-term strings are getting too large and consume entire heap, there is a lot of redundant information being produced from `φTerm` method. Should it be really there? For example,...