-
Now, this is what I see in XMIR:
```
6A-61-76-61-2F-6C-61-6E-67-2F-4F-62-6A-65-63-74
```
Why not this?:
```
6A-61-76-61-2F-6C-61-6E-67-2F-4F-62-6A-65-63-74
```
Switching to…
-
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$…
-
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…
-
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…
-
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…
-
Now, the `rewrite` command produces a pretty-printed formula. Sometimes it's more desirable (especially for tests) to get it in one line. Let's add `--oneline` option, making it print the entire formu…
-
I see this in the log:
```
$ eo-phi-normalizer rewrite --rules 0.yml Foo.phi --single -o Bar.phi
eo-phi-normalizer: syntax error at line 1, column 1 due to lexer error
on input
?.org.eolang.byt…