You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: Update GitHub Actions and Node version
Use newer versions of actions; Node 16 -> 18
Fix several warnings in the actions tab regarding usage of the EOL Node 16
The implementation of
BitvSet::is_disjoint
is this:It also shouldn't use
count
; it can just check whether theintersection
iterator is empty directly.The text was updated successfully, but these errors were encountered: