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

Interpreter uses first compiled function, instead of last #482

Closed
Kaj-de-Vos opened this issue May 29, 2013 · 2 comments
Closed

Interpreter uses first compiled function, instead of last #482

Kaj-de-Vos opened this issue May 29, 2013 · 2 comments
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

@Kaj-de-Vos
Copy link
Contributor

Red []

prin: does [
    print "My prin"
]
prin newline
do [prin newline]
f: does [
    print "f1"
]
f: does [
    print "f2"
]
f
do [f]

My prin

f2
f1

@dockimbel
Copy link
Member

In which branch have you tested that? It would be helpful if you could each time indicate the branch of your tests when there's more than one active branch in the Red repo.

@Kaj-de-Vos
Copy link
Contributor Author

I usually do that when it's important. My guess is that this applies to all current branches. I'm not sure I tested that at the time.

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