Skip to content

Commit c147ae3

Browse files
committed
Reminder (to copilot) to rebuild cython files.
(It forgot, and wasted a bunch of time trying to fix a bug that wasn't there)
1 parent 7a0c7b7 commit c147ae3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/copilot-instructions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Performance-critical code uses Cython (`.pyx` files) with declaration files (`.p
2626
- Use `cpdef` for methods callable from both Python and Cython
2727
- Use `cimport` for Cython-level imports (e.g., `cimport rmgpy.constants as constants`)
2828
- 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.
2930

3031
## Development Commands
3132
```bash

0 commit comments

Comments
 (0)