Thanks for the update. I had started to inspect my self the Memento code some minutes ago, but had not went that far yet
Well, Mnesia is known for a lot of quirks, but to be honest all databases have them, thus a bug cannot be put aside, or even this being an unexpected behavior, like this one:
As far as I am aware nothing have changed. The app is running from a folder in my laptop that was created with:
git clone my_repo
cd my_repo
git checkout dev-branch
mix deps.get
mix phx.server
This server is only stopped when I restart my laptop(forced by the OS) or by me when doing ctrl c + c
.
If, I do a git diff
I can confirm that nothing have changed in the folder, and I have not done a git pull
to update the branch in months.