Cristian Hancila
Cristian Hancila
FYI the trap exits are necessary otherwise terminate won't get called when a link dies or a supervisor requested a shutdown. Seems useful in pgsql_connection at least.
I ran into this bug as well...it's pretty easy to reproduce with many processes spamming for the lock. this is just a race condition in your code, assuming a process...
you seem to actually want to answer the question: if I'm building for execution, what is the target platform this tool will be used for. afaik the execution platform doesn't...
I think one main issue we have is that it's impossible to get the ratio of cacheable actions / actual cache hits from the BEP...the only way as mentioned is...
> In what cases is the distinction remote/remote cache hit as seen above not good enough? isn't `remote` the remote exec executor? isn't that orthogonal? the example could be the...
great, was just checking if the project is receptive to it, I can work on a PR for this
would it be possible to come up with some alternative ways to express extern replacements? As a workaround I have added doing this in a fork: ```rust #[test] fn test_prefixed_packages()...
I think if we had some getattr equivalent that can look up global symbols, that + getattr should be enough to derive any breaking changes or new additions in the...
not really sure why buildifier is failing in the tests...the file looks fine to me and my local buildifier is not complaining
Are there any tests for validating these rules? there seem to not be