Skip to content

Commit 9413221

Browse files
P-E-PCohenArthur
authored andcommitted
2024-10-14: Add weekly report
1 parent 65ad059 commit 9413221

File tree

1 file changed

+127
-0
lines changed

1 file changed

+127
-0
lines changed

2024/2024-10-14-report.org

+127
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,127 @@
1+
#+title: Weekly report for 7th of October to 14rd of October 2024
2+
#+author: Philip Herron, Pierre-Emmanuel Patry, Arthur Cohen
3+
#+date: 2024-10-14
4+
5+
** Overview
6+
7+
Thanks again to [[https://opensrcsec.com/][Open Source Security, inc]] and [[https://www.embecosm.com/][Embecosm]] for their ongoing support for this project.
8+
9+
- We're working on reducing the gap between first and second name resolution.
10+
- New test system for name resolution 2.0 works great
11+
12+
** Completed Activities
13+
14+
- Improve InlineAsmOperand [[https://github.com/Rust-GCC/gccrs/pull/3193][PR3193]]
15+
- Handle TypeAlias during toplevel resolution 2.0 [[https://github.com/Rust-GCC/gccrs/pull/3192][PR3192]]
16+
- Check for writes outside of the build directory [[https://github.com/Rust-GCC/gccrs/pull/2974][PR2974]]
17+
- Fix some issues with canonical path fetching in name resolution 2.0 [[https://github.com/Rust-GCC/gccrs/pull/3190][PR3190]]
18+
- Improve Rib::Definition shadowing [[https://github.com/Rust-GCC/gccrs/pull/3188][PR3188]]
19+
- Insert static items into the value namespace [[https://github.com/Rust-GCC/gccrs/pull/3194][PR3194]]
20+
21+
22+
*** Contributors this week
23+
24+
- [[https://github.com/powerboat9][Owen Avery]]
25+
26+
*** Overall Task Status
27+
28+
| Category | Last Week | This Week | Delta |
29+
|-------------+-----------+-----------+-------|
30+
| TODO | 331 | 326 | -5 |
31+
| In Progress | 77 | 75 | -2 |
32+
| Completed | 882 | 890 | +8 |
33+
34+
*** Test Cases
35+
36+
| TestCases | Last Week | This Week | Delta |
37+
|-----------+-----------+-----------+-------|
38+
| Passing | 9148 | 9160 | +12 |
39+
| Failed | - | - | - |
40+
| XFAIL | 325 | 313 | -12 |
41+
| XPASS | | | |
42+
43+
*** Bugs
44+
45+
| Category | Last Week | This Week | Delta |
46+
|-------------+-----------+-----------+-------|
47+
| TODO | 123 | 119 | -4 |
48+
| In Progress | 43 | 39 | -4 |
49+
| Completed | 431 | 439 | +8 |
50+
51+
*** Milestones Progress
52+
53+
| Milestone | Last Week | This Week | Delta | Start Date | Completion Date | Target | Target GCC |
54+
|-----------------------------------|------------|------------|-------|---------------|-----------------|---------------|------------|
55+
| GCC 14.2 | 100% | 100% | - | 7th Jun 2024 | 15th Jun 2024 | 15th Jun 2024 | GCC 14.2 |
56+
| GCC 15.1 | 100% | 100% | - | 21st Jun 2024 | 31st Jun 2024 | 1st Jul 2024 | GCC 15.1 |
57+
| Name resolution 2.0 rework | 6% | 6% | - | 1st Jun 2024 | - | 1st Apr 2025 | GCC 15.1 |
58+
| Macro expansion | 21% | 21% | - | 1st Jun 2024 | - | 1st Jan 2025 | GCC 15.1 |
59+
| Unhandled attributes | 100% | 100% | - | 1st Jul 2024 | 19th Aug 2024 | 15th Aug 2024 | GCC 15.1 |
60+
| Lang items | 66% | 66% | - | 1st Jul 2024 | - | 1st Sep 2024 | GCC 15.1 |
61+
| Indexing fixes | 0% | 0% | - | 21st Jul 2024 | - | 15th Sep 2024 | GCC 15.1 |
62+
| Iterator fixes | 0% | 0% | - | 21st Jul 2024 | - | 15th Sep 2024 | GCC 15.1 |
63+
64+
| Upcoming Milestone | Last Week | This Week | Delta | Start Date | Completion Date | Target | Target GCC |
65+
|-----------------------------------|------------|------------|-------|---------------|-----------------|---------------|------------|
66+
| Auto traits improvements | 0% | 0% | - | 15th Sep 2024 | - | 21st Oct 2024 | GCC 15.1 |
67+
| Deref and DerefMut improvements | 0% | 0% | - | 28th Sep 2024 | - | 28th Oct 2024 | GCC 15.1 |
68+
| Remaining typecheck issues | 0% | 0% | - | 21st Oct 2024 | - | 1st Jan 2025 | GCC 15.1 |
69+
| cfg-core | 0% | 0% | - | 1st Dec 2024 | - | 1st Jan 2025 | GCC 15.1 |
70+
| Question mark operator | 0% | 0% | - | 15th Dec 2024 | - | 21st Feb 2025 | GCC 15.1 |
71+
| Codegen fixes | 0% | 0% | - | 7th Oct 2024 | - | 1st Mar 2025 | GCC 15.1 |
72+
| Specialization | 0% | 0% | - | 1st Jan 2025 | - | 1st Mar 2025 | GCC 15.1 |
73+
| Inline assembly | 100% | 100% | - | 1st Jun 2024 | - | 15th Sep 2024 | GCC 15.1 |
74+
| Borrow checker improvements | 100% | 100% | - | 1st Jun 2024 | - | 15th Sep 2024 | GCC 15.1 |
75+
| Rustc Testsuite Adaptor | 0% | 0% | - | 1st Jun 2024 | - | 15th Sep 2024 | GCC 15.1 |
76+
| black_box intrinsic | 0% | 0% | - | 28th Oct 2024 | - | 28th Nov 2024 | GCC 15.1 |
77+
| Unstable RfL features | 0% | 0% | - | 7th Jan 2025 | - | 1st Mar 2025 | GCC 15.1 |
78+
| cfg-rfl | 0% | 0% | - | 7th Jan 2025 | - | 15th Feb 2025 | GCC 15.1 |
79+
| alloc parser issues | 100% | 100% | - | 7th Jan 2025 | 31st Jun 2024 | 28th Jan 2025 | GCC 15.1 |
80+
| let-else | 0% | 0% | - | 28th Jan 2025 | - | 28th Feb 2025 | GCC 15.1 |
81+
| Explicit generics with impl Trait | 0% | 0% | - | 28th Feb 2025 | - | 28th Mar 2025 | GCC 15.1 |
82+
| offset_of!() builtin macro | 0% | 0% | - | 15th Mar 2025 | - | 15th May 2025 | GCC 15.1 |
83+
| Generic Associated Types | 0% | 0% | - | 15th Mar 2025 | - | 15th Jun 2025 | GCC 16.1 |
84+
| RfL const generics | 0% | 0% | - | 1st May 2025 | - | 15th Jun 2025 | GCC 16.1 |
85+
| frontend plugin hooks | 0% | 0% | - | 15th May 2025 | - | 7th Jul 2025 | GCC 16.1 |
86+
| Handling the testsuite issues | 0% | 0% | - | 15th Sep 2024 | - | 15th Sep 2025 | GCC 16.1 |
87+
| std parser issues | 100% | 100% | - | 7th Jan 2025 | 31st Jun 2024 | 28th Jan 2025 | GCC 16.1 |
88+
| main shim | 0% | 0% | - | 28th Jul 2025 | - | 15th Sep 2025 | GCC 16.1 |
89+
90+
| Past Milestone | Last Week | This Week | Delta | Start Date | Completion Date | Target | Target GCC |
91+
|-----------------------------------+------------+------------+-------+---------------+-----------------+---------------|------------|
92+
| Data Structures 1 - Core | 100% | 100% | - | 30th Nov 2020 | 27th Jan 2021 | 29th Jan 2021 | GCC 14.1 |
93+
| Control Flow 1 - Core | 100% | 100% | - | 28th Jan 2021 | 10th Feb 2021 | 26th Feb 2021 | GCC 14.1 |
94+
| Data Structures 2 - Generics | 100% | 100% | - | 11th Feb 2021 | 14th May 2021 | 28th May 2021 | GCC 14.1 |
95+
| Data Structures 3 - Traits | 100% | 100% | - | 20th May 2021 | 17th Sep 2021 | 27th Aug 2021 | GCC 14.1 |
96+
| Control Flow 2 - Pattern Matching | 100% | 100% | - | 20th Sep 2021 | 9th Dec 2021 | 29th Nov 2021 | GCC 14.1 |
97+
| Macros and cfg expansion | 100% | 100% | - | 1st Dec 2021 | 31st Mar 2022 | 28th Mar 2022 | GCC 14.1 |
98+
| Imports and Visibility | 100% | 100% | - | 29th Mar 2022 | 13th Jul 2022 | 27th May 2022 | GCC 14.1 |
99+
| Const Generics | 100% | 100% | - | 30th May 2022 | 10th Oct 2022 | 17th Oct 2022 | GCC 14.1 |
100+
| Initial upstream patches | 100% | 100% | - | 10th Oct 2022 | 13th Nov 2022 | 13th Nov 2022 | GCC 14.1 |
101+
| Upstream initial patchset | 100% | 100% | - | 13th Nov 2022 | 13th Dec 2022 | 19th Dec 2022 | GCC 14.1 |
102+
| Update GCC's master branch | 100% | 100% | - | 1st Jan 2023 | 21st Feb 2023 | 3rd Mar 2023 | GCC 14.1 |
103+
| Final set of upstream patches | 100% | 100% | - | 16th Nov 2022 | 1st May 2023 | 30th Apr 2023 | GCC 14.1 |
104+
| Borrow Checking 1 | 100% | 100% | - | TBD | 8th Jan 2024 | 15th Aug 2023 | GCC 14.1 |
105+
| Procedural Macros 1 | 100% | 100% | - | 13th Apr 2023 | 6th Aug 2023 | 6th Aug 2023 | GCC 14.1 |
106+
| GCC 13.2 Release | 100% | 100% | - | 13th Apr 2023 | 22nd Jul 2023 | 15th Jul 2023 | GCC 14.1 |
107+
| GCC 14 Stage 3 | 100% | 100% | - | 1st Sep 2023 | 20th Sep 2023 | 1st Nov 2023 | GCC 14.1 |
108+
| GCC 14.1 Release | 100% | 100% | - | 2nd Jan 2024 | 2nd Jun 2024 | 15th Apr 2024 | GCC 14.1 |
109+
| format_args!() support | 100% | 100% | - | 15th Feb 2024 | - | 1st Apr 2024 | GCC 14.1 |
110+
111+
*** Risks
112+
113+
There have been no changes to the Risk table.
114+
115+
| Risk | Impact (1-3) | Likelihood (0-10) | Risk (I * L) | Mitigation |
116+
|-----------------------------------------------+--------------+-------------------+--------------+-----------------------------------------------------------------|
117+
| Missing features for GCC 15.1 deadline | 2 | 1 | 2 | Start working on required features as early as July (6mo ahead) |
118+
119+
** Planned Activities
120+
121+
- Continue fixing remaining failing test for name resolution 2.0
122+
- Update changes to the build system to detect cargo correctly before stage 3 freeze
123+
124+
** Detailed changelog
125+
126+
127+

0 commit comments

Comments
 (0)