Skip to content

Instantly share code, notes, and snippets.

@mroughan
mroughan / immutable_bug.jl
Created February 21, 2014 06:47
Illustration of a probable bug
### potential bug with immutable types
###
### originally noted the problem in 0.2.0, and comments suggested it was fixed in 0.2.1
### https://github.com/JuliaLang/julia/issues/3651
### https://github.com/JuliaLang/julia/commit/3904340757f976e5215becb9befeff5a56f210b1
###
### however, I just got 0.2.1, and the problem still occurs
###