Skip to content

Conversation

@jishnub
Copy link
Member

@jishnub jishnub commented Dec 22, 2023

On master

julia> v = OneElement(2, 3, 4)
4-element OneElement{Int64, 1, Tuple{Int64}, Tuple{Base.OneTo{Int64}}}:
 
 
 2
 

julia> v * 2
4-element OneElement{Int64, 1, Tuple{Int64}, Tuple{Base.OneTo{Int64}}}:
 
 
 4
 

julia> v .* 2
4-element Vector{Int64}:
 0
 0
 4
 0

This PR

julia> v .* 2
4-element OneElement{Int64, 1, Tuple{Int64}, Tuple{Base.OneTo{Int64}}}:
 
 
 4
 

@codecov
Copy link

codecov bot commented Dec 22, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c7c34aa) 99.89% compared to head (9765630) 99.89%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #331   +/-   ##
=======================================
  Coverage   99.89%   99.89%           
=======================================
  Files           8        8           
  Lines         920      934   +14     
=======================================
+ Hits          919      933   +14     
  Misses          1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dlfivefifty dlfivefifty merged commit 58215a8 into master Jan 3, 2024
@jishnub jishnub deleted the jishnub/oneelbroadcast branch January 4, 2024 02:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants