the current CI scripts rely on the Rakefile, which in turn relies on Ruby::RDF.
It does number of things, like checking that the examples are valid according to the current state of the spec.
We probably can not count on the fact that Ruby::RDF will be updated to continuously implement the current state of the spec, and therefore be appropriate for us to use in CI...
Can we count on any implementation to follow closely the spec? If not, we probably want to review how our CI actions work...
the current CI scripts rely on the
Rakefile, which in turn relies on Ruby::RDF.It does number of things, like checking that the examples are valid according to the current state of the spec.
We probably can not count on the fact that Ruby::RDF will be updated to continuously implement the current state of the spec, and therefore be appropriate for us to use in CI...
Can we count on any implementation to follow closely the spec? If not, we probably want to review how our CI actions work...