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

Closes: #3169 --- ## PR-Codex overview This PR adds licensing information and updates XML files in the project. ### Detailed summary - Added MIT License to YAML and XSL files...

[![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.plexus:plexus-utils](https://codehaus-plexus.github.io/plexus-utils/) | `3.5.1` -> `4.0.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.codehaus.plexus:plexus-utils/4.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ch.qos.logback:logback-classic](http://logback.qos.ch) ([source](https://togithub.com/qos-ch/logback), [changelog](https://logback.qos.ch/news.html)) | `1.5.5` -> `1.5.6`...

Now they are named like `"native0"`, `"native1"` and so on.

We have EO code: ``` x [] >> ``` It converts to the next XMIR: ```xml ``` When we try to convert it to phi - we get error because...

bug

Closes: #3147 --- ## PR-Codex overview This PR removes unused attributes and simplifies constructor signatures. ### Detailed summary - Deleted unused attributes `SIGMA` and `AtFixed` - Simplified constructor signatures in...

Closes #3139 --- ## PR-Codex overview This PR enhances the Rust integration in the Maven plugin by updating file paths, adding a Rust function, and improving naming conventions. ### Detailed...

One of the parts of the #1602 implementation is bytecode modifications. We need separated standalone mojo in `eo-maven-plugin`. ### The parameters of the mojo: 1. input directory - path/file 2....

enhancement
help wanted

The puzzle `3092-ad9ee9a7` from #3092 has to be resolved: https://github.com/objectionary/eo/blob/a0c917e42121c244fc908c4b9c466ebacd35ddce/eo-runtime/src/test/java/org/eolang/SnippetTestCase.java#L261-L265 The puzzle was created by Max Trunnikov on 02-May-24. Estimate: 30 minutes, role: DEV. If you have any technical questions,...

bug
pdd

Current implementation of `switch` object uses `tuple.at` object which is convenient for retrieval object by index but quite heavy. Instead we can implement some recursive algorithm that can just do...

help wanted