-
Notifications
You must be signed in to change notification settings - Fork 382
Don't use new function syntax #1349
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
Labels
Comments
See failure here - https://travis-ci.org/dart-lang/http2/jobs/282910913 |
jakobr-google
referenced
this issue
in jakobr-google/http2
Oct 4, 2017
The new syntax isn't fully supported in 1.24, so switching back to good old typedef. Fixes #14.
jakobr-google
referenced
this issue
in jakobr-google/http2
Oct 5, 2017
The new syntax isn't fully supported in 1.24, so switching back to good old typedef. Fixes #14.
mkustermann
referenced
this issue
in dart-archive/http2
Oct 5, 2017
The new syntax isn't fully supported in 1.24, so switching back to good old typedef. Fixes #14.
Thank you, @jakobr-google ! 🙌 |
mosuem
referenced
this issue
Oct 17, 2024
…hive/http2#16) The new syntax isn't fully supported in 1.24, so switching back to good old typedef. Fixes dart-lang/http2#14.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Commit e787697 uses the new function syntax which is broken on 1.24.2
This is breaking folks – ship 0.1.4+1 using typedefs.
Would be good to get tests running on Travis to validate things...
The text was updated successfully, but these errors were encountered: