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 loading with write conversion #1066

Merged
4 commits merged into from
Nov 18, 2019
Merged

Fix loading with write conversion #1066

4 commits merged into from
Nov 18, 2019

Conversation

ghost
Copy link

@ghost ghost commented Oct 18, 2019

closes #1064

@ghost ghost self-requested a review October 18, 2019 20:29
# If they passed in existing values override them here
if existing
existing.each do |param_name, param_value|
old_params[param_name] = param_value.to_s
Copy link
Author

Choose a reason for hiding this comment

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

This is the essence of the fix. Use the parameter text directly instead of writing the underlying packet.

@codecov-io
Copy link

codecov-io commented Oct 27, 2019

Codecov Report

Merging #1066 into master will increase coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1066      +/-   ##
==========================================
+ Coverage   84.15%   84.16%   +<.01%     
==========================================
  Files         165      165              
  Lines       15746    15806      +60     
==========================================
+ Hits        13251    13303      +52     
- Misses       2495     2503       +8
Impacted Files Coverage Δ
lib/cosmos/utilities/ruby_lex_utils.rb 90.78% <0%> (-1.81%) ⬇️
lib/cosmos/interfaces/protocols/length_protocol.rb 100% <0%> (ø) ⬆️

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 b10b5f0...a29abca. Read the comment docs.

Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

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

This was a big change. Assuming from the updated autohotkey changes that you tested it well. Approved.

@ghost
Copy link
Author

ghost commented Nov 18, 2019

I added a few more AHK test steps. Specifically the Export function which I would have broke with this fix. Also forgot to add the new file cmd_params!

@ghost ghost merged commit fc3d60b into master Nov 18, 2019
@ghost ghost deleted the cmd_seq_load_bug branch November 18, 2019 23:41
This pull request was closed.
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.

Command Sequence Repeating Write_Conversion
2 participants