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

Less NoDelim #96421

Merged
merged 5 commits into from
Apr 28, 2022
Merged

Less NoDelim #96421

merged 5 commits into from
Apr 28, 2022

Commits on Apr 26, 2022

  1. Configuration menu
    Copy the full SHA
    f0bbc78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b367a0 View commit details
    Browse the repository at this point in the history
  3. Avoid producing NoDelim values in Frame.

    The code currently ignores the actual delimiter on the RHS and fakes up
    a `NoDelim`/`DelimSpan::dummy()` one. This commit changes it to use the
    actual delimiter.
    
    The commit also reorders the fields for the `Delimited` variant to match
    the `Sequence` variant.
    nnethercote committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    a8e862c View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Configuration menu
    Copy the full SHA
    9665da3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86f0117 View commit details
    Browse the repository at this point in the history