On Thu, May 25, 2017 at 8:58 AM, Aleks-Daniel Jakimenko-Aleksejev <
perl6-bugs-follo...@perl.org> wrote:

> Arguably, it can probably figure out that . was used instead of ;. The
> problem is that . is interpreted as an infix, and therefore it only blows
> up when it sees the next occurrence of two terms in a row (or any other
> issue)… Not sure if there is any easy way to implement something like this
> (but a line ending with a dot should be a good heuristic, no?)


Doesn't this conflict with splitting chained method calls over multiple
lines?

-- 
brandon s allbery kf8nh                               sine nomine associates
allber...@gmail.com                                  ballb...@sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net

Reply via email to