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

The puzzle `2931-58eca492` from #2931 has to be resolved: https://github.com/objectionary/eo/blob/6f50ce26733138917b62606c7b61d18bb6625357/eo-runtime/src/main/java/org/eolang/Data.java#L41-L47 The puzzle was created by rultor on 09-Apr-24. Estimate: 60 minutes, role: DEV. If you have any technical questions, don't...

bug
pdd

The puzzle `2718-91412c50` from #2718 has to be resolved: https://github.com/objectionary/eo/blob/03136a2b55237119caba4e667cbce8060fdd96cc/eo-runtime/src/test/java/org/eolang/SnippetTestCase.java#L61-L65 The puzzle was created by maxonfjvipon on 20-Mar-24. Estimate: 30 minutes, role: DEV. If you have any technical questions, don't...

bug
pdd

The puzzle `2931-021739d9` from #2931 has to be resolved: https://github.com/objectionary/eo/blob/97054f31cc87f264dcc140718d5cd410835d4924/eo-runtime/src/test/java/org/eolang/MainTest.java#L43-L45 The puzzle was created by rultor on 18-Mar-24. Estimate: 30 minutes, role: DEV. If you have any technical questions, don't...

bug
pdd

Every time I meet `OptimizationTask` class, I have a hard time understanding it. 1. Firstly it has an empty commentary which clears nothing ``` /** * Optimized Tojos. * @since...

enhancement

Related to #2251 --- ## PR-Codex overview This PR updates the SonarCloud workflow to include licensing information and specific paths to ignore during analysis. ### Detailed summary - Added MIT...

I have tried to convert `xmir` to `phi` using the following `plugin` configuration: ```xml org.eolang eo-maven-plugin 0.38.0 convert-xmir-to-phi generate-test-sources xmir-to-phi ${project.build.directory}/generated-sources/opep-decompile-xmir-modified ${project.build.directory}/generated-sources/opep-decompile-phi-modified ``` The file that I tried to convert:...

bug

I'm still trying to convert at least something from `xmir` to `phi`. At this time I faced with the problem related to `line` attribute in the `xmir`. I have the...

bug

Closes #3140 --- ## PR-Codex overview The focus of this PR is to enhance the Rust build process in the Maven plugin by introducing new features and improvements. ### Detailed...

TODO: replace all appearances of AtCompositeTest.TO_ADD_MESSAGE field in eo-runtime with meaningful assert messages and don't forget to remove public modifier from this class if no longer need. DONE: 1) Moved...

#3091 Bytecode modifications for object versioning. Pre-Employment Test (Konstantin Lopatko) As you asked, what has been done at the current moment. - Add ASM library. You are already using it...