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

Fix attributes encoding issue #4937

Merged
merged 2 commits into from Apr 28, 2019

Conversation

MDoerner
Copy link
Contributor

This PR does two things:

First, it fixes the oversight that the export encoding was not specified when substituting code via a file.
ref #4906

Second, it restricts tracing of the ComSafe to when the compilation constant TRACE_COM_SAFE is specified instead of tracing it on all debug builds. This makes testing performance easier while still keeping the possibility to trace if needed for some investigation.

@codecov
Copy link

codecov bot commented Apr 27, 2019

Codecov Report

Merging #4937 into next will increase coverage by <.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             next    #4937      +/-   ##
==========================================
+ Coverage   64.48%   64.48%   +<.01%     
==========================================
  Files        1070     1070              
  Lines       35697    35697              
==========================================
+ Hits        23017    23018       +1     
+ Misses      12680    12679       -1
Impacted Files Coverage Δ
...ms/CommandBars/SerializeProjectsCommandMenuItem.cs 0% <ø> (ø) ⬆️
Rubberduck.Parsing/VBA/RubberduckParserState.cs 63.55% <0%> (+0.24%) ⬆️

@retailcoder retailcoder merged commit 390c5df into rubberduck-vba:next Apr 28, 2019
@MDoerner MDoerner deleted the FixAttributesEncodingIssue branch February 19, 2020 21:07
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.

None yet

2 participants