Also, this error is not compile-time as I have suggested. Is there any reason for that?
On Wed, May 27, 2015 at 4:52 PM, perl6 via RT <perl6-bugs-follo...@perl.org> wrote: > Greetings, > > This message has been automatically generated in response to the > creation of a trouble ticket regarding: > ""await" without args does nothing but produces no error", > a summary of which appears below. > > There is no need to reply to this message right now. Your ticket has been > assigned an ID of [perl #125257]. > > Please include the string: > > [perl #125257] > > in the subject line of all future correspondence about this issue. To do > so, > you may reply to this message. > > Thank you, > perl6-bugs-follo...@perl.org > > ------------------------------------------------------------------------- > Somehow I expected that "await" without args would wait for everything, but > it does not do that. At the same time, the code like: > > await; > > is still legal and produces no error or warning. This should probably be a > compile-time error. > >