Replies: 2 comments 2 replies
-
In terms of general mip issues, I'd expect the main repo to be the better location unless it's pointing to particular pieces of the -lib mip code. A PR would need to go wherever the code it's targeting lives, either the mpremote version in the main library or the mpy version in -lib. This is just my assumption though. |
Beta Was this translation helpful? Give feedback.
-
@ned-pcs As we need to keep both in sync, then any behavioral/functional change to That said, the "primary" version is the one in Unfortunately the one in the main repo isn't just a rename, the implementation is slightly different. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
It's unclear to me which repository should be used for issues and PRs related to
mip
since there's one copy of the code atmicropython-lib/micropython/mip/__init__.py
and one atmicropython/tools/mpremote/mpremote/mip.py
.I've issued PRs and issues in
micropython-lib
but have seen others inmicropython
.@andrewleech @jimmo what do you think?
Beta Was this translation helpful? Give feedback.
All reactions