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! as map key isn't molded, and becomes a word #2141

Closed
greggirwin opened this issue Jul 31, 2016 · 2 comments
Closed

Issue! as map key isn't molded, and becomes a word #2141

greggirwin opened this issue Jul 31, 2016 · 2 comments
Assignees
Labels
status.built A change in codebase has been done to address the ticket. status.tested The change in code has been manually tested and verified to fix the issue. type.review Ticket describes a possible improvement.
Milestone

Comments

@greggirwin
Copy link
Contributor

red>> m: #(a 1 [] 2 #3 3)
== #(
    a: 1
    [] 2
    3: 3
)
red>> keys-of m
== [a [] 3]
red>> type? last keys-of m
== word!
@qtxie qtxie self-assigned this Aug 1, 2016
@qtxie qtxie added the status.reviewed Ticket has been reviewed and accepted for further processing. label Aug 1, 2016
dockimbel added a commit that referenced this issue Aug 1, 2016
FIX: issue #2141 (Issue! as map key isn't molded, and becomes a word)
@dockimbel
Copy link
Member

@qtxie An error should be generated for any attempt at using an any-block! value as key in maps.

@qtxie
Copy link
Contributor

qtxie commented Aug 5, 2016

Add error report in this commit: aec03cb

@dockimbel dockimbel added status.built A change in codebase has been done to address the ticket. status.tested The change in code has been manually tested and verified to fix the issue. type.review Ticket describes a possible improvement. and removed status.reviewed Ticket has been reviewed and accepted for further processing. labels Aug 7, 2016
@dockimbel dockimbel added this to the 0.6.2 milestone Aug 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status.built A change in codebase has been done to address the ticket. status.tested The change in code has been manually tested and verified to fix the issue. type.review Ticket describes a possible improvement.
Projects
None yet
Development

No branches or pull requests

3 participants