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

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.apache.maven:maven-plugin-api](https://maven.apache.org/) | `3.9.7` -> `3.9.8` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.apache.maven:maven-plugin-api/3.9.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

I've developed Code Review Quality GitHub Action: https://github.com/tracehubpm/code-review-action. In this PR I integrated workflow to the repository in order to enhance the quality of code reviews in it. @maxonfjvipon take...

@maxonfjvipon, @yegor256 Related to https://github.com/objectionary/eo/issues/2940 ## Problem I normalized a PHI file, then converted it to a normalized EO file and tried to run tests from the normalized EO file....

Currently, in the CI we only support Java 11+. How about Java 8? Looks like it's still alive. Would be great to support it too.

bug

Related to #3207 --- ## PR-Codex overview This PR updates the Java version requirements in `pom.xml` and the matrix configuration in `.github/workflows/mvn.yml` to include Java 8. ### Detailed summary -...