-
I've setup this pipeline with Fat Spring example in the `src/it/spring-fat`:
`Receptionist.java`:
```java
@RestController
public class Receptionist {
@GetMapping("/hello")
public S…
-
I've found it [here](https://github.com/objectionary/eo/actions/runs/11539742183/job/32119756162?pr=3427):
```
2024-10-27T15:06:18.5419542Z [ERROR] Tests run: 3, Failures: 0, Errors: 1, Skipped: 0…
-
I found it [here](https://github.com/objectionary/eo/actions/runs/11504087775/job/32022823173?pr=3427):
```
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.NoSuchFieldError: …
-
Executing the following command:
`$ akuleshov7@DESKTOP-2BQ3IF3:/mnt/d/polystat$ java -jar target/polystat-1.0-SNAPSHOT-jar-with-dependencies.jar src test`
Getting exception:
```
Exception in thr…
-
I'm doing this:
```bash
normalizer transform --rules /hone/simple.yml /target/generated-sources/phi/org/eolang/hone/package-info.phi --single -o /target/generated-sources/phi-optimized/org/eolang/…
-
From this [comment](https://github.com/objectionary/eo/issues/3535#issuecomment-2496103025), I can see that if we have a single byte, we should use `00-`. It's confusing. Why can't we just use `00`? D…
-
I'm getting this message [here](https://github.com/objectionary/hone-maven-plugin/actions/runs/11325357211/job/31492084830):
```
[INFO] >> [INFO] --- jeo:0.6.1:assemble (default-cli) @ hone ---
[…
-
I'm using jeo:disassemble 0.6.22 and I'm getting this XMIR:
```
package
```
This is not a valid XMIR, since `part` can't be empty. Moreover, why `tail` is empty? Full story is he…
-
I run the same steps defined in this issue: https://github.com/objectionary/hone-maven-plugin/issues/65#issue-2623257812
And get the following exception:
```
[ERROR] Failures:
[ERROR] Optimize…
-
I've added Spring Web dependency to `it/spring-fat/pom.xml`:
```xml
org.springframework.boot
spring-boot-starter-web
```
Then, I run:
```bash
mvn clean integration-test -Dinvo…