1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Dec 10, 2024 — Dec 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add information to earl output on falure or untested. More... over 3 years ago
Add testing for federation syntax and csv/tsv results formats. More... over 3 years ago
Update dependencies, and EARL report. More... over 3 years ago
Rewrite path_range to generate sequence of paths, some of which are optional, rather than implement directly. More... over 3 years ago
Simplify tests to just those needed for property path min/max testing. More... over 3 years ago
Add path_range and path_zero operators to support path min/max. More... almost 4 years ago
Sparql 1.2 tests for property path min/max. More... almost 4 years ago
Move sparql-12 tests into spec directory. More... almost 4 years ago
Add SPARQL 1.2 tests locally, for now. More... almost 4 years ago
Parse property path ranges. (e.g., `:a :b{1,2} :c`. For SPARQL 1.2 SEP-0003. More... almost 4 years ago
Add erubis and htmlentities to Gemfile for generating EBNF output. More... almost 4 years ago
Fix sep002 result for construct_duration-02. More... almost 4 years ago
Test more parser rules with `all_vars: true`. More... almost 4 years ago
Update in-scope variables for `project` and `table`. More... almost 4 years ago
Isomorphic solutions must have the same variables, as well as isomorphic solutions. More... almost 4 years ago
Add `:all_vars` option to parser, which will emit a `(project () (...))` when a `SELECT *` is parsed. This currently defaults to `false`, but will become `true`, or non=optional in a future release. This causes `SELECT *` to project all in-scope variables. More... almost 4 years ago
Ignore w3c-sparql-12 symlink More... almost 4 years ago
Updates to support SPARQL 1.2 SEP-002 for XPath date/time/dateTime/duration functions and operations. More... almost 4 years ago
More parser comments. More... almost 4 years ago
Update parser to merge patterns and paths, as sequencing is important. Fixes #42. More... almost 4 years ago
Add to_sparql for Operator::Sequence to ensure embedded BGP are not output at top_level. More... almost 4 years ago
Use `input` instead of `prod_data` in parser, where possible, do avoid indirection. More... almost 4 years ago
Start improving parser production comments with descriptions of inputs and outputs. More... almost 4 years ago
Update documentation links to use gh-pages, and add action to publish gh-pages from Yard docs. More... almost 4 years ago
Minor fix (noted by JRuby) to `Pattern#to_sparql`. More... almost 4 years ago
When mapping BIND extensions, use the name of the variable rather than the variable itself because of hash-key matching vagueness. More... almost 4 years ago
Get rid of as_statement arg to to_sparql, which is no longer necessary. More... almost 4 years ago
* Restore `Operator::Triple`, and add SXP parsing rules to distinguish (triple) function from pattern. As a pattern, it can appear as the child of the following: More... almost 4 years ago
Use `qtriple` for quoted triples instead of `triple`, which can be confused with the TRIPLE function. More... almost 4 years ago
Simplify generate matcher and allow to take a parsed grammar. More... almost 4 years ago