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

Add ismutable(tuple) = false #41

Merged
merged 4 commits into from
Mar 10, 2020
Merged

Add ismutable(tuple) = false #41

merged 4 commits into from
Mar 10, 2020

Conversation

ChrisRackauckas
Copy link
Member

No description provided.

@@ -12,11 +12,12 @@ function ismutable end
Query whether a type is mutable or not, see
https://github.com/JuliaDiffEq/RecursiveArrayTools.jl/issues/19.
"""
ismutable(x) = ismutable(typeof(x))
ismutable(x) = (@show x; ismutable(typeof(x)))
Copy link

@mauro3 mauro3 Mar 10, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reomove @show

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@ChrisRackauckas ChrisRackauckas merged commit 6e7e7a8 into master Mar 10, 2020
@ChrisRackauckas ChrisRackauckas deleted the tuple branch March 10, 2020 12:59
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.

2 participants