Mikhail Lipanin
Mikhail Lipanin
@Graur, Can you fix this one? Because of this, I can't run [this](https://github.com/objectionary/dejump/blob/master/src/test/eo/org/eolang/dejump/multiple_returns.eo) test. There is `-1.times x`
@yegor256 Some classes from `eo-parser`: `Syntax`, `ParsingTrain`, are used in `eo-maven-plugin` and in `CheckPack` class, that will be moved to `eo-test` module. So it will be a cycle in dependencies:...
@yegor256 but what about `Syntax.java` ?
@yegor256 Okay, I'll start doing it.
@yegor256, `classifier` should be a required parameter for dependency ? i.e. always we should point it out and if it is absent there will be an empty space? : `+rt...
@Graur, new module `eo-test` means placing it like that `eo/eo-parser/src/test/eo-test/CheckPack.java` ?
@yegor256 #849
@yegor256 #874
The task is to add one more level of `severity` in XSL ``. Now we have 2 levels: `error` and `warning`. It is needed to Stop `SHEET` of XSL-s that...
this one done, @yegor256 I think it can be closed