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
The Bindings interface is currently read-write. It might be convenient to provide also a smaller read-only interface for implementations which do not allow to change bindings like Oxigraph.
The text was updated successfully, but these errors were encountered:
If an interface is read-only, you will get design-time error. An exception is a runtime surprise waiting to happen.
I think I proposed something like that in the lengthy PR #7 discussions but could not quickly find that specific comment. IIRC, the argument was that a result stream is not only intended for end consumers but even more so to query processors and intermediaries which may modify the bindings.
The
Bindings
interface is currently read-write. It might be convenient to provide also a smaller read-only interface for implementations which do not allow to change bindings like Oxigraph.The text was updated successfully, but these errors were encountered: