Since this isn't a PR, I don't know how to leave comments about the code on
GitHub, however I saw one minor thing... instead of "sub"*string(k), just
have string("sub",k).
Avoid the rather strange overloading of * as concatenation operator
entirely, and I think it produces better code anyway...
On Monday, June 1, 2015 at 4:09:29 AM UTC+2, [email protected] wrote:
>
> Following up on an earlier discussion that I started in this newsgroup, I
> have written a small package that provides a routine to modify a field of
> an immutable object in the case that the object is inside a container.
> Please refer to:
>
> https://github.com/StephenVavasis/Modifyfield.jl
>
> Feedback is welcome.
>
>
>