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

AsyncLocal diagnostics, clean slate #16779

Merged
merged 98 commits into from May 15, 2024
Merged

AsyncLocal diagnostics, clean slate #16779

merged 98 commits into from May 15, 2024

Commits on Feb 23, 2024

  1. fix some inconsistencies

    majocha committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    7a41d85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22e955a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0d5694 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

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

Commits on Feb 26, 2024

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

    majocha committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    8be519e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7351011 View commit details
    Browse the repository at this point in the history
  4. multiple loggers

    majocha committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    8e9a815 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6dab107 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. fix deadlock in fsi

    majocha committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    e0fbb8d View commit details
    Browse the repository at this point in the history
  2. fix some BuildGraphTests

    majocha committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    70beb11 View commit details
    Browse the repository at this point in the history
  3. restore asyncmemoize

    majocha committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    757d6cd View commit details
    Browse the repository at this point in the history
  4. fix missing logger in test

    majocha committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    3d56838 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e6a1640 View commit details
    Browse the repository at this point in the history
  6. format

    majocha committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    cb72156 View commit details
    Browse the repository at this point in the history
  7. fix transparent compiler nre

    majocha committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    afaf692 View commit details
    Browse the repository at this point in the history
  8. cleanup

    majocha committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    cc7a690 View commit details
    Browse the repository at this point in the history
  9. default value

    majocha committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    fd105bd View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. add some comments

    majocha committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    51ad4ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c271c57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ca7fe6 View commit details
    Browse the repository at this point in the history
  4. try to fix buildgraphtests

    majocha committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    ee46955 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c3cd98 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6afb997 View commit details
    Browse the repository at this point in the history
  7. fix buildgraph test

    majocha committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    2d0a74e View commit details
    Browse the repository at this point in the history
  8. disable for a moment

    majocha committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    adf0417 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    204ed81 View commit details
    Browse the repository at this point in the history
  10. flatten exceptions

    majocha committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    3673b46 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cafa476 View commit details
    Browse the repository at this point in the history
  12. reshuffle

    majocha committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    fbb3a4a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e793736 View commit details
    Browse the repository at this point in the history
  14. prevent graphnode deadlock

    majocha committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    46e81bd View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. yield

    majocha committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    29563c1 View commit details
    Browse the repository at this point in the history
  2. diff

    majocha committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    24180d0 View commit details
    Browse the repository at this point in the history
  3. add some comments

    majocha committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    63492dc View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    b025759 View commit details
    Browse the repository at this point in the history
  2. add AsyncLocal test

    majocha committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    0e3f726 View commit details
    Browse the repository at this point in the history
  3. more testing

    majocha committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    779b11b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b44b6e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c1ce15c View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    335b618 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c1f805 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    2882de9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b367bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ecba2ec View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    049e276 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7093530 View commit details
    Browse the repository at this point in the history
  3. not needed after all?

    majocha committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    69e49a7 View commit details
    Browse the repository at this point in the history
  4. test

    majocha committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    bd6f5c1 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

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

    majocha committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    a650e04 View commit details
    Browse the repository at this point in the history
  3. revert

    majocha committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    6eba688 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ed3239 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    128ca82 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

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

Commits on Mar 10, 2024

  1. Configuration menu
    Copy the full SHA
    00821e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

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

    majocha committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    75e4457 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b43270 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2bbddd8 View commit details
    Browse the repository at this point in the history
  5. revert

    majocha committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    6bd5a08 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7ca795f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4574370 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. format

    majocha committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    7783850 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8519c78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc486c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4508fe8 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    05c6298 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

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

Commits on Mar 23, 2024

  1. merge main

    majocha committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    153bfb8 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. merge main

    majocha committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    6200cbc View commit details
    Browse the repository at this point in the history
  2. restore release notes

    majocha committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    862870b View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    50fd92c View commit details
    Browse the repository at this point in the history
  2. add test for ListParallel

    majocha committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    1f2c7f3 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. merge main

    majocha committed May 3, 2024
    Configuration menu
    Copy the full SHA
    d94c8bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7922f2 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. speed up test

    majocha committed May 4, 2024
    Configuration menu
    Copy the full SHA
    e05cfe5 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. improve test

    majocha committed May 5, 2024
    Configuration menu
    Copy the full SHA
    b9b01eb View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    87ccfa3 View commit details
    Browse the repository at this point in the history
  2. rename and speedup test

    majocha committed May 6, 2024
    Configuration menu
    Copy the full SHA
    f4cf7e6 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    2dccbba View commit details
    Browse the repository at this point in the history
  2. parallel logging perf

    majocha committed May 7, 2024
    Configuration menu
    Copy the full SHA
    f94c3da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e30dbde View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    f4eeac9 View commit details
    Browse the repository at this point in the history
  2. remove SwitchToThreadPool

    majocha committed May 8, 2024
    Configuration menu
    Copy the full SHA
    27dd989 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. sequential

    majocha committed May 9, 2024
    Configuration menu
    Copy the full SHA
    8c77c0c View commit details
    Browse the repository at this point in the history
  2. Revert "sequential"

    This reverts commit 8c77c0c.
    majocha committed May 9, 2024
    Configuration menu
    Copy the full SHA
    76ae65f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    684462e View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    4d5248f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1330fe0 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    45323a7 View commit details
    Browse the repository at this point in the history
  2. revert spurious change

    majocha committed May 14, 2024
    Configuration menu
    Copy the full SHA
    aec0451 View commit details
    Browse the repository at this point in the history
  3. fix comments

    majocha committed May 14, 2024
    Configuration menu
    Copy the full SHA
    f711156 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2641f5 View commit details
    Browse the repository at this point in the history
  5. add comment and clean up

    majocha committed May 14, 2024
    Configuration menu
    Copy the full SHA
    afdd041 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f22f2f2 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

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