Andreas Löscher
Andreas Löscher
Thanks for the context, let me try to investigate on our side what could cause the slowdown, and come back to you.
We haven't gotten a great solution for the division between public and private includes yet. The guidance for now is to ensure that header files are named identifiable by their...
Hi, sorry for the late answer. I just tried to reproduce the issue locally, but have the same permissions set for `erts/` then any other folder. The rules just copy...
Hi, I'm looking into adding better Erlang support out-of-the box to buck2. In the meantime, you can look at https://github.com/TheGeorge/buck2_erlang_demo which is somewhat complete minimal example for Erlang.
Yeah, we only added support for Common Test. Though it is possible to wrap eunit tests in CT suites as a workaround by just calling `eunit:test()`. Please check https://buck2.build/docs/rule_authors/test_execution/ In...
We could emulate this via .erl: or keep the existing format
The change currently keeps only track of stopping applications, but not the stopper. Semantically, there is currently no change to the status quo when using the API from the `application`...
I ran the failing test suite and test locally, but cannot reproduce the failure.