Максим
Максим
code: ```java +package sandbox [] > stress TRUE > a TRUE > a a > @ ``` result [compilation.log](https://github.com/objectionary/eo/files/9302205/compilation.log):  
https://github.com/objectionary/eo/blob/f9bf9be84e0303a888028297a11eab5da25616ad/eo-runtime/src/main/java/org/eolang/Param.java#L117-L131 the current implementation of as-bytes gives us incorrect results for bytes: ```java 1) 01-00.as-int -> 72057594037927936 instead 256 2) FF-FF.as-int -> -72057594037927681 instead -1 3) 00-00-00-00-00-00-01-00.not.as-int -> -144115188075855617 instead...
When `failOnError` = false, in some cases, the compiler outputs useful information about missed errors, but in some cases it silently skips: good log example for large number error: ```java...