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

Turtle quickcheck -- DO NOT MERGE! #103

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Aug 26, 2020

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

Commits on Aug 29, 2020

  1. Configuration menu
    Copy the full SHA
    dcfb2a8 View commit details
    Browse the repository at this point in the history
  2. Add some comments.

    tmciver committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    1433e2b View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2020

  1. Fixed issue: previously only asserted that the subject existed in the…

    … serialization.
    
    Theses tests reveal a possible problem with the `Arbitrary` instance for a `RDF
    TList`: the same URI is occassionally used for more than one node type. I.e., a
    URI might be used for a subject and predicate or subject and object. The
    instance should be updated to not used duplicate URIs for different node types.
    tmciver committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    6f47e46 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

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

Commits on Sep 1, 2020

  1. Update BNode generation for QuickCheck.

    BNodes are now unique across subject, predicate and objects.
    tmciver committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    a4d140b View commit details
    Browse the repository at this point in the history