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

Fix/make project config immutable #246

Merged
merged 7 commits into from
Nov 28, 2019
Merged

Conversation

vyasr
Copy link
Contributor

@vyasr vyasr commented Nov 21, 2019

Description

Makes the project config immutable. Note that I had to make the _mutable attribute set after construction because the constructor of ConfigObj calls __setitem__ internally, so constructing the ProjectConfig object would always throw warnings (or error in the future). I'm open to alternative suggestions on how to resolve that.

Motivation and Context

Resolves #81, supersedes #244

Types of Changes

  • Documentation update
  • Bug fix
  • New feature
  • Breaking change1

1The change breaks (or has the potential to break) existing functionality.

Checklist:

If necessary:

  • I have updated the API documentation as part of the package doc-strings.
  • I have created a separate pull request to update the framework documentation on signac-docs and linked it here.
  • I have updated the changelog.

@codecov
Copy link

codecov bot commented Nov 21, 2019

Codecov Report

Merging #246 into master will increase coverage by 0.06%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #246      +/-   ##
==========================================
+ Coverage   64.89%   64.96%   +0.06%     
==========================================
  Files          39       39              
  Lines        5569     5580      +11     
==========================================
+ Hits         3614     3625      +11     
  Misses       1955     1955
Impacted Files Coverage Δ
signac/contrib/project.py 90.96% <100%> (+0.14%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c21905d...a04fa1e. Read the comment docs.

@vyasr vyasr requested a review from a team as a code owner November 21, 2019 04:55
@ghost ghost requested review from bdice and removed request for a team November 21, 2019 04:55
@vyasr vyasr requested a review from csadorf November 27, 2019 19:08
Copy link
Member

@bdice bdice left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Copy link
Contributor

@csadorf csadorf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've added a few straight-forward suggestions, but otherwise it looks good to me! Thank's a lot!

@vyasr vyasr merged commit 4df50da into master Nov 28, 2019
@vyasr vyasr deleted the fix/make_project_config_immutable branch November 28, 2019 22:49
@bdice bdice mentioned this pull request Aug 18, 2021
15 tasks
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

Successfully merging this pull request may close these issues.

Better API for the modification of configuration files
3 participants