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

make configuration immutable #473

Open
chadwhitacre opened this issue Jul 9, 2015 · 3 comments
Open

make configuration immutable #473

chadwhitacre opened this issue Jul 9, 2015 · 3 comments

Comments

@chadwhitacre
Copy link
Contributor

Right now configuration is half-mutable: you can change attributes on website, but if those settings affected anything in Configurable.__init__ then resetting the attribute will make the configuration inconsistent. On #472 we're leaning towards making config immutable.

@chadwhitacre chadwhitacre mentioned this issue Jul 9, 2015
36 tasks
@pjz
Copy link
Contributor

pjz commented Jul 30, 2015

http://pyrsistent.readthedocs.org/en/latest/ might be useful for this

@chadwhitacre
Copy link
Contributor Author

@Changaco Do you care about this one?

@Changaco
Copy link
Member

It's not in my priorities, but making sure that changing the config is either impossible or straightforward is definitely something we want.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants