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
Fix support for 'subscope' in python codegen (#594)
The way subscopes are supposed to work is to amend the base URI used
for loading that subtree of the document. The implementation just
changed the name of the variable (?)
This is fixed for Python.
The TypesSript, java and dotnet codegens are only fixed so that they
aren't broken and MyPy won't complain, but I did not actually add the
equivalent codegen.
0 commit comments