Luca Pizzamiglio

Results 6 comments of Luca Pizzamiglio

poudriere cannot build a single subpackage. The pattern is 1 build -> N packages. If a subpackage change, the whole port needs to be rebuild anyway. The approach I followed...

I tried to understand poudriere internals. but I have to admit that I hit my limits. The bug is the result of the copy&paste, but I guess it's `gqueue`. But,...

Let me know if you need other explanations on how I tried to add subpackage support to poudriere. In general, the approach should be: * a build of a port...

This also prevents flattening of struct with their own rustdoc: ```rust use structopt::StructOpt; #[derive(Debug, StructOpt)] #[structopt(name = "structopt-bug", about = "Show a bug in Structopt")] struct Opt { #[structopt(flatten)] v:...

> This is caused by #290 since doc comments on top of struct/enum are top level attributes too :( Is there any update or way to fix this? Currently I...

After some deeper analysis, we discovered that the problem is related to the way twemproxy implements the reconnection to a lost server: after "server_retry_timeout" milliseconds, twemproxy inserts the lost server...