-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Use single argument overload for [start..] of string or Span
#81485
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
86a04aa to
df67e1b
Compare
src/Compilers/CSharp/Portable/Lowering/LocalRewriter/LocalRewriter_IndexerAccess.cs
Outdated
Show resolved
Hide resolved
bd1337c to
897cf8c
Compare
|
@RikkiGibson, same error as #74643 (comment). i can add the following in |
897cf8c to
eaa6e3d
Compare
|
I would recommend looking at the definition of the job in the yml file and trying to reproduce/debug the result locally. |
Tried but couldn't. I'm on linux and |
|
@kasperk81 Please provide a clear, detailed description of the change that you are planning to do in this PR. |
|
@AlekseyTs updated and you can read the original pr for reviews on this change |
to supersede #74643
Uses the single argument overloads of
string.Substringand(ReadOnly)Span.Sliceinstead of 2 arguments ones for lowering[start..].Fixes #47629