Skip to content

Rename load, _relative_load, and pyscript #701

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 19 commits into from
Jun 15, 2019
Merged

Rename load, _relative_load, and pyscript #701

merged 19 commits into from
Jun 15, 2019

Conversation

kmvanbrunt
Copy link
Member

Fixes #675

@codecov
Copy link

codecov bot commented Jun 15, 2019

Codecov Report

Merging #701 into master will increase coverage by 0.04%.
The diff coverage is 96.49%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #701      +/-   ##
==========================================
+ Coverage   95.45%   95.49%   +0.04%     
==========================================
  Files          11       11              
  Lines        3255     3265      +10     
==========================================
+ Hits         3107     3118      +11     
+ Misses        148      147       -1
Impacted Files Coverage Δ
cmd2/pyscript_bridge.py 100% <ø> (ø) ⬆️
cmd2/cmd2.py 95.6% <96.49%> (+0.02%) ⬆️
cmd2/utils.py 98.06% <0%> (+0.38%) ⬆️

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 b375999...6a122ae. Read the comment docs.

@kmvanbrunt kmvanbrunt self-assigned this Jun 15, 2019
@kmvanbrunt kmvanbrunt added this to the 0.9.14 milestone Jun 15, 2019
This is in case the user runs a long script - I don't want the warning to quickly scroll off the screen where they then never see it.
tleonhardt
tleonhardt previously approved these changes Jun 15, 2019
@@ -3,6 +3,11 @@
* Added support for and testing with Python 3.8, starting with 3.8 beta
* Breaking Changes
* Python 3.4 reached its [end of life](https://www.python.org/dev/peps/pep-0429/) on March 18, 2019 and is no longer supported by `cmd2`
* **Renamed Commands Notice**
Copy link
Member

Choose a reason for hiding this comment

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

The magnitude of this change is a bit daunting, but everything looks good

@tleonhardt tleonhardt merged commit c12ba0f into master Jun 15, 2019
@tleonhardt tleonhardt deleted the rename branch June 15, 2019 14:53
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.

Rename load command
2 participants