-
I am facing a problem with printing PHI expressions. I encountered the following exception when I ran `eo-maven-plugin:0.39.0:xmir-to-phi`:
```java
[ERROR] #fatalError(): Too many nested function …
-
I'm getting this log:
```
[INFO] --- eo:0.34.1:xmir-to-phi (default-cli) @ benchmark ---
[INFO] Translated to phi: /Volumes/sec/code/o/benchmark/target/generated-sources/xmir/org/eolang/benchmark…
-
I'm still trying to convert at least something from `xmir` to `phi`. At this time I faced with the problem related to `line` attribute in the `xmir`.
I have the following part in my `xmir` file:
…
-
I tried to run `xmir-to-phi` goal with the following configuration:
```
org.eolang
eo-maven-plugin
0.38.4
convert-xmir-to-phi
process-classes
xmir-…
-
```
Caused by: java.lang.NumberFormatException: For input string: ""
at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
at java.base/java.lang.Integer.pars…
-
There's a strange reason why `ResolveMojo` and `MarkMojo` are in `assemble` cycle.
`ResolveMojo` downloads `.jar` packages from `Maven Central`. Package contains `.class` files and directory `EO-SO…
-
I'm trying to print `eo` by using the following command `new Xmir.Default(new XMLDocument(xml)).toEO(),` and it gives me the following error:
```
[main] ERROR com.jcabi.xml.ConsoleErrorListener -- #…
-
The puzzle `20-10bfcecf` from #20 has to be resolved:
https://github.com/objectionary/eo-intellij-plugin/blob/3a34fe81090ee76ca15dd73b906e8f06c1420060/src/main/java/org/eolang/jetbrains/EoCompileAct…
-
The puzzle `20-388ae4cb` from #20 has to be resolved:
https://github.com/objectionary/eo-intellij-plugin/blob/3a34fe81090ee76ca15dd73b906e8f06c1420060/src/main/java/org/eolang/jetbrains/EoCompileAct…
-
https://www.yegor256.com/2020/12/01/abstract-objects.html
Why not add this to our test suite?