Skip to content

Commit

Permalink
Merge branch 'trunk' into new-get-vertex
Browse files Browse the repository at this point in the history
  • Loading branch information
Vecvec authored Feb 28, 2025
2 parents 77689e2 + 3297e9f commit c1381b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/review-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ satisfying way to address in a more robust way.
- [ ] If your change iterates over a collection, did you ensure the
order of iteration was deterministic? Using `HashMap` and
`HashSet` is fine, as long as you don't iterate over it.
- [ ] If you insert elements into a set or map that you expect are not
already present, did you make an assertion about `insert`'s
return value?

### WGSL Extensions

Expand Down

0 comments on commit c1381b6

Please sign in to comment.