We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 276607f commit b6329d5Copy full SHA for b6329d5
2 files changed
CLAUDE.md
@@ -67,6 +67,8 @@ TESTING ON UNSUPPORTED VERSIONS IS NOT ALLOWED.
67
68
ACCEPTANCE CRITERIA: Work will not be accepted unless `nox` (without arguments) runs successfully.
69
70
+When starting work on a new feature, it is best to clean up temporary files using `nox -s clean`.
71
+
72
### Logging
73
74
Logging is required throughout the codebase; prefer many short messages. Avoid adding logging statements on code
src/pycyphal/_header.py
@@ -4,7 +4,6 @@
4
from dataclasses import dataclass
5
6
U64_MASK = 0xFFFFFFFFFFFFFFFF
7
-U64_MODULO = 1 << 64
8
9
HEADER_SIZE = 24
10
SEQNO48_MASK = (1 << 48) - 1
0 commit comments