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

Overprotective PROTECT for path access to maps #1872

Open
rebolbot opened this issue Mar 25, 2011 · 0 comments
Open

Overprotective PROTECT for path access to maps #1872

rebolbot opened this issue Mar 25, 2011 · 0 comments
Labels

Comments

@rebolbot
Copy link
Collaborator

Submitted by: abolka

Get access to a PROTECTed map! via path! results in a protection error. (Whereas SELECT works fine.)

>> m: map [a: 42]
>> protect m
>> m/a
** Script error: protected value or series - cannot modify
;; expected: == 42

CC - Data [ Version: alpha 111 Type: Bug Platform: All Category: Unspecified Reproduce: Always Fixed-in:none ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant