JuliaLang / Compat.jl

Compatibility across Julia versions
Other
144 stars 117 forks source link

Base.NamedTuple(itr) = (; itr...) #741

Closed cscherrer closed 3 years ago

cscherrer commented 3 years ago

Title says it all. Thanks @ararslan for the code

codecov-commenter commented 3 years ago

Codecov Report

Merging #741 (091b101) into master (e43c8f9) will increase coverage by 0.05%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #741      +/-   ##
==========================================
+ Coverage   75.33%   75.38%   +0.05%     
==========================================
  Files           4        4              
  Lines         454      455       +1     
==========================================
+ Hits          342      343       +1     
  Misses        112      112              
Impacted Files Coverage Δ
src/Compat.jl 74.55% <100.00%> (+0.06%) :arrow_up:

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 e43c8f9...091b101. Read the comment docs.

cscherrer commented 3 years ago

@ararslan @simeonschaub Anything needed before this can be merged?

simeonschaub commented 3 years ago

No ;)