objectionary / eo-phi-normalizer

Command Line Normalizer and Rewriter of 𝜑-calculus Expressions (part of EOLANG family)
https://www.objectionary.com/eo-phi-normalizer/
MIT License
7 stars 2 forks source link

Why not use a stable version of EO from Maven Central? #478

Open yegor256 opened 1 month ago

yegor256 commented 1 month ago

Why do you need to use EO as a Git submodule? As far as I understand, it's not a good practice. It would be much better if you rely on a stable version from Maven Central.

Subtasks

yegor256 commented 1 month ago

@deemp please, pay attention

deemp commented 1 month ago

@yegor256, we use EO files from the eo repository in the pipeline. Example:

https://github.com/objectionary/normalizer/blob/3518bacd5f10a3c9a8938e87704edc902085fe03/pipeline/config.yaml#L14

yegor256 commented 1 month ago

@deemp you can't find them now in Maven Central, but we can publish them there for you: https://github.com/objectionary/eo/issues/3353