Mike Hommey
Mike Hommey
> I presume this is because in the former case, both functions have the same (address, size). It is worth noting that `dwarfdump` shows different addresses for the functions, but...
What's your time frame? It's been busted on our end since we upgraded to version 8, which was almost a year ago, so a few weeks is not going to...
To add insult to injury, beta-2020-11-18 is 1.49.0-beta.1 (21dea46d8 2020-11-18), but beta-2020-11-26 is 1.49.0-beta.2 (bd26e4e54 2020-11-24), so you can't even pull the latest beta and get the date from rustc...
Note: this obviously requires documentation, but I wanted to go through bikeshedding/discussion/rejection first.
See https://github.com/mozilla/neqo/issues/1332 The problem is that e.g. `debug!` does nothing when enabling `release_max_level_info`, and there's no way around it other than not enabling that feature. So neqo-common has been reimplementing...
The change that broke things was e49f063235752784b0476e74559d142cd7786ca8.
> Wouldn't it be possible to create your own __private_api_log function (and macros) using [log::RecordBuilder](https://docs.rs/log/latest/log/struct.RecordBuilder.html)? It would, but that still requires to use `log` internals for module path, file and...
Doh, I missed the fact that those __log_* macros are simple wrappers.
What's the difference between vertices and nodes? Everything is talking about nodes.
But then, all the types are e.g. `Graph`... not `Graph`.