Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bladecoder/blade-ink-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.2
Choose a base ref
...
head repository: bladecoder/blade-ink-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 18 commits
  • 80 files changed
  • 4 contributors

Commits on Dec 21, 2022

  1. Added spotless plugin

    bladecoder committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    ddde5af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9344cdc View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    d5a4357 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Cleanup

    bladecoder committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    b1c1e61 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. Added new LIST_ALL test.

    bladecoder committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    3b4c09c View commit details
    Browse the repository at this point in the history
  2. spotless

    bladecoder committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    ce27f56 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Add tags in line test.

    bladecoder committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    ea3efb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0d70be View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2025

  1. Configuration menu
    Copy the full SHA
    e7dd0a4 View commit details
    Browse the repository at this point in the history
  2. ID #1 Change ExceptionInInitializerError to RuntimeException (#32)

    TeaVM doesn't know ExceptionInInitializerError and can't compile.
    petrposvic authored Aug 4, 2025
    Configuration menu
    Copy the full SHA
    b1ab1b7 View commit details
    Browse the repository at this point in the history
  3. Change to string function (#33)

    Changed text file to string.
    Try with resources auto-closes bufferedreaders so you don't need finally.
    In the previous code the stringBuilder was scoped to the try so it wasn't visible outside of that for the last line.
    A catch printing the exceptions is always nice to have.
    Gilgamesh64 authored Aug 4, 2025
    Configuration menu
    Copy the full SHA
    b569ee5 View commit details
    Browse the repository at this point in the history
  4. Delete commented code

    bladecoder committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    175957e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    953de89 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f3cf969 View commit details
    Browse the repository at this point in the history
  7. Publish workflows

    bladecoder committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    1241652 View commit details
    Browse the repository at this point in the history
  8. Fix spotless

    bladecoder committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    4488ae5 View commit details
    Browse the repository at this point in the history
  9. Enable gpg signing

    bladecoder committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    aa4bc3c View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2025

  1. Additional check in test.

    bladecoder committed Aug 27, 2025
    Configuration menu
    Copy the full SHA
    f248aa9 View commit details
    Browse the repository at this point in the history
Loading