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: Use $ in version instead of Descriptor (#357)
When the descriptor contains an escaped identifier,
it needs to contain a backtick at the start. This means
that indiscriminately prefixing $ to a descriptor can create
an ill-formed symbol name. So instead, include the $ in
the version.
0 commit comments