Skip to content

Edge case of induced printing from source()#3544

Merged
mattdowle merged 2 commits intomasterfrom
suppress_source_print
May 11, 2019
Merged

Edge case of induced printing from source()#3544
mattdowle merged 2 commits intomasterfrom
suppress_source_print

Conversation

@MichaelChirico
Copy link
Copy Markdown
Member

@MichaelChirico MichaelChirico commented May 4, 2019

Closes #2369

Solution feels a bit hacky/I'm not 100% sure why it works, but tests are passing... should be good enough for an issue that doesn't seem to come up much.

@codecov
Copy link
Copy Markdown

codecov bot commented May 4, 2019

Codecov Report

Merging #3544 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3544      +/-   ##
==========================================
+ Coverage   97.17%   97.17%   +<.01%     
==========================================
  Files          66       66              
  Lines       12647    12649       +2     
==========================================
+ Hits        12290    12292       +2     
  Misses        357      357
Impacted Files Coverage Δ
R/print.data.table.R 93.51% <100%> (+0.12%) ⬆️

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 7810b22...6fc82e1. Read the comment docs.

@codecov
Copy link
Copy Markdown

codecov bot commented May 4, 2019

Codecov Report

Merging #3544 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3544      +/-   ##
==========================================
+ Coverage   97.43%   97.43%   +<.01%     
==========================================
  Files          66       66              
  Lines       12705    12707       +2     
==========================================
+ Hits        12379    12381       +2     
  Misses        326      326
Impacted Files Coverage Δ
R/print.data.table.R 93.51% <100%> (+0.12%) ⬆️

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 a858972...16d5df0. Read the comment docs.

@mattdowle mattdowle changed the title Closes #2369 -- edge case of induced printing from source() Edge case of induced printing from source() May 11, 2019
@mattdowle mattdowle added this to the 1.12.4 milestone May 11, 2019
@mattdowle mattdowle merged commit 7438e5c into master May 11, 2019
@mattdowle mattdowle deleted the suppress_source_print branch May 11, 2019 01:18
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.

[bug] assigning using := prints during source( , echo=TRUE) (but not from console)

2 participants