Nate Bosch

Results 719 comments of Nate Bosch

Reopening for more discussion. This change can cause some legitimate failures to get lost. When I drop the `.catchError` here I can't repro any failure with the `source_gen_test` tests. @kevmoo...

We've made some improvements here. We are better about when we inform the analyzer about file changes, and we have a new API `Resolver.compilationUnitFor` which does not need to do...

I think in order to accomplish this we'll need a separate config for the `-O` flag so that it doesn't need to be in `dart2js_flags` and we'll need to splice...

I think we're hitting ulimit errors adding watchers. We do have an issue to add a better error message for this but haven't implemented anything yet. https://github.com/dart-lang/build/issues/867 The reason you...

I think this has come up in other issues but I don't have them on hand - I want to take note of one of the difficulties we've discussed. If...

We could move it to somewhere under the user's home directory - not sure if we'd need the symlink. We'd need to include the full path to the project root...

We just discussed this offline, there are some other negative side effects of a cache outside of the project: - If you delete the project the build cache would still...

What version of the SDK are you on? What version of the build_* packages?

@softmarshmallow can you attach the output from `pub deps`? What is the specific command you are running to see this stack trace?

> We could also consider similarly caching and re-logging warnings. We could try it out. I can't remember if there are cases where we _expect_ this to happen though -...