Skip to content
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(#13): Project skeleton #22

Merged
merged 6 commits into from
Aug 8, 2023

Conversation

volodya-lombrozo
Copy link
Member

@volodya-lombrozo volodya-lombrozo commented Aug 8, 2023

Implement first project skeleton which will help to continute developement (many puzzles were added.)

Closes: #13


PR-Codex overview

This PR focuses on adding the initial structure for optimization using the EO language.

Detailed summary

  • Added dependencies for lombok and jcabi-log in the pom.xml file.
  • Added new interfaces and classes for the optimization process.
  • Added license headers to the new files.
  • Implemented the BoostLogged class for logging optimization candidates.
  • Added the BytecodeIR class as an intermediate representation of a class file.
  • Added the JeoMojo class as the entry point for the optimization process.
  • Implemented the Optimization class for applying optimizations using the EO language.

The following files were skipped due to too many changes: src/main/java/org/eolang/jeo/Optimization.java

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@volodya-lombrozo
Copy link
Member Author

@rultor merge

@rultor
Copy link
Contributor

rultor commented Aug 8, 2023

@rultor merge

@volodya-lombrozo OK, I'll try to merge now. You can check the progress of the merge here

@rultor rultor merged commit f5197fe into objectionary:master Aug 8, 2023
8 checks passed
@rultor
Copy link
Contributor

rultor commented Aug 8, 2023

@rultor merge

@volodya-lombrozo Done! FYI, the full log is here (took me 2min)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JeoMojo.java:45-50: Implement the optimization skeleton....
3 participants