Skip to content

Alias for functional assignment by reference :=(...)#5261

Merged
mattdowle merged 4 commits intomasterfrom
functional_walrus_alias
Nov 30, 2021
Merged

Alias for functional assignment by reference :=(...)#5261
mattdowle merged 4 commits intomasterfrom
functional_walrus_alias

Conversation

@ben-schwen
Copy link
Copy Markdown
Member

@ben-schwen ben-schwen commented Nov 18, 2021

Closes #3795

Not sure if the current implementation by substituting let with := is considered hackish.

@ben-schwen ben-schwen changed the title Functional walrus alias Alias for functional assignment by reference :=(...) Nov 18, 2021
@codecov
Copy link
Copy Markdown

codecov bot commented Nov 18, 2021

Codecov Report

Merging #5261 (2442469) into master (0dfc5a8) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #5261   +/-   ##
=======================================
  Coverage   99.50%   99.50%           
=======================================
  Files          77       77           
  Lines       14628    14631    +3     
=======================================
+ Hits        14556    14559    +3     
  Misses         72       72           
Impacted Files Coverage Δ
R/data.table.R 99.89% <100.00%> (+<0.01%) ⬆️

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 0dfc5a8...2442469. Read the comment docs.

@mattdowle mattdowle added this to the 1.14.3 milestone Nov 30, 2021
@mattdowle mattdowle merged commit 154fcf9 into master Nov 30, 2021
@mattdowle mattdowle deleted the functional_walrus_alias branch November 30, 2021 18:55
@jangorecki jangorecki modified the milestones: 1.14.9, 1.15.0 Oct 29, 2023
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.

Add an alias for functional version of :=

3 participants