8000 Too tight version constraints in build_modules · Issue #3963 · dart-lang/build · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Too tight version constraints in build_modules #3963

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

Open
iinozemtsev opened this issue Apr 8, 2025 · 3 comments
Open

Too tight version constraints in build_modules #3963

iinozemtsev opened this issue Apr 8, 2025 · 3 comments
Assignees
Labels
package:build_modules type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@iinozemtsev
Copy link
Member

I'm preparing a CL to increase Dart SDK version, and creating a web app from a template fails with 3.9, because

sdk: '>=3.7.0 <3.8.0-z'
constraint is too tight.

Could you broaden it and publish the new version? I'll also create a dartdev issue to update the template to use a newer package version

@iinozemtsev iinozemtsev added package:build_modules type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) labels Apr 8, 2025
@davidmorgan
Copy link
Contributor

Looks like the same applies to build_web_compilers; I'm not sure why, @jakemac53 can you give a bit of background on why these packages are using an SDK upper bound please?

It looks like they've usually just been bumped without changes, so I'll prepare that change.

@jakemac53
Copy link
Contributor

These have tight constraints because they rely on parts of the SDK that are considered private - for example the command line arguments of the compilers and the bootstrapping specifics for DDC.

@davidmorgan
Copy link
Contributor

Makes sense, thanks. So as long as it works :) ... will merge+publish.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package:build_modules type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

3 participants
0