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

Preserve capitalization when reading config files #1062

Merged
merged 1 commit into from
Jun 6, 2021

Conversation

felixdivo
Copy link
Collaborator

This change was discussed in #1020, where @cranium-xx worked on a fix for #702. Previously, all parameters were converted to lower case, and some parameters with upper case naming could therefore not be set. This is fixed by this PR.

Fix #702.

@felixdivo felixdivo added the bug label Jun 2, 2021
@felixdivo felixdivo added this to the 4.0.0 Release milestone Jun 2, 2021
@felixdivo felixdivo self-assigned this Jun 2, 2021
@mergify mergify bot requested a review from hardbyte June 2, 2021 10:42
@felixdivo
Copy link
Collaborator Author

felixdivo commented Jun 2, 2021

@hardbyte Do you known what might cause the GitHub Actions to hang? It sat there waiting and doing nothing for 7+ hours until I canceled and restated it. But as before, it just states Starting workflow run....

Probably solved by #1061. I also just canceled a lot of hanging irrelevant jobs with thew faulty config and now everything seems to be working again.

@codecov
Copy link

codecov bot commented Jun 3, 2021

Codecov Report

Merging #1062 (0c28328) into develop (dcd771b) will increase coverage by 0.05%.
The diff coverage is 100.00%.

@@             Coverage Diff             @@
##           develop    #1062      +/-   ##
===========================================
+ Coverage    70.81%   70.87%   +0.05%     
===========================================
  Files           79       79              
  Lines         7611     7612       +1     
===========================================
+ Hits          5390     5395       +5     
+ Misses        2221     2217       -4     

@felixdivo
Copy link
Collaborator Author

@Mergifyio rebase

@mergify
Copy link
Contributor

mergify bot commented Jun 5, 2021

Command rebase: success

Branch has been successfully rebased

@hardbyte hardbyte force-pushed the fix-capitalization-in-parameter-files branch from 5a1d46a to 0c28328 Compare June 5, 2021 21:09
@felixdivo felixdivo merged commit 62e2282 into develop Jun 6, 2021
@felixdivo felixdivo deleted the fix-capitalization-in-parameter-files branch June 6, 2021 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ixxat driver ignores UniqueHardwareID and [r|t]xFifoSize from configuration
2 participants