Re: [julia-users] Difference in constructing immutable types between 0.3 and 0.4?

2014-11-14 Thread João Felipe Santos
Hello all, I actually fixed the problem by adding type specifications to all function calls and immutable types involved. Maybe this was also fixed in Julia 0.4 in the time being, but I was not able to follow as I follow the recommendation of developing all my package code in 0.3 and just

[julia-users] Difference in constructing immutable types between 0.3 and 0.4?

2014-11-08 Thread João Felipe Santos
Hi, I have a module (called Auditory) which exports an immutable type (called ModulationFilter) which is only a container for a vector of BiquadFilters (a type exported by another module, DSP). It also exports a helper function for constructing ModulationFilter, defined here: