Maciej Dziardziel

Results 9 comments of Maciej Dziardziel

Two more practical requirements that I would love to have: 1. Store multiple values 2. Return *which* value was found those two things have a range of usecases that are...

Any progress on that? Right now I am forced to write functions like fn one() -> u32 { 1 } and it really looks silly

I agree that its better not to try at all when dates cannot be reliably determined, and getting type from mapping would be the perfect choice. //(As a quick fix...

1. It is significant change, but I think current code is to limited for me, and generally for flask users. 2. Good point, mentioning ~/.config/app/settings.py is more appropriate. 3. I...

You might be right, I have no idea how cross-compilation works. So the plugin should detect compilation target and insert appropriate call.

I wish I could but there is no way to get it anywhere near the quality and usability I'd like to have without close integration with the compiler, so that's...

It requires features from unstable rust, so no. Even if that would work, to get quality and usability I want would require close integration with compiler internals to get type...

Thanks, I wasn't aware that register_opt_mir_pass exists