eoc icon indicating copy to clipboard operation
eoc copied to clipboard

Command-line toolkit for parsing, compiling, transpiling, optimizing, linking, dataizing, and running EOLANG programs

Results 76 eoc issues
Sort by recently updated
recently updated
newest added
trafficstars

It should be possible to run a single tests, instead of all together. For example, like this: ``` eoc test --object foo.app.works-fine ``` It should run this test: ``` +package...

bug
help wanted
good-title

After running `npx grunt` there are failings: - compile - dataize - link - test

bug

It is unclear how to get access to `eoc.jar` file (and the `EOprogram_name.class` inside) in java code during to developing #500 inspect command. Since `inspect.jar` creates initially with `mvn clean...

The suppression of the lint` many-void-attributes` using a line-specific directive like: `many-void-attributes:37` at [win32.eo](https://github.com/objectionary/eo/blob/master/eo-runtime/src/main/eo/org/eolang/sys/win32.eo) is not recognized by the `incorrect-unlint` lint checker. This causes an error during `eo-maven-plugin:lint` execution when...

**Root Cause:** After modifying `inspect` in PR #528 (Maven assembly optimization), the `dataize` command **stopped detecting classes** (`EOfoo`, `EOorg.eolang.io`) **specifically in v0.56.2**. during to [workflow](https://github.com/objectionary/eoc/actions/runs/15442899162/job/43464806964?pr=528#step:7:222) **Evidence:** - Classes exist in...

When I start `eoc inspect` it should load all `.class` files into the VM and then give me an interactive interface, for example: ``` $ eoc inspect Loaded 56 objects...