Skip to content

Commit

Permalink
Merge branch 'master' into 84_first_transformation
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Sep 25, 2023
2 parents 5e08ae4 + 371de2c commit 568c0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Upload coverage reports to Codecov
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
Expand Down

6 comments on commit 568c0e6

@0pdd
Copy link

@0pdd 0pdd commented on 568c0e6 Sep 25, 2023

Choose a reason for hiding this comment

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

Puzzle 81-9d03e679 disappeared from src/test/java/it/JavaToEoTest.java), that's why I closed #84. 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 568c0e6 Sep 25, 2023

Choose a reason for hiding this comment

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

Puzzle 84-a72b83d1 discovered in src/main/java/org/eolang/jeo/representation/BytecodeRepresentation.java) and submitted as #89. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link

@0pdd 0pdd commented on 568c0e6 Sep 25, 2023

Choose a reason for hiding this comment

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

Puzzle 84-d01d9bbd discovered in src/main/java/org/eolang/jeo/representation/BytecodeRepresentation.java) and submitted as #90. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link

@0pdd 0pdd commented on 568c0e6 Sep 25, 2023

Choose a reason for hiding this comment

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

Puzzle 84-f9b12b5b discovered in src/main/java/org/eolang/jeo/representation/BytecodeRepresentation.java) and submitted as #91. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link

@0pdd 0pdd commented on 568c0e6 Sep 25, 2023

Choose a reason for hiding this comment

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

Puzzle 84-cf19e1fa discovered in src/main/java/org/eolang/jeo/representation/OpcodeName.java) and submitted as #92. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link

@0pdd 0pdd commented on 568c0e6 Sep 25, 2023

Choose a reason for hiding this comment

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

Puzzle 84-5d71dbb7 discovered in src/test/java/it/JavaToEoTest.java) and submitted as #93. 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.