-
Notifications
You must be signed in to change notification settings - Fork 911
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
abc not recognised as a submodule when using a different abc commit #4888
Comments
The current $ git submodule status abc
cac8f99eaa220a5e3db5caeb87cef0a975c953a2 abc (v0.49)
$ git -C abc checkout 8700bb
Previous HEAD position was cac8f99ea Revert "Merge pull request #247 from QuantamHD/abc_unit_tests"
HEAD is now at 8700bb58e Merge pull request #37 from YosysHQ/povik/fix-mfs-ub
$ git submodule status abc
+8700bb58ee5cc9039d86eb8ee3cd831d3dd1b19e abc (v0.49-2-g8700bb58e) |
This is intended behavior. It indicates a mismatch between the
|
Ah okay, that does make some amount of sense. Mayhaps rather than falling back on the 'not a submodule' error message we add an error message for when that is the case then? |
Good idea. From
|
Version
0.48
On which OS did this happen?
Linux
Reproduction Steps
git submodule update --init --remote
orgit -C abc checkout 8700bb
or any other command which changes the git commit of abcmake check-git-abc
Expected Behavior
Should exit normally (status code 0)
Actual Behavior
Exits with error (status code 1) and prints error message:
The text was updated successfully, but these errors were encountered: