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

Manual on Verb Qualifiers #35

Closed
tajmone opened this issue Oct 24, 2018 · 0 comments
Closed

Manual on Verb Qualifiers #35

tajmone opened this issue Oct 24, 2018 · 0 comments
Assignees
Labels
📖 Alan Manual Issues relating to "The Alan Language Manual" ♻️ help wanted Collaborative help is needed 💀 bug Something isn't working ⚠️ important Priority: High

Comments

@tajmone
Copy link
Collaborator

tajmone commented Oct 24, 2018

Ciao @thoni56,

in the Alan Manual, §3.11. VERBs » Controlling Execution with Qualifiers, it says:

So in short (with base class definitions of the outermost location being the outermost and the instance bound to the last syntax parameter the innermost):

  • From the outside in, find any Before or Only definitions and execute them (stop if Only found).
  • From the inside out, execute any definitions not already executed and not declared with the After qualifier.
  • Execute the remaining verb definitions (those with an After qualifier) from the outside in.

This part of the Manual has always confused me and seems wrong. If you look at the text that precedes the above statement, just a couple of paragraphs before:

First, starting at the "innermost" according to the table above, the verb in the last parameter (if any) is investigated and, if any of its (inherited) verb bodies have the Before or Only qualifier it is executed. If the qualifier was Only then execution is also aborted at this stage and no more verb definitions are examined, otherwise the other parameters are examined in the same way.

... it seems to contradict the previous "in short" list, and that in the above list "outside in" and "indise out" should be swapped in all three list items.

Could please check that section and confirm if the above (and the text preceeding it) are correct.

Thanks

@tajmone tajmone added ♻️ help wanted Collaborative help is needed 📖 Alan Manual Issues relating to "The Alan Language Manual" labels Oct 24, 2018
@tajmone tajmone added this to the Alan Manual to AsciiDoc milestone Oct 24, 2018
@tajmone tajmone added this to To do in Alan Manual Beta7 Release via automation Oct 24, 2018
@tajmone tajmone added the ⚠️ important Priority: High label Dec 2, 2018
@tajmone tajmone added this to To do in Alan Manual via automation Aug 30, 2019
@tajmone tajmone added the 💀 bug Something isn't working label Sep 20, 2020
@thoni56 thoni56 closed this as completed Sep 20, 2020
Alan Manual Beta7 Release automation moved this from To do to Done Sep 20, 2020
Alan Manual automation moved this from To do to Done Sep 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📖 Alan Manual Issues relating to "The Alan Language Manual" ♻️ help wanted Collaborative help is needed 💀 bug Something isn't working ⚠️ important Priority: High
Projects
Alan Manual
  
Done
Development

No branches or pull requests

2 participants