Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix when input redirection becomes visible. #1877

Merged
merged 1 commit into from
Sep 30, 2024
Merged

Conversation

rsmmr
Copy link
Member

@rsmmr rsmmr commented Sep 27, 2024

With &parse-at/from we were updating the internal state on our
current position immediately, meaning they were visible already when
evaluating other attributes on the same field afterwards, which is
unexpected.

Closes #1842.

@rsmmr rsmmr requested a review from bbannier September 30, 2024 08:22
@rsmmr rsmmr force-pushed the topic/robin/gh-1842-offset branch from 5bdae0e to ea2deb1 Compare September 30, 2024 09:34
With `&parse-at/from` we were updating the internal state on our
current position immediately, meaning they were visible already when
evaluating other attributes on the same field afterwards, which is
unexpected.

Closes #1842.
@rsmmr rsmmr force-pushed the topic/robin/gh-1842-offset branch from ea2deb1 to 2eeffa6 Compare September 30, 2024 10:40
@rsmmr rsmmr merged commit a9b78d0 into main Sep 30, 2024
20 checks passed
@rsmmr rsmmr deleted the topic/robin/gh-1842-offset branch September 30, 2024 11:38
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Problem with bytes &size=self.offset()
2 participants