-
-
Notifications
You must be signed in to change notification settings - Fork 120
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
Access syntax using index. #173
Access syntax using index. #173
Conversation
# Conflicts: # Sources/BartyCrouchKit/FileHandling/TranslateTransformer.swift
…teSwiftSyntax"" This reverts commit 521dd4e.
@noppefoxwolf Thank you very much for this subsequent PR, but you were a little too fast as I was still working on my PR, mainly fixing SwiftLint warnings to get the CI going. Now we have some merge conflicts here (I've changed the target branch to I think the main difference is the Feel free to also close this and start a new PR if you find that easier. Sorry for the inconvenience. ドイツからのご挨拶! |
@noppefoxwolf I have just diffed the code from your branch and the |
Fixed iterator access using index as follows line.
It can be efficient allocate memory and access syntax using
lazy
andprefix
.