Максим

Results 7 comments of Максим

@andreoss, is this really the expected behavior? I looked at how bytes are converted to numbers in different languages, and there, expressed in our logic, bytes are placed at the...

@yegor256, I tried, but got the same build failure result. Does it really have to be a critical error that stops the pipeline? ```java [INFO] ---------------------< org.eolang:c2eo-transpiler >--------------------- [INFO] Building...

@MikhailLipanin The idea of the `failOnError` option is that even if some file contains an incorrect eo code, we simply print a `warning` with a message about the reason for...

> @IngeniariusSoftware or do you mean: if we have any type of errors (`error`, `warning`, `critical`) and `failOnError` flag is `false`, we should do the full build ? > >...

@mximp It's about skipping the building of such files, does the duplication of names in this file somehow should affect the building of other files?

@mximp Yes, that's right in the worst case. Usually our files are not so strongly connected and an error in one does not affect the work of the others in...

@yegor256, on version 0.28.11 the pipeline is also falling due to a large number, although previously there was only a warning. ```java [INFO] ---------------------< org.eolang:c2eo-transpiler >--------------------- [INFO] Building c2eo-transpiler 1.0-SNAPSHOT...