User Details
- User Since
- Mar 19 2020, 5:57 AM (183 w, 1 d)
Oct 6 2022
Oct 5 2022
Sep 19 2022
Aug 11 2022
Aug 1 2022
Jul 27 2022
Jul 14 2022
Jul 13 2022
improved the test
Jul 11 2022
Jun 14 2022
Wait, what? How? Whaaat? How did that happen?
May 20 2022
Apr 21 2022
addressed review comments
Apr 13 2022
Apr 1 2022
Thanks, I was just about to fix that!
Mar 25 2022
Thanks for all the comments!
added a comment
Mar 22 2022
Reverted to previous version + new test
Mar 21 2022
Thanks, this looks really good! I always wanted a code action like this.
fix comments
more review comments
Mar 18 2022
I updated the change. Let me know if this is what you had in mind.
I kept the original test too, can't hurt right?
changed to marking VarDecl as invalid if it's ref type and initializer is invalid
Mar 16 2022
addressed review comments
Mar 15 2022
Mar 1 2022
Feb 25 2022
Nov 18 2021
Added a slightly awkward clang (not clangd) test. The output is suboptimial, because it's not clangd, but it shows things work as they should.
addressed review comments, added new test
Nov 17 2021
Looks good. Thanks!
Nov 10 2021
Sorry for trouble, I will revert this for now.
Nov 5 2021
review comments
Sorry for delay, I got distracted with other stuff. I addressed your comment, partially, and also added more tests and fixed one more issue (see the FunctionType test, it would've failed before).
addressed review comment
Nov 4 2021
Nov 3 2021
Hey Kadir. This is my naive approach at solving that large memory usage issue you reported. It works, although I wish this was more generic. I'm not an expert on this piece of code, so I tried to keep things similar to how they worked previously. Let me know what you think.
Nov 2 2021
Oct 27 2021
Oct 26 2021
review comments
Thanks Kadir!
review comments
Oct 19 2021
final review comment (dropped Preamble check)
Oct 18 2021
Fix LGTM
Oct 13 2021
removed unnecessary Flags.clear()
Oct 12 2021
next round of review comments
Hi Nathan