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

Remove gccfilter in favor of the default feature of GCC and Clang #1464

Merged
merged 2 commits into from
May 11, 2020

Conversation

jslee02
Copy link
Member

@jslee02 jslee02 commented May 10, 2020

gccfilter was used to colorize the compiler output, but the feature is now supported by GCC and Clang by default.


Before creating a pull request

  • Document new methods and classes
  • Format new code files using clang-format

Before merging a pull request

  • Set version target by selecting a milestone on the right side
  • Summarize this change in CHANGELOG.md
  • (N/A) Add unit test(s) for this change

@jslee02 jslee02 added this to the DART 6.10.0 milestone May 10, 2020
@codecov
Copy link

codecov bot commented May 10, 2020

Codecov Report

Merging #1464 into master will increase coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #1464      +/-   ##
==========================================
+ Coverage   58.23%   58.24%   +0.01%     
==========================================
  Files         412      412              
  Lines       29928    29928              
==========================================
+ Hits        17429    17432       +3     
+ Misses      12499    12496       -3     
Impacted Files Coverage Δ
dart/dynamics/Skeleton.cpp 66.33% <0.00%> (+0.16%) ⬆️

@jslee02 jslee02 merged commit becbead into master May 11, 2020
@jslee02 jslee02 deleted the remove_gccfilter branch May 11, 2020 05:34
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