-
The test below is fails in eo repository.
```
[] > catch-contains-string
assert-that > @
"abpba"
$.contains-string
"aboba"
```
with error
```
org.eolang.ExUnset: Error at "…
-
Is it possible to write this pattern?
```
foo(
αi ↦ b1,
αi+1 ↦ b2,
αi+2 ↦ b3,
αi+3 ↦ b4,
B1
)
```
I need to have four attributes, while their names should go one after another,…
-
I can't use this JAR in eo-maven-plugin, here is what I see:
```
Caused by: java.io.FileNotFoundException: URL [jar:file:/Users/yb/.m2/repository/org/eolang/lints/0.0.10/lints-0.0.10.jar!/org/eola…
-
While compiling this program:
```
+package sandbox
+alias org.eolang.io.stdout
[args...] > app
stdout > @
"Hello, world!\n"
```
I got such an error:
```
[ERROR] An empty sequence is …
-
I have such java code:
```java
new B(new A(42)).bar();
```
This code is translated to the EO that looks like this:
```
seq > @
opcode > NEW-187-27
"org/eolang/ineo/B"
opcode > DUP-89-…
-
Currently we use classes from the `org.w3c.dom` package in many places. Particularly in the `org.eolang.jeo.representation.xmir` package. It would be nice to replace all this usages with `com.jcabi.x…
-
The puzzle `65-ca6c046e` from #65 has to be resolved:
https://github.com/objectionary/opeo-maven-plugin/blob/0008217aa06baf99a61aab369934cb24b66fc9cb/src/main/java/org/eolang/opeo/ast/OpcodeName.jav…
-
related to #515
I'm getting this output:
```
...
method-params ↦ Φ.jeo.params, annotations ↦ Φ.org.eolang.seq0, φ ↦ Φ.org.eolang.seq3 (
α0 ↦ ξ.aload-BD64, α1 ↦ ξ.invokespecial-BD66, α2 ↦ ξ…
-
This parses ok by the original EO interpreter, but fails to parse by this project.
```
+package org.eolang
[unused] > simplest-class
unused' > @
```
dours updated
2 years ago
-
For example, if I don't use `list `and have `+alias org.eolang.collections.list` it would be great to make it underlined.
@yegor256 @yasamprom