Skip to content

Commit

Permalink
Merge branch 'main' into stable_b_tree_map_class
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Dec 20, 2024
2 parents 00982a2 + 6a76d8b commit 20ec112
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
- [ ] Error handling beautiful (no unwraps or expects etc)
- [ ] Code tested thoroughly
- [ ] All new functions have JSDoc/Rustdoc comments
- [ ] All tasks in linked issues have been completed or made into separate issues
3 changes: 2 additions & 1 deletion test/property/arbitraries/js_function_name_arb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ const jsKeywords = [
'heartbeat',
'inspectMessage',
'query',
'update'
'update',
'ic'
];

// This breaks rust but it doesn't seem to be a rust keyword
Expand Down

0 comments on commit 20ec112

Please sign in to comment.