eo icon indicating copy to clipboard operation
eo copied to clipboard

EOLANG, an Experimental Pure Object-Oriented Programming Language Based on 𝜑-calculus

Results 265 eo issues
Sort by recently updated
recently updated
newest added

We have a configuration parameter `offline` of the `eo-maven-plguin`, which is set to `true` for `eo-runtime`. However, if you turn off the Internet connection and try to build the entire...

bug

The puzzle `2896-621330ec` from #2896 has to be resolved: https://github.com/objectionary/eo/blob/9e5a08ce009875e31557e49d12d8478ad666a052/eo-maven-plugin/src/test/java/org/eolang/maven/log/CaptureLogs.java#L45-L50 The puzzle was created by rultor on 09-May-24. Estimate: 90 minutes, role: DEV. If you have any technical questions, don't...

bug
pdd

The puzzle `3147-66cbc2c7` from #3147 has to be resolved: https://github.com/objectionary/eo/blob/5e662dfe143c8e3379a0ac650312330d1a602124/eo-parser/src/test/resources/org/eolang/parser/packs/catches/catches-conflict-with-auto-name.yaml#L23-L27 The puzzle was created by maxonfjvipon on 08-May-24. Estimate: 30 minutes, role: DEV. If you have any technical questions, don't...

bug
pdd

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-SOURCES` with `.eo` source files....

bug

Related to #2251 The problem was with [this sonar check](https://sonarcloud.io/project/issues?resolved=false&severities=BLOCKER%2CCRITICAL%2CMAJOR%2CMINOR&sinceLeakPeriod=true&types=BUG&id=com.objectionary%3Aeo&open=AY01BA3nH0SOYJTj9Ipi). This problem should not have occurred, because in our project we use the java 8 version, but the `close` method...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.codehaus.mojo:exec-maven-plugin](https://www.mojohaus.org/exec-maven-plugin) ([source](https://togithub.com/mojohaus/exec-maven-plugin)) | `3.2.0` -> `3.3.0` |...

Now we have [`eo2js`](https://github.com/objectionary/eo2js) compile and runtime. In order to work properly with it we should introduce new `+rt node` meta and add it to all `.eo` files.

GitHub Actions workflow [daily #411](https://github.com/objectionary/eo/actions/runs/9706351113) failed. Event: schedule Branch: [master](https://github.com/objectionary/eo/tree/master) Commit: [ba2a9e3861918f0173da5b3609cefb1a52d7e002](https://github.com/objectionary/eo/commit/ba2a9e3861918f0173da5b3609cefb1a52d7e002) Created by [jayqi/failed-build-issue-action](https://github.com/jayqi/failed-build-issue-action)

build failed

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.junit.jupiter:junit-jupiter-api](https://junit.org/junit5/) ([source](https://togithub.com/junit-team/junit5)) | `5.10.2` -> `5.10.3` |...

Closes #1249 --- ## PR-Codex overview The focus of this PR is to optimize the EO Maven plugin by adding XSL stylesheets for test class alignment and high-level inner class...