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

See https://github.com/objectionary/eo/actions/runs/7199045411/job/19609846078 ``` java.lang.NullPointerException at org.cactoos.text.TextOfScalar.asString(TextOfScalar.java:58) at org.cactoos.text.TextEnvelope.asString(TextEnvelope.java:51) at org.cactoos.text.TextEnvelope.asString(TextEnvelope.java:51) at org.cactoos.text.Split.lambda$new$0(Split.java:127) at org.cactoos.scalar.Checked.value(Checked.java:76) at org.cactoos.scalar.IoChecked.value(IoChecked.java:63) at org.cactoos.scalar.Unchecked.value(Unchecked.java:56) at org.cactoos.iterable.IterableOf.iterator(IterableOf.java:83) at org.cactoos.iterable.Mapped.lambda$new$0(Mapped.java:61) at org.cactoos.scalar.Checked.value(Checked.java:76) at org.cactoos.scalar.IoChecked.value(IoChecked.java:63) at org.cactoos.scalar.Unchecked.value(Unchecked.java:56) at org.cactoos.iterable.IterableOf.iterator(IterableOf.java:83)...

bug

The puzzle `2406-424948df` from #2406 has to be resolved: https://github.com/objectionary/eo/blob/3553322c3d7cb765b8d751c6a44b592737880f0b/eo-maven-plugin/src/main/java/org/eolang/maven/AssembleMojo.java#L45-L55 The puzzle was created by @rultor on 06-Dec-23. Estimate: 90 minutes, role: DEV. If you have any technical questions, don't...

bug
pdd

The puzzle `2612-0579c749` from #2612 has to be resolved: https://github.com/objectionary/eo/blob/5165a0be0d020160d29092b82ddb6e697cecfd90/eo-maven-plugin/src/test/java/org/eolang/maven/AssembleMojoTest.java#L65-L69 The puzzle was created by maxonfjvipon on 22-Nov-23. Estimate: 30 minutes, role: DEV. If you have any technical questions, don't...

bug
pdd

The puzzle `2506-45cecde8` from #2506 has to be resolved: https://github.com/objectionary/eo/blob/869b1c43ac7b9a0e3a318bfd0c140531065d45d4/eo-maven-plugin/src/main/java/org/eolang/maven/CopySourcesMojo.java#L74-L78 The puzzle was created by @maxonfjvipon on 16-Oct-23. Estimate: 30 minutes, role: DEV. If you have any technical questions, don't...

bug
pdd

[Here](https://github.com/objectionary/eo/issues/2503) is described that every time we complie `eo-runtime` the result `.class` files should be placed not in `org.eolang` or `EOorg.EOeolnag`, but in `p9c46a67.org.eolang` or `p9c46a67.EOorg.EOeolang` where `9c46a67` is a...

In the course of implementing #1602, we faced a problem on "transpile" step. Let's imagine we have the next eo code with versioned objects: ``` [] > foo QQ.fs.dir|0.28.5 >...

The puzzle `2497-58e65091` from #2497 has to be resolved: https://github.com/objectionary/eo/blob/79e69a11324c0ff24cb2cce33cf3b733182e5449/eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo#L173-L175 The puzzle was created by Max Trunnikov on 01-Oct-23. Estimate: 30 minutes, role: DEV. If you have any technical questions,...

bug
pdd

The code in attachments compiles around ~50min. It's important to understand where we have a bottleneck and why the compilation process takes so long time. Code: [stress_eo_example.zip](https://github.com/objectionary/eo/files/9968863/stress_eo_example.zip) The approximate number...

bug

Ref: #2503 What's done: - added flag `versioned` to `Syntax`, `ParsingTrain`, `XeListener` and few more classes - depends on the flag `XeListener` adds empty `ver` attribute to ALL objects -...

The puzzle `2211-1a3ef3cb` from #2211 has to be resolved: https://github.com/objectionary/eo/blob/e36d608d202d4798c35549fc685d485d89aedbe7/eo-runtime/src/main/eo/org/eolang/memory.eo#L30-L31 The puzzle was created by @rultor on 24-Aug-23. Estimate: 30 minutes, role: DEV. If you have any technical questions, don't...

bug
pdd