You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't get the contexts used inside a Sesame repository anymore. It loops infinitely until the stack level is too deep and it raises an error. It does the same when I try to list the statements using '#each_statement".
The code to trigger this behavior is pretty simple:
server=RDF::Sesame::Server.new(db_url)repository=server.repository(repository_name')# either thisrepository.each_statementdo |s| # <= each starts the infinite loop putss.inspectend# or thisputsrepository.graph_names.inspect
I'm pushing a PR in a few minutes, I'll reference this issue.
The text was updated successfully, but these errors were encountered:
I can't get the contexts used inside a Sesame repository anymore. It loops infinitely until the stack level is too deep and it raises an error. It does the same when I try to list the statements using '#each_statement".
The code to trigger this behavior is pretty simple:
I'm pushing a PR in a few minutes, I'll reference this issue.
The text was updated successfully, but these errors were encountered: