-
Notifications
You must be signed in to change notification settings - Fork 1.7k
implement configuration specific imports #27302
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
Comments
From @anders-sandholm on September 13, 2016 10:53 When do you expect to see this land? Would be great to get this landed. Look's like this might be the last bit missing in enabling a re-write of package http to use config-specific imports instead of mirrors. |
Not scheduled yet. |
Any news here? We now have actual usage of this in the SDK; see package resource. Updating to P1. |
This should fixed by #27511 ( @bwilkerson - is there anything more?) - I'll up that to P1 as well. |
Not that I know of, except that there is now discussion of de-scoping configuration specific imports. |
@munificent - not sure what the status of this is. It might just work. @jmesserly plumbed some support for defined variables recently. Do we need this for 1.5 or earlier? |
We need this for 1.22; Flutter also needs it now. |
Me either. I handed it off to @floitschG ages ago.
No, it's not a 1.5 milestone language issue. |
Correct. This pre-dates 1.50, and should have been completed long ago. Can we please just get this done now? CC @dgrove in case additional discussion is needed. |
I believe the only work here is on the Dart analyzer. I'll talk with the
analyzer team today about this.
…On Wed, Dec 14, 2016 at 12:41 AM, Michael Thomsen ***@***.***> wrote:
No, it's not a 1.5 milestone language issue.
Correct. This *pre-dates* 1.50, and should have been completed long ago.
Can we please just get this done now?
CC @dgrove <https://github.com/dgrove> in case additional discussion is
needed.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#27302 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACAsW03WRCNgmPfM09F8b-CyPumf4Z-_ks5rH6vDgaJpZM4J7qLU>
.
|
Just tried it. It basically already works. This makes it more useful: |
From @jmesserly on June 22, 2016 23:36
See SDK bug: #24581
Guessing this should be pretty easy, mostly plumbing through the right configuration to Analyzer.
CC @alan-knight
Copied from original issue: dart-archive/dev_compiler#595
The text was updated successfully, but these errors were encountered: