mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
Version Lock hashes do not match #262
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Angel-Avila on GitHub (Apr 11, 2019).
I'm not really sure what is happening. I'm getting the following error:
But here is my stack initialization:
Also, if I delete the
versionLockargument from the initialization and run the application I get the following message:Now, if I put that argument back as the output suggests and run the app, now I get:
And if put the
versionLockdictionary back with the suggested values, I'm back at square one so...I'm at a loss here.@JohnEstropia commented on GitHub (Apr 12, 2019):
@Angel-Avila Hi, this should have been fixed here: https://github.com/JohnEstropia/CoreStore/issues/311
Please update and let me know how it goes.
@Angel-Avila commented on GitHub (Apr 12, 2019):
@JohnEstropia I did see that post and did update before even posting this so I thought it was some other error. Maybe it didn't fix in some cases? It's my newest repo if that helps
Or if you need any more info just tell me
@Angel-Avila commented on GitHub (Apr 12, 2019):
Just had to do a build folder clean with
altpressed. Thanks!