-
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 ↦ ξ…
-
The issue is similar to this one: https://github.com/objectionary/eo/issues/3535#issue-2687317326
In this case I [added dashes](https://github.com/objectionary/jeo-maven-plugin/pull/903/commits/78e…
-
The puzzle `14-e039e307` from #14 has to be resolved:
https://github.com/objectionary/lints/blob/ca7239f47fa0b9ba8d047ce785ae7f192c4603d9/src/main/java/org/eolang/lints/comments/AsciiOnly.java#L39-L…
-
Consider this code:
```
[] > foo
bar 42 > x
```
Here, the `bar` doesn't have `+alias`, and it's not one of `org.eolang` objects (there are just about 20 of them there). Let's create a lint …
-
I tried to upgrade `eo-maven-plugin` up to the `0.43.0` version and got a bunch of errors, the main is:
```phi
org/eolang/hone/App.phi:
[9:27] no viable alternative at input 'j$org↦⟦j$eolang↦⟦j$…
-
This is the XMIR generated by the `disassemble` mojo:
```
00 00 00 00 00 00 00 21
6A 61 76 61 2F 6C 61 6E 67 2F 4F 62 6A 65 63 74
…
-
The puzzle `3147-66cbc2c7` from #3147 has to be resolved:
https://github.com/objectionary/lints/blob/48a2d5c881dbc6d4d533dcbdd4308fce888b86f6/src/test/resources/org/eolang/lints/errors/catches-confl…
-
I run one of the unit tests using the following command from CLI:
```
mvn clean test -Dtest=OptimizeMojoTest#optimizesJnaClasses
```
It took me `25 min` to build and run the test:
```
[IN…
-
Currenlty, `PhiMojo` converts this XMIR:
```
48 65 6C 6C 6F
```
to this `.phi`:
```
foo ↦ Φ.org.eolang.string (α0 ↦ Φ.org.eolang.bytes (Δ ⤍ 48-65-6C-6C-6F))
```
This makes phi-te…
-
Recent changes in `jeo-maven-plugin` significantly changed the API between these two plugins. We need to update `opeo-maven-plugin` to use the latest (`0.6.8` or `0.6.9`) version of `jeo-maven-plugin`…