GSOC Linux debugger support progress report

Hello everyone!

Last week I worked 100% of the time on SwiftReflectionTest. Quite a lot of progress was made! Right now, 24 of the tests under validation-test/Reflection are passing (with 11 failures and 12 unsupported due to lack of Objective-C interop). I've opened a PR for this issue here, and a second one expanding the documentation of class metadata when there's no Objective-C interop here. I believe that the 11 remaining tests are all failing because of the same reason, which is good, since if we solve one of them, we can solve all of them. I created a new thread to discuss the current failure here.

This week I'll continue working on SwiftReflectionTest. I'm fairly confident we'll be able to finish it this week. If I have any remaining time, I'll go back to SR-12397, unless my mentors and I decide on some other higher-priority task.

3 Likes