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

Sort Turtle output #1978

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Commits on Jun 1, 2022

  1. Add test for expected behavior of sorted Turtle output

    This patch adds a test to start specifying what sorting Turtle output
    would look like.  This is intended to start discussion about
    expectations of blank node sorting, and to set an initial interface for
    triggering sorted output with a propagated keyword argument in
    `Graph.serialize()`.
    
    This patch will fail CI, but should not fail for code-style reasons.
    The new test script was reviewed with black, flake8, isort, and
    mypy (--strict).
    
    References:
    * RDFLib#1890
    
    Signed-off-by: Alex Nelson <[email protected]>
    ajnelson-nist committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    88e7287 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3db5ee6 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

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