Skip to content
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

Range Mappings: Allow multi-line ranges #169

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

robpalme
Copy link

This update changes the semantics of the Range Mapping such that it applies to character sequences that include newlines.

The encoding format/syntax is unchanged. This is a purely semantic change.

It is motivated by cases where most or all of a file contents could be expressed via a single range mapping, e.g. to concisely produce an identity range mapping.

Source: https://issues.chromium.org/issues/364917746

This update changes the semantics of the Range Mapping such that it applies to character sequences that include newlines.

The encoding format/syntax is unchanged. This is a purely semantic change.

It is motivated by cases where most or all of a file contents could be expressed via a single range mapping, e.g. to concisely produce an identity range mapping.

Source:  https://issues.chromium.org/issues/364917746
@nicolo-ribaudo nicolo-ribaudo requested a review from sokra January 14, 2025 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants