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

tuple is not handled correctly when compiling #2374

Closed
meijeru opened this issue Dec 20, 2016 · 3 comments
Closed

tuple is not handled correctly when compiling #2374

meijeru opened this issue Dec 20, 2016 · 3 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.

Comments

@meijeru
Copy link
Contributor

meijeru commented Dec 20, 2016

The following program behaves correctly when interpreted, but when compiled with -t MSDOS it produces the wrong result:

Red []
smpl: 1.2.3.4.5
print mold smpl    ; when interpreted, prints 1.2.3.4.5, when compiled prints 1.2.3.4.2
@meijeru
Copy link
Contributor Author

meijeru commented Dec 20, 2016

Can be simplified to print 1.2.3.4.5 -- still gives wrong result

@qtxie
Copy link
Contributor

qtxie commented Dec 20, 2016

I remember this issue happened before.

@qtxie qtxie self-assigned this Dec 21, 2016
@qtxie qtxie 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.bug Ticket describes an abnormal behavior, not conforming to the specs or expectation. labels Dec 21, 2016
@qtxie
Copy link
Contributor

qtxie commented Dec 21, 2016

Related issue #2068 .

@qtxie qtxie closed this as completed Dec 21, 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.bug Ticket describes an abnormal behavior, not conforming to the specs or expectation.
Projects
None yet
Development

No branches or pull requests

2 participants