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 would expect the @set on line 8 to override the @container: @list in the context, so that this expands back to the original code in #547. But instead, this expands into a @list of @lists in the JSON-LD playground, PyLD, and the Ruby distiller. The @set keyword is simply ignored.
Do others share my expectation that @set in this example should override the @list from the context?
The text was updated successfully, but these errors were encountered:
I ran into this issue while trying to find an acceptable output for the code in #547. It would, IMO, look like this:
I would expect the
@set
on line 8 to override the@container: @list
in the context, so that this expands back to the original code in #547. But instead, this expands into a@list
of@list
s in the JSON-LD playground, PyLD, and the Ruby distiller. The@set
keyword is simply ignored.Do others share my expectation that
@set
in this example should override the@list
from the context?The text was updated successfully, but these errors were encountered: