emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#24061: closed (While loop can't call continue in m


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#24061: closed (While loop can't call continue in master branch)
Date: Thu, 04 Aug 2016 19:39:02 +0000

Your message dated Thu, 04 Aug 2016 21:38:03 +0200
with message-id <address@hidden>
and subject line Re: bug#24061: While loop can't call continue in master branch
has caused the debbugs.gnu.org bug report #24061,
regarding While loop can't call continue in master branch
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
24061: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=24061
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: While loop can't call continue in master branch Date: Sun, 24 Jul 2016 19:15:25 +0800
In 2.1.3.59-516f7, the 'continue' in 'while loop' throw exception. It's
OK in stable-2.0.

========================code============================
(define i 0)
(while (< i 20)
       (display i)(newline)
       (when (= i 11) (continue)) (set! i (1+ i)))
========================end=============================

While compiling expression:
ERROR: Throw to key `match-error' with args `("match" "no matching
pattern" #<cps (kargs () () (continue 16 (prompt #t 46 14)))>)'.







--- End Message ---
--- Begin Message --- Subject: Re: bug#24061: While loop can't call continue in master branch Date: Thu, 04 Aug 2016 21:38:03 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)
On Sun 24 Jul 2016 13:15, Nala Ginrut <address@hidden> writes:

> In 2.1.3.59-516f7, the 'continue' in 'while loop' throw exception. It's
> OK in stable-2.0.
>
> ========================code============================
> (define i 0)
> (while (< i 20)
>        (display i)(newline)
>        (when (= i 11) (continue)) (set! i (1+ i)))
> ========================end=============================
>
> While compiling expression:
> ERROR: Throw to key `match-error' with args `("match" "no matching
> pattern" #<cps (kargs () () (continue 16 (prompt #t 46 14)))>)'.

Fixed in master.  Thanks for the report!

Andy


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]