dart-archive / smoke

Smoke is a Dart package that exposes a reduced reflective system API. This API includes accessing objects in a dynamic fashion (read properties, write properties, and call methods), inspecting types (for example, whether a method exists), and symbol/string convention.
https://pub.dartlang.org/packages/smoke
BSD 3-Clause "New" or "Revised" License
12 stars 3 forks source link

Modify testing_resolver_utils to avoid using deprecated DirectoryBasedDartSdk #34

Closed stereotype441 closed 7 years ago

stereotype441 commented 7 years ago

Also fix an unrelated test failure. @sigmundch

sigmundch commented 7 years ago

Utils change lgtm, but let's exclude the change to the test.

I look a bit into it and it appears like this test is correctly written, but that the underlying functionality broke and needs to be fixed.