bendiken changed the topic of #ruby-rdf to: Ruby RDF & SPARQL chat. | https://github.com/ruby-rdf/rdf | Gitter: https://gitter.im/ruby-rdf/rdf | Mailing List: https://lists.w3.org/Archives/Public/public-rdf-ruby | Twitter: @Gkellogg @bendiken @no_reply | Use http://pastebin.com for code/graph snippets. Also join #swig for general linked data and semantic web chatter. Public channel log at http://irclog.whitequark.org/ruby-rdf/
bendiken has quit [Ping timeout: 244 seconds]
oddmunds has quit [Ping timeout: 250 seconds]
oddmunds has joined #ruby-rdf
tjohnson_ has joined #ruby-rdf
tjohnson has quit [Ping timeout: 240 seconds]
tjohnson_ is now known as tjohnson
gkellogg has quit [Quit: gkellogg]
tjohnson has quit [Quit: Connection closed for inactivity]
bendiken has joined #ruby-rdf
tjohnson has joined #ruby-rdf
gkellogg has joined #ruby-rdf
<tjohnson> gkellogg: this is causing `undefined method `escape' for RDF::Literal:Class` errors for me: https://github.com/ruby-rdf/rdf-spec/commit/0460ca01ac2783eaee5f1d57a1d26529ac62050d
<tjohnson> maybe just out of date rdf.rb
<tjohnson> nope, looks like it's just the wrong method. We want `#escape`, not `.escape`
gkellogg has quit [Ping timeout: 252 seconds]
gkellogg has joined #ruby-rdf
<gkellogg> tjohnson: my bad, testing and fixing right now.
<tjohnson> gkellogg: i merged #37 :)
<tjohnson> i think it does what you mean, but happy to be corrected :)
<tjohnson> running into a minor error on `Pattern` where `graph_name` is coming through as `false` and, e.g. `node?` and `variable?` try to call their equivalents on the `false` term
<tjohnson> I think the root may be SPARQL::Client::Repository, but will try to track it down
<tjohnson> might be interesting to think about a NullObject pattern for Term