Skip to content

URGENT: webdev release is depending on a pre-release package! Impossible to use webdev in SDK until fix! #1099

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

Closed
gmpassos opened this issue Sep 10, 2020 · 9 comments · Fixed by #1101

Comments

@gmpassos
Copy link
Contributor

gmpassos commented Sep 10, 2020

Why a standard tool like webdev, in a release (2.6.0), depends on a pre-release version (build_web_compilers version 2.12.0-dev.1)?!

This is breaking usage of webdev! Even pub.dev can't build and analyse the webdev package anymore!

When running webdev server/build it won't work with Dart 2.9.3.

Very odd to see this.

Any one that runs pub global activate webdev won't be able to use it!

New users or any IntelliJ developer won't be able to use the current webdev release.

FYI: You need a better CI steps.

@gmpassos
Copy link
Contributor Author

Even the CHANGELOG.md points out the error:

2.6.0

  • Require at least build_web_compilers version 2.12.0-dev.1.

@gmpassos
Copy link
Contributor Author

gmpassos commented Sep 10, 2020

pub.dev is also pointing out the issue:

image

@gmpassos
Copy link
Contributor Author

$> webdev serve

webdev could not run for this project.
The build_web_compilers version – 2.11.0 – is not within the allowed constraint – >=2.12.0-dev.1 <3.0.0.

@gmpassos
Copy link
Contributor Author

dev_dependencies:
build_runner: 1.10.1
build_web_compilers: 2.11.0
pedantic: ^1.9.2

@esaborit4code
Copy link

Downgrading as workaround till dependency is fixed:

pub global activate webdev 2.5.9

@gmpassos
Copy link
Contributor Author

Pull request:
#1100

@jakemac53
Copy link
Contributor

cc @grouma @annagrin

@grouma
Copy link
Member

grouma commented Sep 10, 2020

Apologies for the break. We did a dev release of package:build_web_compilers due to this issue. Now that is resolved we can simply do a non dev release which should fix webdev at head.

@grouma
Copy link
Member

grouma commented Sep 10, 2020

This should be resolved.

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 a pull request may close this issue.

4 participants