-
Notifications
You must be signed in to change notification settings - Fork 0
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
add msvc #33
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since #36 is a fairly large feature, I would like to enable MSVC tests before merging it.
I was originally thinking that the naive dll copying process (as done in 5d44b6d) is not the proper resolution, but the merit of having MSVC on the matrix surpasses the downside of delaying this merge process. I guess we can live with the potential maintenance burden which would be introduced here, we can fix dll issues separately when the copying starts to fail.
@yaito3014 could you resolve the conflicts and undo the comment-outs of the test cases?
Super Thanks |
fixes #29