Joe Loser

Results 762 comments of Joe Loser

@mittalrishabh which Boost version and which compiler was used to build that Boost version? I've run into `Boost.Regex` bugs with certain tuples of {Boost version, GCC version} at my employer....

I'd love to see this worked on. It's not ideal to maintain `libc++` mappings internally outside of IWYU in a codebase for example as it quickly gets out-of-date with the...

I'm in favor of this. @nico have your opinions changed on the matter of matching GCC with `-Wextra` in some things like this (based on your comment from https://reviews.llvm.org/D51545)?

I've renamed this issue to track the general problem from my observations this past week. From our internal Mojo discussion on this yesterday, we do want to implement support for...

Thanks for filing this issue and your commentary. I 100% agree the current status quo of naming leaves a lot of room for improvement. _Personally_, I prefer the `_` separator...

> Could you point to the current `pop_back` implementation? Of course. [This](https://github.com/modularml/mojo/blob/76d05839487905d6c7459c7135fdb5bb9f23f336/stdlib/src/collections/list.mojo#L229) is the current implementation. I recommend we add a new function: `pop(index: Int)` and preserve the `pop_back` for...

Fixed by https://github.com/modularml/mojo/commit/0e94191609a286eecddafe6e149240c50f07c8dd

Is it because of https://github.com/modularml/mojo/commit/abf2975d48fc7631e0e2ca741340289ec622f5d0? Want to try reverting that and see if it passes consistently on CI? It just merged a few hours ago.

@ConnorGray FYI - something to keep an eye out for if you see any flakiness this week for CI