Page MenuHomePhabricator

[Task] Implement a validating decorator for RdfWriter
Closed, InvalidPublic

Description

RdfWriter implementations should be optimized for speed. This implies omitting sanity checks, e.g. validating local names or checking whetehr a given qname prefix has actually been registered.

Since these kinds of checks are quite useful for debugging, they should be available via a decorator: an implementation of RdfWriter that does *just* these checks, and delegates the actual work to another RdfWriter instance.

Event Timeline

daniel raised the priority of this task from to Needs Triage.
daniel updated the task description. (Show Details)
daniel added a project: Wikidata.
daniel added subscribers: Smalyshev, Aklapper, daniel.
Jonas renamed this task from Implement a validating decorator for RdfWriter to [Task] Implement a validating decorator for RdfWriter.Sep 10 2015, 11:18 AM
Jonas set Security to None.