You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I personally would find this useful for refactoring workflows in which I ninja -j1 and fix things in the current file. IIRC ninja per se has something like a std::set<Node*> as a task queue, and so the order even with -j1 is not reproducible as those nodes are allocated randomly in the heap.
The text was updated successfully, but these errors were encountered:
I personally would find this useful for refactoring workflows in which I
ninja -j1
and fix things in the current file. IIRC ninja per se has something like astd::set<Node*>
as a task queue, and so the order even with-j1
is not reproducible as those nodes are allocated randomly in the heap.The text was updated successfully, but these errors were encountered: