Jacob MacDonald

Results 1516 comments of Jacob MacDonald

> "No subsequent changes" sounds potentially as something different, I need to check. This is generally the behavior I am seeing now for pubspec.yaml as well. The very first edit...

> Are the future edits putting the file content back to the original state, by chance? Yes that is generally what I am testing (comment/uncomment a line to add/remove a...

All files under `lib` are considered public, anybody could import them with a `package:` import. So this is working as intended. I don't think we want to special case directories...

> The proposal is to use the existing detection for test directories (see the PR code), not a special case for directories called "test/". That detection looks very permissive and...

It looks like you are using a code generator, can you re-file this issue on the generator package that is creating this code? This repo is just for general build...

For now this is probably enough, but we need to come up with a design for the testing story as well, and that will require running a separate test command...

yes for now something like that would be an improvement

Moving to M1, you have to be a bit careful about how you use watch/serve together with test today (among other scenarios) but solving this properly is going to take...

@aaronlademann-wf right now the only safe thing to do is kill the other server before running tests - which is obviously not a great solution. However, @grouma has been actively...

Assigning Gary as he has been the one working on this, I forgot we actually had an issue filed :).