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
When emitting a path literal into the template for the expression
evaluation, ensure that we properly escape the native path spelling as
it may contain `\` on Windows which fails to lex in the Swift frontend,
resulting in failures. This enables partial expression evaluation for
Windows (potentially sufficiently complete for basic `po` usage).
0 commit comments