George Lesica

Results 34 comments of George Lesica

I'm experiencing this problem as well, any updates or workarounds? I can paste my `cachegrind.out` but I expect it's pretty much the same as the others.

I'm not sure we want to make this a supported pattern. In my mind, if an error is "fatal", the program should terminate (which appears to be what the log...

I'm not saying I have any objection to that kind of testing, just that Testify isn't really otherwise designed to support it, so this would represent an expansion of Testify's...

Would it make sense to let the setup finish and then have a test that runs immediately afterward and asserts that the environment is configured correctly? That being said, it...

I'm not sure how much value we would get from generics. I suppose some of the assertions would benefit. But I doubt any of the maintainers is going to put...

I'm unsurprised that it's failing, they've made a ton of changes to the analyzer in the past couple years. I created https://github.com/glesica/dcdg.dart/pull/45 to update dependencies, but I haven't had time...

My guess is that this will be fixed when #44 is fixed.

Hmm, I don't love the way I've currently got the exclusion stuff implemented since it does the comparison only *after* it has transformed the name for the output format. This...

I'm not sure exactly why it's failing but I see that the `freezed` package requires a newer version of the `analyzer` package, so it's possible that is the problem.

I can try to bump the analyzer dependency, but then we also risk breaking things that depend on an older analyzer version.