Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2024/11-monthly: Fix 'framework' typo #170

Merged
merged 1 commit into from
Dec 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 2024/2024-11-monthly-report.org
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Thanks again to [[https://opensrcsec.com/][Open Source Security, inc]] and [[htt

*** Project update

GCC development entered stage 3 this month, meaning that ~gccrs~ is no longer allowed to submit patches that affect the entire GCC framewrok until the project re-enters stage 1, after the release of GCC 15.1. This is not an issue for us, as we took special care to send the affected patches upstream back in June of this year, giving them plenty of time to get reviewed and merged before stage 3. In other GCC news, the baseline for building the compiler got bumped from GCC 4.8 to GCC 5.4 - this means that the oldest compiler that we are expected to target is newer and adds support for C++14. Thanks to [[https://github.com/thesamesam][Sam James]] and [[https://github.com/dkm][Marc Poulhiès]], we have updated our CI to reflect this change. Thank you both!
GCC development entered stage 3 this month, meaning that ~gccrs~ is no longer allowed to submit patches that affect the entire GCC framework until the project re-enters stage 1, after the release of GCC 15.1. This is not an issue for us, as we took special care to send the affected patches upstream back in June of this year, giving them plenty of time to get reviewed and merged before stage 3. In other GCC news, the baseline for building the compiler got bumped from GCC 4.8 to GCC 5.4 - this means that the oldest compiler that we are expected to target is newer and adds support for C++14. Thanks to [[https://github.com/thesamesam][Sam James]] and [[https://github.com/dkm][Marc Poulhiès]], we have updated our CI to reflect this change. Thank you both!

Most of the pull-requests this month were focused on name resolution, with even more improvements made by [[https://github.com/powerboat9][Owen Avery]]. Owen has been a contributor to the project for two years, and has been extremely helpful recently with our name resolution rewrite (NR2.0), by working on integrating it to all areas of the compiler. We will thus be welcoming Owen to the core ~gccrs~ team of contributors.

Expand Down