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

Bugfix for Blank node ordering, RDF lists and DecimalFormat #15

Merged
merged 14 commits into from
Sep 13, 2024

Commits on Sep 12, 2024

  1. Bump jacoco version

    fkleedorfer committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    976a4b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ea3a9f View commit details
    Browse the repository at this point in the history
  3. Fix number format bug

    fkleedorfer committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    220ff8d View commit details
    Browse the repository at this point in the history
  4. Fix RDF list bug

    fkleedorfer committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    45a8af0 View commit details
    Browse the repository at this point in the history
  5. Improve handling of blank nodes

    - stable ordering
    - preserve label if present
    - detect blank node cycles
    fkleedorfer committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    ad04970 View commit details
    Browse the repository at this point in the history
  6. Add more tests

    fkleedorfer committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    b6ff155 View commit details
    Browse the repository at this point in the history
  7. Fix a blank node labeling collision

    Hard (impossible) to test at this point because labels are only retained when formatting an TTL source string, and in TTL, you cannot have anonymous blank nodes in those constellations that would cause them to be labeled by the algorithm.
    fkleedorfer committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    7568264 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bb39a9e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e3a8462 View commit details
    Browse the repository at this point in the history
  10. Add contributor

    fkleedorfer committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    3f1a0d2 View commit details
    Browse the repository at this point in the history
  11. Update Readme

    fkleedorfer committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    143a3e5 View commit details
    Browse the repository at this point in the history
  12. Apply requested changes

    fkleedorfer committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    34ae2d7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a0ad8ae View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Fix javadoc issue

    fkleedorfer committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    6477790 View commit details
    Browse the repository at this point in the history