Tony Przygienda

Results 8 issues of Tony Przygienda

on 0.7 we are having a very strange problem we narrowed down. It looks like crossbeam when starting enough threads in scopes and allocating stack buffers in them (we use...

S-waiting-on-author

Necessary in case of massive systems where the same error can repeat in many places possibly ... Ideally per level so e.g. ERROR/WARN/CRIT are showing it ... Yes, it can...

C-enhancement
PRs needed :)

it would be nice grpc-rust/protoc-rust-grpc/src/lib.rs returns a proper error on missing compiler, wrong version etc. instead of panic. That would on different platforms just throw a warning from build.rs when...

very common to ask how many elements in the tree & smallest/largest element. Implementation would benefit from having len, min, max @ the top of the tree and according methods....

it is incredibly difficult to write generics code over the current adapters since if an object is linked on multiple queues I may want to write generics saying "manipulate queue[x]...

it only checks next (even in doubly linked case). this would be more logical has_successor or something like this there is now no real method to figure out whether a...

Crate is great. Very common problem though in this kind of stuff. I insert into rbtree, then use the link list to change keys, tree ends up corrupted since it...

Now that multiple registries seems stable it would be good to allow that. Just take registry description with -Zunstable and use that URL ...

enhancement