Stephan T. Lavavej
Stephan T. Lavavej
Hmm, `file_time` is kind of a doomed type then. `jan 1 1601 + (2^63 - 1) nanoseconds` is in April 1893, so while there is overlap from Sept 1677 to...
I am currently seeing 102 unique directories in `tests/std` failing when I try to enable EDG concepts (with VS 2022 17.2 Preview 1). 90 of these are tests for P0896R4...
Thank you!!! :heart_eyes_cat: I've reported 19 bugs (slightly cleaning up some repros) and semi-reduced 2 more.
Definitely not too late - we're still many months away from restarting work on vNext. Thanks for the suggestion and especially the rationale - I've relabeled this issue accordingly.
@CaseyCarter says that this is a no-brainer and that we should do this for vNext.
:heart_eyes_cat: Thanks again!! I reported 10 more bugs (I had to fix a few repros, e.g. one said `rank_dynamic` instead of actually calling `rank_dynamic()`, another was using a Clang intrinsic...
Yeah - we're eager to resume work on vNext but first we have to finish migrating our build/test infrastructure, and then we need to manually port the changes we accumulated...
Thanks for extracting these repros! :heart_eyes_cat: I've further reduced and reported VSO-1951794 "EDG produces a wrong value for a *requires-clause* that involves a local type alias". Click to expand reduced...
I'm not familiar enough with iostreams to say whether such a workaround is reliable (despite working on this codebase for 13 years). @BillyONeal may be able to comment, as he's...
Thank you! :heart_eyes_cat: After getting up to speed with your excellent overhaul here, I pushed a bunch of changes to make the logic clearer for my cat-sized brain. Please double-check...