Pablo Menéndez ◔_◔

Results 20 issues of Pablo Menéndez ◔_◔

YASHE points an error when a shape that is not defined is referenced but it doesn´t check for imported Shapes.

enhancement
priority-low
difficulty-medium

Change # PRESS CTRL-F / Cmd-F with # PRESS SHIFT-CTRL-F / SHIFT-Cmd-F

bug
priority-high
difficulty-low

The main functionality implemented on this PR belongs to #147 Solves #148 Solves #150 Solves #152 Solves #153 Solves #157 Solves #159

bug
enhancement

Before PrettyPrint: ``` :Person { schema:asd { schema:asd . } or{ schema:sdaf .} } ``` After PrettyPrint (wrong output): ``` :Person { schema:asd { schema:asd . } schema:sdaf . }...

bug
priority-high
difficulty-high

By a shortcut or something like that, add Wikidata comments automatically after an entity or property. Eg: Before: ``` PREFIX rdf: PREFIX rdfs: PREFIX wd: PREFIX wdt: { wdt:P19 ....

enhancement
priority-medium
difficulty-high

Before PrettyPrint: ``` PREFIX wd: PREFIX wdt: { wdt:P31 { wd:Q5 #asd . } } ``` After PrettyPrint: (wrong output) ``` PREFIX wd: PREFIX wdt: { wdt:P31 { wd:Q5 ....

bug
priority-high
difficulty-medium

The following shapes should show an error: ``` :Person [ schema:Person ``` ``` :Person { schema:name . } and [ schema:Person ``` This problem doesn't appear on triple constraints

bug
grammar
priority-low
difficulty-medium

Some of then (wikibase tests I think) are failing continuously on Travis

Test
priority-low
difficulty-low

Before: ``` { ഡിസി:language [ വിക്കിഡാറ്റ:Q36236 ]//ആർഡിഎഫ്:label "ഭാഷ"//ആർഡിഎഫ്:comment "ലെക്സീമിന്റെ ഭാഷ മലയാളമായിരിക്കണം." ; വികിബെസ്:lemma [ @ml ] // ആർഡിഎഫ്:label "ലെമ്മ" // ആർഡിഎഫ്:comment "ലെമ്മ മലയാളമായിരിക്കണം." ; } ``` After: ``` { ഡിസി:language...

enhancement
priority-low
difficulty-medium

This input ``` { ( p:P2576 { ps:P2576 xsd:string } | ps:P4333 {xsd:string p:P4333 } ) } ``` Produces this output after call the prettyprinter: ``` { ( p:P2576 {...

bug
priority-high
difficulty-high