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

Description of atom `dataized` explains how will be dataized that decorates something looks like bytes, for example ``` [] > five 5 > @ [] > ignored-attribute (dataized five).as-bytes >...

The puzzle `2297-97b6e95d` from #2297 has to be resolved: https://github.com/objectionary/eo/blob/191151fcd49d2c5850e53be452266d2bf404735a/eo-maven-plugin/src/test/java/org/eolang/maven/BinarizeParseTest.java#L54-L57 The puzzle was created by rultor on 23-Apr-24. Estimate: 60 minutes, role: DEV. If you have any technical questions, don't...

bug
help wanted
pdd
good first issue

The puzzle `2297-059cad72` from #2297 has to be resolved: https://github.com/objectionary/eo/blob/191151fcd49d2c5850e53be452266d2bf404735a/eo-parser/src/test/java/org/eolang/parser/EoIndentLexerTest.java#L42-L45 The puzzle was created by rultor on 23-Apr-24. Estimate: 60 minutes, role: DEV. If you have any technical questions, don't...

bug
help wanted
pdd
good first issue

The puzzle `2297-a38e7947` from #2297 has to be resolved: https://github.com/objectionary/eo/blob/191151fcd49d2c5850e53be452266d2bf404735a/eo-runtime/src/test/java/org/eolang/AtCompositeTest.java#L42-L45 The puzzle was created by rultor on 23-Apr-24. Estimate: 60 minutes, role: DEV. If you have any technical questions, don't...

bug
help wanted
pdd
good first issue

## PR-Codex overview The focus of this PR is to add a test for thread safety in the `CommitHashesText` class. ### Detailed summary - Added a test for thread safety...

It can be useful to measure eo performance in future. I think it can be looked like this: By analogy with `+tests` we can add `+benchs` to eo files. Such...

The puzzle `3115-d79bda11` from #3115 has to be resolved: https://github.com/objectionary/eo/blob/b2aed6a615318934057ce4590e823758875231ce/eo-maven-plugin/src/main/java/org/eolang/maven/optimization/OptTrain.java#L38-L40 The puzzle was created by rultor on 19-Apr-24. Estimate: 30 minutes, role: DEV. If you have any technical questions, don't...

bug
pdd

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

bug
help wanted
pdd

I believe, it should be possible, with the help of recursion

I have the following configuration of `eo-maven-plugin` which executes `xmir-to-phi` goal: ```xml org.eolang eo-maven-plugin 0.35.9 convert-xmir-to-eo process-classes print ${project.build.directory}/generated-sources/jeo-xmir ${project.build.directory}/generated-sources/jeo-eo convert-xmir-to-phi process-classes xmir-to-phi ${project.build.directory}/generated-sources/jeo-xmir ${project.build.directory}/generated-sources/jeo-phi ``` Inside `jeo-xmir` I have...

bug