Windows tests#128
Open
garazdawi wants to merge 25 commits into
Open
Conversation
993f38b to
b26effb
Compare
02733af to
494aa76
Compare
51ea6a3 to
c3585a8
Compare
6ac05d0 to
0b9a5b9
Compare
Visual Studio 17 seems to compile the original code into something that make coverage into MAX_SMALL instead of coverage_data. Extracting the data into a variable seems to fix the error, don't know why but hopefully it will be fixed in the compiler someday. Or maybe the original code is somesort of undefined behaviour I'm unable to see. The original code compiles as it should in Visual Studio 14.
When debugging on windows, the name of the pdb file is not the name of the file being debugger, but the name of the file as it was compiled. We rename beam.jit.dll to beam.smp.dll during the build so the pdb needed is called jit.pdb and not smp.pdb. We also make sure to release all pdb files so that they are part of the installer.
0b9a5b9 to
94883ff
Compare
b2668db to
0c92ad9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.