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

[6.1.0]Allow TemplateDict#map_each callback to return a list of strings #17306

Merged
merged 4 commits into from
Jan 26, 2023
Merged

[6.1.0]Allow TemplateDict#map_each callback to return a list of strings #17306

merged 4 commits into from
Jan 26, 2023

Commits on Jan 24, 2023

  1. Allow TemplateDict#map_each callback to return a list of strings

    Returning a list of strings is needed to get correct `uniquify` semantics when a value may expand to multiple strings.
    
    Work towards #1920
    
    Closes #17008.
    
    PiperOrigin-RevId: 495868960
    Change-Id: I1f0ec560fd783846e916a07bb524dd2179f7c535
    fmeum authored and ShreeM01 committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    63702ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ce87b5 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Configuration menu
    Copy the full SHA
    d8be832 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa23fc6 View commit details
    Browse the repository at this point in the history