Sean T Allen
Sean T Allen
@igortoliveira would you like to be added to the organization so you can be added as an assignee on items you take on? if yes, let me know and we'll...
@igortoliveira added. i'll add you as assignee on this for now. if you want to back off based on @jemc's comment, that is understandable.
For things that are "ci support scripts" our pattern is to put in .ci-scripts at the top level. If we have an external script like you currently have, it should...
When we add this, we should have a job that is triggered by the new release of a nightly image and new release of a release image to verify we...
I need this to move forward with the part of Lori where I am trying to define a standard interface for IO subsystems.
This bit in `match.c` would need to change for this to work. ```c // Only cases that match on type alone can count toward exhaustive match, // because matches on...
@redvers I see no problem with finished getting called multiple times on the user supplied handler so long as "send finished" is only called once. Also note, that all `Handler`...
I implemented Windows backpressure this shouldn't be closed. There has been zero tuning done to it. I know basically nothing about IOCP and did a very "well that works" approach...
@burjui if mold is a drop in replacement for gold then you should be able to use it now on any platform where we are using gold.
@jemc this is starting to roll out into the world now with new binutils packages as of 2.44 not including gold. We could fall back to the system linker. It's...