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

Merge changes from 3.5.3 into series/3.x #3958

Merged
merged 68 commits into from
Jan 16, 2024
Merged

Commits on Nov 24, 2023

  1. Configuration menu
    Copy the full SHA
    b4ecd33 View commit details
    Browse the repository at this point in the history
  2. Remove stale comment

    armanbilge committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    e4a30c5 View commit details
    Browse the repository at this point in the history
  3. Update comments

    armanbilge committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    9e8f282 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de50142 View commit details
    Browse the repository at this point in the history
  5. Fix conditionals

    armanbilge authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    c2ef8bc View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

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

Commits on Dec 29, 2023

  1. Configuration menu
    Copy the full SHA
    3fe4f8c View commit details
    Browse the repository at this point in the history
  2. fix: race condition

    josgarmar28 committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    8e1ff54 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

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

Commits on Dec 31, 2023

  1. Configuration menu
    Copy the full SHA
    3f43315 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    139d3f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Update std/shared/src/main/scala/cats/effect/std/Hotswap.scala

    Add comment
    
    Co-authored-by: Arman Bilge <[email protected]>
    josgarmar28 and armanbilge authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    bd3472c View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    7f05819 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    444512f View commit details
    Browse the repository at this point in the history
  3. Restore scaladoc

    armanbilge committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    bf03fb3 View commit details
    Browse the repository at this point in the history
  4. Bikeshed

    armanbilge committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    862b60c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3936 from armanbilge/issue/3935

    Fix off-by-1 in `CallbackStack#pack`
    armanbilge authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    1de67c5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8341a4e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    05145d9 View commit details
    Browse the repository at this point in the history
  8. Relocate scaladoc note

    armanbilge committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    0450001 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b442eb2 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #3903 from armanbilge/topic/block-directly

    Execute `IO.blocking` on WSTP without `BlockContext` indirection
    armanbilge authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    adc72fe View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Add test for CallbackStack#pack race condition

    Co-authored-by: Matthias Ernst <[email protected]>
    armanbilge and mernst-github committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    6e2e87d View commit details
    Browse the repository at this point in the history
  2. wip pack lock

    Co-authored-by: Sam Pillsworth <[email protected]>
    Co-authored-by: Matthias Ernst <[email protected]>
    3 people committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    632ca06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c04e123 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3938 from armanbilge/issue/3848

    Reset auto-cede counter after `blocking`
    djspiewak authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    e93ee75 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c884c71 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    51987ec View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4e1cac7 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Implement Fiber#join via asyncCheckAttempt

    Co-authored-by: Sam Pillsworth <[email protected]>
    armanbilge and samspills committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    dccd380 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/fix/fiber-join-async-check-attem…

    …pt' into topic/callback-stack-pack-lock
    armanbilge committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    250592e View commit details
    Browse the repository at this point in the history
  3. checkpoint pack lock

    Co-authored-by: Sam Pillsworth <[email protected]>
    Co-authored-by: Matthias Ernst <[email protected]>
    3 people committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    64cf1b6 View commit details
    Browse the repository at this point in the history
  4. Fix recursion when head is removed

    Co-authored-by: Sam Pillsworth <[email protected]>
    armanbilge and samspills committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    7f38b40 View commit details
    Browse the repository at this point in the history
  5. If CASing head fails, pack tail anyway

    Co-authored-by: Sam Pillsworth <[email protected]>
    armanbilge and samspills committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    1d8224f View commit details
    Browse the repository at this point in the history
  6. More aggressive self-removal on failed CAS

    Co-authored-by: Sam Pillsworth <[email protected]>
    armanbilge and samspills committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    ca8f1a3 View commit details
    Browse the repository at this point in the history
  7. Fix NPE

    armanbilge committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    1e54754 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ede4637 View commit details
    Browse the repository at this point in the history
  9. Actually fix spec on JS

    armanbilge committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    55ba5c6 View commit details
    Browse the repository at this point in the history
  10. Passthrough removed

    armanbilge committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    e970713 View commit details
    Browse the repository at this point in the history
  11. Return removed more

    armanbilge committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    d448086 View commit details
    Browse the repository at this point in the history
  12. Tidy up the tests

    armanbilge committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    13115ff View commit details
    Browse the repository at this point in the history
  13. Organize imports

    armanbilge committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    7f16898 View commit details
    Browse the repository at this point in the history
  14. Make next a private[this]

    armanbilge committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    ea20d1d View commit details
    Browse the repository at this point in the history
  15. Fix NPE, add test

    armanbilge committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    e9301e6 View commit details
    Browse the repository at this point in the history
  16. Hush MiMa

    armanbilge committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    9c12425 View commit details
    Browse the repository at this point in the history
  17. Fix unused warning

    armanbilge committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    9121e45 View commit details
    Browse the repository at this point in the history
  18. More hushing

    armanbilge committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    4563927 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    82c686f View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Even more hushing

    armanbilge committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    9e3579b View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. Merge pull request #3942 from armanbilge/fix/fiber-join-async-check-a…

    …ttempt
    
    Implement `Fiber#join` via `asyncCheckAttempt`
    armanbilge authored Jan 13, 2024
    Configuration menu
    Copy the full SHA
    e2efaaf View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. Configuration menu
    Copy the full SHA
    35aa9a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a18138e View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    5b3ad16 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3943 from armanbilge/topic/callback-stack-pack-lock

    Refactor `CallbackStack` based on new "pack locking" strategy
    djspiewak authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    6013bd6 View commit details
    Browse the repository at this point in the history
  3. Tweak release notes config [ci skip]

    Co-authored-by: Sam Pillsworth <[email protected]>
    armanbilge and samspills committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    108b674 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3951 from armanbilge/topic/tweak-release-notes

    Tweak release notes config
    armanbilge authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    eba766e View commit details
    Browse the repository at this point in the history
  5. Decrease concurrency/replicas in CallbackStackSpec

    Co-authored-by: Sam Pillsworth <[email protected]>
    armanbilge and samspills committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    3e9f22e View commit details
    Browse the repository at this point in the history
  6. Update release.yml

    samspills authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    976ac3f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f1395d7 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #3952 from armanbilge/topic/callback-stack-spec-le…

    …ss-replicas
    
    Decrease concurrency/replicas in `CallbackStackSpec`
    armanbilge authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    4751662 View commit details
    Browse the repository at this point in the history
  9. Document release process

    Co-authored-by: Sam Pillsworth <[email protected]>
    armanbilge and samspills committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    e18e6d0 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #3954 from armanbilge/topic/how-to-release

    Document release process
    djspiewak authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    d246e7f View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Update versions for 3.5.3

    armanbilge committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    02a0390 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b7e4e3 View commit details
    Browse the repository at this point in the history
  3. Fix compile

    armanbilge committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    07d0b9c View commit details
    Browse the repository at this point in the history
  4. Fix compile

    armanbilge committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    3b5325d View commit details
    Browse the repository at this point in the history
  5. Organize imports

    armanbilge committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    311d406 View commit details
    Browse the repository at this point in the history
  6. Fix warning

    armanbilge committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    a608390 View commit details
    Browse the repository at this point in the history