all: change optional to option (#16914)

This commit is contained in:
JalonSolov 2023-01-09 01:36:45 -05:00 committed by GitHub
parent 241109516f
commit 90941b3b1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
255 changed files with 1428 additions and 1428 deletions

View file

@ -6,7 +6,7 @@
- [ ] Parallel C compilation
- [ ] `recover()` from panics
- [x] vfmt: add missing imports (like goimports)
- [ ] Recursive structs via optionals: `struct Node { next ?Node }`
- [ ] Recursive structs via options: `struct Node { next ?Node }`
- [ ] Optional function struct fields
- [ ] Handle function pointers safely, remove `if function == 0 {`
- [x] Bundle OpenSSL like GC