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

Setting _VERSA_EEPROM_available to False by default #964

Conversation

Dominik-Vogel
Copy link
Contributor

The current Decadac driver does not specify the value of _VERSA_EEPROM_available by default. It is only set to false if the feature is unavailable but never gets set to True. In this PR I set it to False by default instead of inserting the probably missing assignment of True, in order to prevent inserting a so far untested and also not missed feature.

@codecov
Copy link

codecov bot commented Feb 6, 2018

Codecov Report

Merging #964 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #964   +/-   ##
=======================================
  Coverage   77.92%   77.92%           
=======================================
  Files          37       37           
  Lines        5236     5236           
=======================================
  Hits         4080     4080           
  Misses       1156     1156

@Dominik-Vogel
Copy link
Contributor Author

Dominik-Vogel commented Feb 6, 2018

This has been tested and it works, for the test station (T1/T4). @jenshnielsen @WilliamHPNielsen @sohailc could anyone merge it?

@jenshnielsen jenshnielsen merged commit ff5258a into microsoft:master Feb 6, 2018
giulioungaretti pushed a commit that referenced this pull request Feb 6, 2018
Author: Dominik Vogel <30660470+Dominik-Vogel@users.noreply.github.com>

    Setting _VERSA_EEPROM_available to False by default (#964)
giulioungaretti pushed a commit that referenced this pull request Feb 6, 2018
Author: Dominik Vogel <30660470+Dominik-Vogel@users.noreply.github.com>

    Setting _VERSA_EEPROM_available to False by default (#964)
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.

None yet

2 participants