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
will result in simply 'a.b' as Paths has no way to escape the . in the a.b property, which also means that PickDeep etc that are based on Paths will not be able to access a.b
One benefit of tuple styles of Get is that it the tuple style for sure handles accessing all kinds of paths.
Also, yes, this is quite a theoretical bug that has little real world impact.
Upvote & Fund
We're using Polar.sh so you can upvote and help fund this issue.
The funding will be given to active contributors.
Thank you in advance for helping prioritize & fund our backlog.
The text was updated successfully, but these errors were encountered:
will result in simply
'a.b'
asPaths
has no way to escape the.
in thea.b
property, which also means thatPickDeep
etc that are based onPaths
will not be able to accessa.b
One benefit of tuple styles of
Get
is that it the tuple style for sure handles accessing all kinds of paths.Also, yes, this is quite a theoretical bug that has little real world impact.
Upvote & Fund
The text was updated successfully, but these errors were encountered: