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

Issue 1339 - Invariant/const-ness is broken by built-in array properties #219

Merged
merged 1 commit into from
Oct 3, 2011

Commits on Sep 3, 2011

  1. Issue 1339 - Invariant/const-ness is broken by built-in array propert…

    …ies sort and reverse
    
    Do not allow sort or reverse on an array with a non-mutable element type.
    Do not allow dupping an array when it violates const/immutable.
    Do not attempt to use ufcs when the property is dup, idup, sort or reverse.
    yebblies committed Sep 3, 2011
    Configuration menu
    Copy the full SHA
    184c710 View commit details
    Browse the repository at this point in the history