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

fix chronos v4 compatiblity #138

Merged
merged 1 commit into from
Nov 17, 2023
Merged

fix chronos v4 compatiblity #138

merged 1 commit into from
Nov 17, 2023

Conversation

arnetheduck
Copy link
Member

yield has never worked correctly in chronos - removing broken function.

Also, the "official" way of checking the state of the future is via failed

`yield` has never worked correctly in chronos - removing broken
function.

Also, the "official" way of checking the state of the future is via
`failed`
@arnetheduck arnetheduck merged commit bd5a099 into nbc-1.5.3 Nov 17, 2023
12 checks passed
@arnetheduck arnetheduck deleted the chronos-v4 branch November 17, 2023 08:40
arnetheduck added a commit that referenced this pull request Nov 17, 2023
* update readme

* Don't log non-printable characters

* bump mingw from v8.1.0 to v11.2.0

* ci: reenable windows matrix

* CI: test with multiple Nim versions (#106)

* CI: test with multiple Nim versions

- plus Nim-1.6 fix
- and enable Windows

* size.nim: halve the number of log lines

* enable styleCheck:usages (nbc branch) (#113)

* fix chronos v4 compatiblity (#138)

`yield` has never worked correctly in chronos - removing broken
function.

Also, the "official" way of checking the state of the future is via
`failed`

---------

Co-authored-by: Zahary Karadjov <zahary@gmail.com>
Co-authored-by: jangko <jangko128@gmail.com>
Co-authored-by: Ștefan Talpalaru <stefantalpalaru@yahoo.com>
Co-authored-by: Etan Kissling <etan@status.im>
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

Successfully merging this pull request may close these issues.

1 participant