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

Improve inference for string operations #44500

Merged
merged 14 commits into from
Mar 16, 2022
Merged

Commits on Mar 8, 2022

  1. Standardize on String for IO, BinaryPlatform methods

    This reduces invalidations when loading packages that define new
    AbstractString types. There doesn't appear to be any particular need
    for these methods to be re-specialized for anything besides String.
    timholy committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    364bfcc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e765477 View commit details
    Browse the repository at this point in the history
  3. Improve vararg string

    This is follow-on work to #43939
    timholy committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    60d5564 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d122b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    801da30 View commit details
    Browse the repository at this point in the history
  6. Don't break show

    timholy committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    ddc2dba View commit details
    Browse the repository at this point in the history
  7. Switch logging to LazyString

    timholy committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    4156244 View commit details
    Browse the repository at this point in the history
  8. Simplify SpawnIO type

    timholy committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    78bcd25 View commit details
    Browse the repository at this point in the history
  9. Better fix for show

    timholy committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    5fe26ff View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0012411 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Fix Windows

    timholy committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    d1b61ea View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. more fix

    timholy committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    bff9c2f View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2022

  1. Fix logging code

    timholy committed Mar 12, 2022
    Configuration menu
    Copy the full SHA
    4fec731 View commit details
    Browse the repository at this point in the history
  2. pass exception via key

    timholy committed Mar 12, 2022
    Configuration menu
    Copy the full SHA
    54e486c View commit details
    Browse the repository at this point in the history