-
Notifications
You must be signed in to change notification settings - Fork 248
setUpInjector throws DynamicMetadataExtractor not found #1508
Comments
Hard to guess what could be wrong without the context of your test. The test suite pass on both 0.14 and master. Must be something wrong with your setup (that is not included in the ticket). Closing are there is nothing we can do with a repro case - try to make it as small as possible and re-open when provided. |
Hmmm - I found out that it has something todo with either pub serve or IntelliJ with pub serve. After "invalidate cache / restart" in IntelliJ this exception is gone - got several others instead. Filed a bug report at JetBrains Issue tracker. If I try it with "python -m SimpleHTTPServer $PORT" - it works!!!! All the stupid error messages are gone... |
@MikeMitterer Pls note that there is a difference in serving the raw files and going through When you serve the app through One thing that could go wrong with |
I'm running some unit tests. I tried: transformers:
- angular
html_files:
- test/unit/index.html But with the same result. (I already had transformers: -angular in my yaml before...) |
@vicb + thx for clarifying how pub serve handles files. I'm really waiting for Chrome integrating the Dart-VM. pub serve and all these transformers just sucks. |
@MikeMitterer Chrome integrating the DartVM is not exclusive is |
@vicb Thanks for your help. We will see what the future brings according to Transformers but I've the feeling that Dart / DartVM / pub??? left here the single source of truth. If I get different results on different servers thats a huge!!! problem. |
Tried it with Angular 0.14 and the GH-Version from 141002
This:
throws
The text was updated successfully, but these errors were encountered: