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

Release 2.3 #22

Open
rogerfar opened this issue Dec 1, 2021 · 7 comments
Open

Release 2.3 #22

rogerfar opened this issue Dec 1, 2021 · 7 comments

Comments

@rogerfar
Copy link

rogerfar commented Dec 1, 2021

Hey all, we're using the cancellationtoken library in production for a while now without any issues, it possible to take 2.3 out of RC status and release it?

Thanks!

@AArnott
Copy link
Contributor

AArnott commented Dec 2, 2021

I was just looking at the changes and have a suggestion before we release.

Can we add a test (and product change if required) that shows canBeCanceled changes from true to false when its source has been disposed of?

@AArnott
Copy link
Contributor

AArnott commented Dec 2, 2021

If @conradreuter agrees, I can send a PR.

@conradreuter
Copy link
Owner

conradreuter commented Dec 2, 2021 via email

@AArnott
Copy link
Contributor

AArnott commented Dec 3, 2021

Working on it. @conradreuter I wonder what your development environment is like. I open this repo in VS Code and while tests pass at the command line, they fail in the VS Code "Testing" panel (Test Explorer) because of missing semicolons. Are you able to run tests inside VS Code?

@AArnott
Copy link
Contributor

AArnott commented Dec 3, 2021

I found a set of steps to fix it. My PR will include some changes so this works out of the box.

@conradreuter
Copy link
Owner

IIRC my environment was Ubuntu inside WSL, and then connecting to WSL via VSCode. I most likely just ran the tests from command line in watch mode.

@rogerfar
Copy link
Author

Is this ready for a version bump? I'm interested in the canBeCancelled part, it's helpful when doing react debugging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants