We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a0c7b7 commit c147ae3Copy full SHA for c147ae3
1 file changed
.github/copilot-instructions.md
@@ -26,6 +26,7 @@ Performance-critical code uses Cython (`.pyx` files) with declaration files (`.p
26
- Use `cpdef` for methods callable from both Python and Cython
27
- Use `cimport` for Cython-level imports (e.g., `cimport rmgpy.constants as constants`)
28
- Register new Cython modules in `setup.py` `ext_modules` list
29
+- Remember to re-compile (e.g. run `make`) after modifying any `.pyx` or `.pxd` files, or if there seem to be weird bugs in them.
30
31
## Development Commands
32
```bash
0 commit comments