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

Strange Rebase Test #321

Closed
wants to merge 6 commits into from
Closed

Commits on Feb 25, 2020

  1. Made the ad_utility::hash_set also use absl.

    -- now we have completely removed the dependency from google::sparsehash and migrated to absl.
    joka921 committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    eb6858e View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. Quick fix for PrefixedNames in the Parser that use escape characters.

    -- Note that so far, no unescaping is performed.
    joka921 committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    dc1a51b View commit details
    Browse the repository at this point in the history
  2. Two Bugfixes

    - Transitive Paths use HashSets which now also have undefined orderings with absl. Tests don't rely on this anymore
    
    - The case, where a prefix was used with an empty "content" (e.g. <a> wd: <b>) was broken before,
      luckily there was a unit test and this is now fixed.
    joka921 committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    0d1f712 View commit details
    Browse the repository at this point in the history
  3. Get rid of misleading warning in case of whitespace at the end of a T…

    …TL file.
    
    - Previously there was a "parsing of ttl has failed, but there is still content left" warning, although
      the remainder of the ttl input was only whitespace.
    
    - This was due to a bug in the Parser's skipWhitespace() function which failed if the input consisted of ONLY whitespace. This is now fixed.
    joka921 committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    d87770e View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. Merge remote-tracking branch 'remotes/upstream/master' into f.abseilH…

    …ashSet
    
    # Conflicts:
    #	src/parser/TurtleParser.cpp
    #	src/parser/TurtleParser.h
    joka921 committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    b460307 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2020

  1. Correct handling of escaped Literals and Irirefs during index build.

    - also apply the normalization of literals correctly during index build time
    - Adapt the Index unit tests to "legal" knowledge bases
    - Disable the CTRE parser for now, since it becomes awefully slow with the PnameNS and PnLocal changes for some reasons.
    - TODO: Maybe we want to renable the CTRE Parser with the old "wrong"
      behavior as a very fast way to parse Wikidata
    joka921 committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    b8aabfd View commit details
    Browse the repository at this point in the history