Skip to content

Commit

Permalink
Merge pull request #3687 from maxonfjvipon/bug/#3559/delete-rust
Browse files Browse the repository at this point in the history
bug(#3559): Delete Rust
  • Loading branch information
yegor256 authored Dec 17, 2024
2 parents bb900c7 + 26074d2 commit 88821c2
Show file tree
Hide file tree
Showing 77 changed files with 169 additions and 4,574 deletions.
20 changes: 0 additions & 20 deletions eo-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,6 @@ SOFTWARE.
<version>3.9.9</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.17.1</version>
</dependency>
<dependency>
<groupId>org.twdata.maven</groupId>
<artifactId>mojo-executor</artifactId>
Expand Down Expand Up @@ -218,11 +213,6 @@ SOFTWARE.
<artifactId>commons-lang3</artifactId>
<version>3.17.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.18.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-reload4j</artifactId>
Expand Down Expand Up @@ -260,11 +250,6 @@ SOFTWARE.
logging system. -->
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.yegor256</groupId>
<artifactId>jaxec</artifactId>
<!-- version from parent POM -->
</dependency>
<dependency>
<groupId>com.yegor256</groupId>
<artifactId>jhome</artifactId>
Expand All @@ -285,11 +270,6 @@ SOFTWARE.
<artifactId>jping</artifactId>
<!-- version from parent POM -->
</dependency>
<dependency>
<groupId>com.moandjiezana.toml</groupId>
<artifactId>toml4j</artifactId>
<version>0.7.2</version>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down
106 changes: 0 additions & 106 deletions eo-maven-plugin/src/main/java/org/eolang/maven/BinarizeMojo.java

This file was deleted.

187 changes: 0 additions & 187 deletions eo-maven-plugin/src/main/java/org/eolang/maven/BinarizeParse.java

This file was deleted.

This file was deleted.

Loading

2 comments on commit 88821c2

@0pdd
Copy link

@0pdd 0pdd commented on 88821c2 Dec 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 2297-97b6e95d disappeared from eo-maven-plugin/src/test/java/org/eolang/maven/BinarizeParseTest.java), that's why I closed #3130. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

@0pdd
Copy link

@0pdd 0pdd commented on 88821c2 Dec 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 2297-a2270b48 discovered in eo-maven-plugin/src/test/java/org/eolang/maven/CatalogsTest.java) and submitted as #3689. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.