Skip to content

Commit 46c6781

Browse files
committed
SE-0458: Add revision history
1 parent b302ea6 commit 46c6781

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

proposals/0458-strict-memory-safety.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,11 @@ Other than the source break above, the introduction of this strict safety checki
430430

431431
The attributes, `unsafe` expression, and strict memory-safety checking model proposed here have no impact on ABI.
432432

433+
## Revision history
434+
435+
* **Revision 2 (following first review)**
436+
* Specified that variables of unsafe type passed in to uses of `@safe` declarations (e.g., calls, property accesses) are not diagnosed as themselves being unsafe. This makes means that expressions like `unsafeBufferePointer.count` will be considered safe.
437+
433438
## Future Directions
434439

435440
### The `SerialExecutor` and `Actor` protocols

0 commit comments

Comments
 (0)