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
* Ensure Consistent Order of build_files in WriteAutoRegenerationRule ([#293](https://github.com/nodejs/gyp-next/issues/293)) ([59b5903](https://github.com/nodejs/gyp-next/commit/59b59035f4ae63419343ffdafe0f0ff511ada17d))
16
+
* ignore failure of `GetCompilerPredefines` ([#295](https://github.com/nodejs/gyp-next/issues/295)) ([0eaea29](https://github.com/nodejs/gyp-next/commit/0eaea297f0fbb0869597aa162f66f78eb2468fad))
# Based on http://code.activestate.com/recipes/576694/.
569
-
classOrderedSet(MutableSet):
586
+
classOrderedSet(MutableSet): # noqa: PLW1641
587
+
# TODO (cclauss): Fix eq-without-hash ruff rule PLW1641
570
588
def__init__(self, iterable=None):
571
589
self.end=end= []
572
590
end+= [None, end, end] # sentinel node for doubly linked list
0 commit comments