-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
split gomockhandler.json into configuration file and mocks status file #74
Comments
Hi! @sanposhiho |
Maybe yes. my plan:
This means that the wdyt? |
I think we must consider some situations about Coexistence. and if new mock status file and gomockhandler.json has different value of checksum as to same source. A person who somehow upgraded its version will run a new command without realizing that the json file has been split. |
The checksum on new mock status file should take precedence. And the one on Basically, we should consider backward compatibility when we increment minor versions, but don't always need to forward compatibility including what happens when a project has both people using the old version and people using the new version. Users on the same project should use the same version of tools ideally. |
I understand. |
from #59
Let's move
source_checksum
andchecksum
fromgomockhandler.json
to new 'mocks status file'.with this
The text was updated successfully, but these errors were encountered: