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

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [marked](https://marked.js.org) ([source](https://redirect.github.com/markedjs/marked)) | [`^4.3.0` -> `^16.0.0`](https://renovatebot.com/diffs/npm/marked/4.3.0/16.4.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/marked/16.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/marked/4.3.0/16.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ###...

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@langchain/openai](https://redirect.github.com/langchain-ai/langchainjs/tree/main/libs/providers/langchain-openai/) ([source](https://redirect.github.com/langchain-ai/langchainjs)) | [`^0.6.0` -> `^1.0.0`](https://renovatebot.com/diffs/npm/@langchain%2fopenai/0.6.16/1.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@langchain%2fopenai/1.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@langchain%2fopenai/0.6.16/1.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ###...

Check this out: ``` ➜ hello npm uninstall eolang up to date in 308ms ➜ hello npm uninstall -g eolang removed 71 packages in 420ms ➜ hello ➜ hello ➜...

bug

I have eoc 0.33.0, Java 21, Maven 3.8.7. I ran `eoc --blind link` for `app.eo`: ``` # Just prints hello. [args] > app QQ.io.stdout > @ "Hello, world!\n" ``` And...

bug
good-title

## Fix race condition when counting files (fixes #375) ### Problem description While running the `eoc compile` command, the following error could occur: ```Error: ENOENT: no such file or directory,...

Adding timestamps makes code more understandable by establishing a sequence of events and utilizing an industry standard.

Let's add `normalize` command that should run `parse` and them take XMIR files, transfer them to `.phi` (with the help of `phino`), then run `phino rewrite --normalize`, get new `.phi`...

enhancement
good first issue
help wanted
good-title

Renamed branch to #500 for tracking issue Added test for Inspect.java file