Skip to content

Conversation

@tleonhardt
Copy link
Member

@tleonhardt tleonhardt commented Jun 29, 2019

Remove load, _relative_load, and pyscript commands which were renamed in the last release.

This closes #702

Also:

  • Require pyperclip version 1.6 or newer which simplifies clipboard.py
  • Added unit test for startup script functionality

These commands were renamed in the last release, but aliases were created along with warnings to help aid the transition.

The command aliases are now being removed in this release.
@tleonhardt tleonhardt added this to the 0.9.15 milestone Jun 29, 2019
@tleonhardt tleonhardt requested a review from kmvanbrunt June 29, 2019 21:40
@tleonhardt tleonhardt requested a review from kotfu as a code owner June 29, 2019 21:40
@tleonhardt tleonhardt self-assigned this Jun 29, 2019
@codecov
Copy link

codecov bot commented Jun 29, 2019

Codecov Report

Merging #706 into master will increase coverage by 0.09%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #706      +/-   ##
==========================================
+ Coverage   95.66%   95.76%   +0.09%     
==========================================
  Files          12       12              
  Lines        3345     3327      -18     
==========================================
- Hits         3200     3186      -14     
+ Misses        145      141       -4
Impacted Files Coverage Δ
cmd2/cmd2.py 95.96% <100%> (+0.18%) ⬆️
cmd2/clipboard.py 100% <100%> (+5.55%) ⬆️
cmd2/utils.py 97.81% <0%> (-0.37%) ⬇️

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 31da70e...6f3e478. Read the comment docs.

@tleonhardt tleonhardt merged commit 6787a3d into master Jun 30, 2019
@tleonhardt tleonhardt deleted the remove_load branch June 30, 2019 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove load, _relative_load, pyscript aliases

3 participants