this uses saner code variant for change just done recently
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 70068 Build 66951: arc lint + arc unit
Event Timeline
Comment Actions
I'm not sure I'm convinced that dir is actually always set, but I haven't spent that much time reading the above logic. An assertion on that here might be good to try and do something useful instead of infinitely looping, but I don't insist
Comment Actions
this uses saner code variant for change just done recently
When you do that, you want to use a Fixes: <shorthash> (title) line at the bottom of the commit message, that way the commits stay together for all the interesting things that can happen with branches or downstream.
Comment Actions
i tried to read too, seems like it has error checks for not set conditions
but,
while (stream && fdir != DIR_NONE && !err && !feof(stdin));
then?