Skip to content
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

Bug creating a store that doesn't exist, where the parent namespace does exist #57

Open
g105b opened this issue Dec 11, 2019 · 1 comment
Labels
Projects

Comments

@g105b
Copy link
Member

g105b commented Dec 11, 2019

$store = $session->getStore("some.long.namespace.storename", true);

The true in the example above means that if the session store that is being requested doesn't exist, it should be created. This works fine until an element of the namespace does already exist. The create-if-not-exists flag is not passed down to deeper namespaces.

Looks like the error exists here:

return $store->getStore($namespace);

@g105b g105b added the bug label Dec 11, 2019
g105b added a commit that referenced this issue Dec 11, 2019
g105b added a commit that referenced this issue Dec 11, 2019
g105b added a commit that referenced this issue Dec 11, 2019
* Update dependencies

* Isolate bug #57

* Fix bug #57

* Update dependencies
@g105b
Copy link
Member Author

g105b commented May 24, 2021

This should be fixed now.

@g105b g105b added this to Backlog in Overview Oct 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Overview
Backlog
Development

No branches or pull requests

1 participant