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 add information about the version of Maven plugin into `.java` files we generate in `TranspileMojo`. Let's do the same with `.gmi` files that we generate in `GmiMojo`. We can...

enhancement

The puzzle `1142-64c12a8f` from #1142 has to be resolved: https://github.com/objectionary/eo/blob/c8913ee47d818a32ed988e3e93890d286aade56c/eo-runtime/src/main/eo/org/eolang/bytes.eo#L31-L35 The puzzle was created by rultor on 07-Sep-22. Estimate: 30 minutes, role: DEV. If you have any technical questions, don't...

bug
pdd

The test `GmiMojoTest#bigSlowTest()` is very slow. I can't find out exactly why. Let's try to investigate and suggest some solution.

Let's create a new object `org.eolang.rust`: ``` [] > app QQ.io.stdout > @ QQ.txt.sprintf "Random number is %d" rust """ use reo::universe::Universe; use reo::data::Data; use rand::rand; pub fn foo(uni: &mut...

enhancement

The puzzle `1145-0cc8cffc` from #1145 has to be resolved: https://github.com/objectionary/eo/blob/f4945ed5e68942823cf5e96a283f53517fdecaba/eo-parser/src/main/resources/org/eolang/parser/synthetic-references.xsl#L28-L34 The puzzle was created by @rultor on 05-Sep-22. Estimate: 30 minutes, role: DEV. If you have any technical questions, don't...

bug
pdd

Per #1087 - Remove `array.empty` - Array can be initialized as object - Array is empty by default

The puzzle `1115-1b7e31b1` from #1115 has to be resolved: https://github.com/objectionary/eo/blob/98832d208399dfeb0434dba350acc77a0326f5a6/eo-parser/src/main/resources/org/eolang/parser/optimize/constant-folding.xsl#L26-L30 The puzzle was created by @rultor on 03-Sep-22. Estimate: 30 minutes, role: DEV. If you have any technical questions, don't...

bug
pdd

[xcop](https://github.com/objectionary/eo/blob/master/.github/workflows/xcop.yml) workflow does not check `*.xsl`

bug

The puzzle `1110-82c0e078` from #1110 has to be resolved: https://github.com/objectionary/eo/blob/1966067e38151610d43df1060700d59b468ae19a/eo-parser/src/main/resources/org/eolang/parser/xmir-to-eo.xsl#L37-L41 The puzzle was created by @andreoss on 29-Aug-22. Estimate: 30 minutes, role: DEV. If you have any technical questions, don't...

bug
pdd

@mximp @Graur do not know how to fix this error. What could you advise? ``` [] > class #class Cart [] > original-cart 5 > total [b] > add-it total.plus...