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

preserve eltype on copy #42

Merged
merged 3 commits into from
Feb 26, 2020
Merged

preserve eltype on copy #42

merged 3 commits into from
Feb 26, 2020

Conversation

SimonDanisch
Copy link
Member

e.g., this was failing:

@testset "copy" begin
    obs = Observable{Any}(:hey)
    obs_copy = copy(obs)
    obs[] = 1
    @test obs_copy[] == 1
end

@SimonDanisch SimonDanisch merged commit 3866918 into master Feb 26, 2020
@SimonDanisch SimonDanisch deleted the sd/eltype branch February 26, 2020 10:32
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