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

Add a note to toplevel READ with RECURSIVE-P set #38

Open
phoe opened this issue Feb 1, 2018 · 0 comments
Open

Add a note to toplevel READ with RECURSIVE-P set #38

phoe opened this issue Feb 1, 2018 · 0 comments

Comments

@phoe
Copy link
Owner

phoe commented Feb 1, 2018

07:59 < beach> "If recursive-p is true, the call to read is expected to be 
               made from within some function that itself has been called 
               from read or from a similar input function, rather than from 
               the top level. "
08:00 < phoe> Yep, that is what I quoted before.
08:00 < beach> Oh, sorry.
08:00 < beach> Missed it.
08:00 < phoe> Therefore it might be UB if there is no non-recursive READ on 
              the stack but you call a recursive READ.
08:00 < beach> So I take that to mean "the consequences are undefined if READ 
               is called with RECURSIVE-P being true at the top level".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant