-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(#3519): Remove optimization package #3753
feat(#3519): Remove optimization package #3753
Conversation
…interface from Optimization to Function<XML, XML>, replaced optimization package's classes to new inner classes in OptimizeMojo
@yegor256 Could you review please? |
@maxonfjvipon WDYT? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ArtemGet good start, just a several comments from my side
eo-maven-plugin/src/main/java/org/eolang/maven/OptimizeMojo.java
Outdated
Show resolved
Hide resolved
eo-maven-plugin/src/main/java/org/eolang/maven/TranspileMojo.java
Outdated
Show resolved
Hide resolved
eo-maven-plugin/src/main/java/org/eolang/maven/OptimizeMojo.java
Outdated
Show resolved
Hide resolved
eo-maven-plugin/src/main/java/org/eolang/maven/OptimizeMojo.java
Outdated
Show resolved
Hide resolved
eo-maven-plugin/src/main/java/org/eolang/maven/OptimizeMojo.java
Outdated
Show resolved
Hide resolved
…ated Xsline in OptTrain, made Opt** package private
@maxonfjvipon I agree with all comments, corrected. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ArtemGet LGTM
@maxonfjvipon Resolve comments please, as everyting is Ok. |
This PR is quite big, but mainly contains classes movement. I can divide it in separate PRs if needed.
Done in PR:
Closes #3519