-
The example is below. It is a part of the runtime support library for the py2eo translator. By the way, it may be reasonable for you to skip checking the support library, but I don't know of any mecha…
dours updated
2 years ago
-
In the course of implementing #1602, we faced a problem on "transpile" step.
Let's imagine we have the next eo code with versioned objects:
```
[] > foo
QQ.fs.dir|0.28.5 > a
"first"
QQ.f…
-
This may be a good example related directly to EO.
https://github.com/cqfn/eo/blob/master/eo-maven-plugin/src/main/resources/org/eolang/maven/pre/to-java.xsl
-
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 …
-
Infinite project load and creation on Idea Community 2023.3.1
![image](https://github.com/objectionary/eo-intellij-plugin/assets/46592121/ee0cb7be-5e65-4db8-9b94-07bd6660b4e4)
```
IntelliJ IDEA 2…
-
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…
-
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…
-
For simplicity, I will use the following Java example for the remainder of this issue.
```java
package org.eolang.benchmark;
class A implements F {
private int d;
public int foo() {
…
-
Consider the code which is get after `unphi` operation:
```
# This is the default 64+ symbols comment in front of named abstract object.
[] > a
# This is the default 64+ symbols comment in front…
-
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-…