Skip to content

Split PythonHouseKeeper #692

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

Merged
merged 2 commits into from
Mar 14, 2019
Merged

Split PythonHouseKeeper #692

merged 2 commits into from
Mar 14, 2019

Conversation

dfb
Copy link
Contributor

@dfb dfb commented Mar 14, 2019

Currently PythonHouseKeeper is implemented entirely in a header file, which makes it cumbersome to work with because the smallest modification causes pretty much the entire project to be rebuilt (e.g. I was debugging something and just wanted to add a log message temporarily - each tweak meant a full rebuild).

This is a QOL change that doesn't change any functionality at all; it merely splits the implementation into a .cpp file.

@rdeioris rdeioris merged commit 8de7445 into 20tab:master Mar 14, 2019
@dfb dfb deleted the pr_split_housekeeper branch March 14, 2019 17:05
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.

2 participants