Stefan Penner
Stefan Penner
@xzyfer I can try and find some time later this week, to see if this regresses any of the issues I saw earlier. Let me know if I should. Switching...
First emberella provide some compiled output?
I've been exploring and prototyping go.work via bzlmod over [here](https://github.com/stefanpenner/bazel-gazelle/pull/1). We are using this approach as a prototype at work, and it's working without issue. Example in a tiny OSS...
> use visibility to emulate dependency scoping I explored this, and although possible it seems a little funky, and I would love input: * calculate the inter go module visibility...
likely requires a test.
@abuiles we should infer from .editorconfig
https://github.com/ember-cli/broccoli-caching-writer/blob/master/tests/index.js#L16-L20 + https://github.com/ember-cli/broccoli-caching-writer/blob/master/tests/index.js#L75-L86 seem to contradict this, unless i misunderstand what you are saying.
> Do you have time for a quick chat? not for the next week, I'm abroad.
unfortunately not, it would be really nice if initializers had deinitializers. Especially for test run related cleanup. My typical approach is to do the cleanup when the app is destroyed...
right now it requires a reopen + willDestroy or destroy override + super to work correctly, which is extremely crappy :sadpanda: