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

Removing enum conversion #97

Merged
merged 1 commit into from
Apr 7, 2018
Merged

Removing enum conversion #97

merged 1 commit into from
Apr 7, 2018

Conversation

henryiii
Copy link
Collaborator

@henryiii henryiii commented Apr 6, 2018

This removes enum conversion; it can be readded explicitly by overloading operator >> (see examples). This allows you to protect enum conversions. Addressing #69.

Includes a fix for Windows + GoogleTest issues that were introduced a few commits back.

@codecov
Copy link

codecov bot commented Apr 6, 2018

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #97   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           9      9           
  Lines        1409   1409           
=====================================
  Hits         1409   1409
Impacted Files Coverage Δ
include/CLI/TypeTools.hpp 100% <ø> (ø) ⬆️

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 ef2d497...820007d. Read the comment docs.

@henryiii henryiii force-pushed the noenum branch 2 times, most recently from 49e91b1 to 363310a Compare April 6, 2018 20:22
@henryiii henryiii merged commit 5d9a563 into master Apr 7, 2018
@henryiii henryiii deleted the noenum branch April 7, 2018 04:58
@henryiii henryiii added this to the v1.5 milestone Apr 8, 2018
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.

1 participant