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

Set-paths wrongly loaded #1128

Closed
x8x opened this issue Apr 28, 2015 · 2 comments
Closed

Set-paths wrongly loaded #1128

x8x opened this issue Apr 28, 2015 · 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.bug Ticket describes an abnormal behavior, not conforming to the specs or expectation.
Milestone

Comments

@x8x
Copy link
Contributor

x8x commented Apr 28, 2015

Red wrongly interpret set-paths, see example:

red>> a: [series/:i:  series/(len - (i - 1)) series/(len - (i - 1)):  tmp]
== [series/i: series/(len - (i - 1)) series/len - i - 1: tmp]
red>> mold a
== {[series/i: series/(len - (i - 1)) series/len - i - 1: tmp]}
red>> 
@dockimbel
Copy link
Member

Please add some text in addition to the code example to explain what is the problem you are reporting. This is not just for saving my time, but also the time of anyone else coming to read this ticket. Thanks. :-)

The set-paths loading seems to be buggy, yes.

@dockimbel dockimbel added type.bug Ticket describes an abnormal behavior, not conforming to the specs or expectation. status.reviewed Ticket has been reviewed and accepted for further processing. Red labels Apr 28, 2015
@dockimbel dockimbel added this to the 0.5.4 milestone Apr 28, 2015
@dockimbel dockimbel self-assigned this Apr 28, 2015
@x8x x8x changed the title lexer error? Red wrongly interpret set-paths Apr 28, 2015
@dockimbel
Copy link
Member

It was a MOLDing issue.

@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. and removed status.reviewed Ticket has been reviewed and accepted for further processing. labels Apr 28, 2015
@x8x x8x changed the title Red wrongly interpret set-paths Set-paths wrongly loaded Apr 30, 2015
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.bug Ticket describes an abnormal behavior, not conforming to the specs or expectation.
Projects
None yet
Development

No branches or pull requests

2 participants