Max Petrov
Max Petrov
@Karina5005 is this something you can assist with?
@Karina5005 `transpiled.csv` is supposed to contain generated Java file names per EO program (`.eo` file). When transpiling a program you first check `transpiled.csv` and remove all files listed there for...
@OlesiaSub Can you please check & close if all fine.
@l3r8yJ is there anything to fix?
@l3r8yJ `VTX` can be made private and new method is exposed in `PhDefault`: `protected void vertexFor(Object value)`. The method can be used in `Data.Value`: ``` public Value(final T value) {...
@l3r8yJ what is pull request for the changes?
@l3r8yJ any PR linked to this issue?
@yegor256 is it ready to be closed?
667 violations are found in prod sources. Will start with them.
Our `EOorg.EOeolang` package doesn't follow checkstyle rule for naming: ``` [INFO] Checkstyle: src/main/java/EOorg/EOeolang/EOstring$EOslice.java[42]: Name 'EOstring$EOslice' must match pattern '^[A-Z][a-zA-Z0-9]*$'. (TypeNameCheck) ``` I suggest to exclude this package for now from...