Kevin Moore
Kevin Moore
FYI - https://github.com/dart-lang/json_serializable/blob/experiment.custom_json_writer/README.md
@georgelesica-wf please file an issue on the completion package. I'm guessing we have a way around this with recently added SDK APIs. Need to look into it.
@georgelesica-wf Actually, I'd say look at https://pub.dartlang.org/packages/package_config This isn't anything to do with completion, I think. It's everything to do with getting to the lib dir from a globally activated...
@georgelesica-wf I am doing work so you can 'pub global activate completion' too. It has a silly dependency on Platform.script being a file: URI at the moment. I'm fixing that...
Worth a bisect? I did verify that it worked with 0.3.2
WOW! Well...at least we know now.
Is this a bug, ya think?
So build/serve now runs with https://github.com/dart-lang/sdk/commit/56ad714d6b179839f1ced976bd5d5500f814a482 BUT! 
@jacob314 – could you look at this? This is with SDK @ https://github.com/dart-lang/sdk/commit/56ad714d6b179839f1ced976bd5d5500f814a482
Synced up with SDK at https://github.com/dart-lang/sdk/commit/0c23c9229ee80fd15837385970ae3e78ddee4342 and everything is good. Thanks, @vsmenon @natebosch should we leave this open until we update rules to latest? ...