Add tracking issue for challenges template#27
Conversation
| name: Tracking issue for challenge | ||
| about: Create a new tracking issue for a challenge | ||
| title: "[Tracking Challenge] " | ||
| labels: Challenge |
There was a problem hiding this comment.
So should we update the book instructions to only create an issue once the proposal has been accepted?
There was a problem hiding this comment.
Yes, I am in the middle of changing the book instructions to that right now.
There was a problem hiding this comment.
I would think that's the right approach.
There was a problem hiding this comment.
The only problem here is that the "Challenge" label would be automatically added to issues that may not be a challenge.
There was a problem hiding this comment.
To resolve that, I can add a new generic issue template that would be for issues that have nothing to do with the challenges themselves. Would that work?
There was a problem hiding this comment.
I would prefer to eventually have a job that runs once a new challenge has been merged, and edits the tracking issue with the link to the book entry and add the "Challenge" label. But for now, we will have to manually keep things consistent.
Creates an issue template for new issues that are for tracking challenges. Right now, anyone can add a tracking issue for a challenge without the link to the challenge in the runbook. This template will help remind them of the order of creation which would be to first, create the challenge in the runbook, then create the tracking issue. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.
Add Kani proof harnesses for Arc functions specified in Challenge model-checking#27: 12 unsafe functions (assume_init, from_raw, from_raw_in, increment/decrement_strong_count, get_mut_unchecked, downcast_unchecked, Weak::from_raw, Weak::from_raw_in) and 35 safe functions covering allocation, atomic reference counting, conversion, Weak pointer operations, and trait implementations. Exceeds 75% safe threshold (35/42 = 83%). Resolves model-checking#383 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Creates an issue template for new issues that are for tracking challenges.
Right now, anyone can add a tracking issue for a challenge without the link to the challenge in the runbook.
This template will help remind them of the order of creation which would be to first, create the challenge in the runbook, then create the tracking issue.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.