parent
9ec3eea040
commit
d718a66d97
|
@ -1,7 +1,7 @@
|
|||
3c3
|
||||
< (define the-error "no-error")
|
||||
---
|
||||
> (define the-error "mishandling branches when then branch needs more stack than else branch")
|
||||
> (define the-error "mishandling branches when then branch needs more stack than else branch; bug in the boxenv case not checking a stack bound")
|
||||
155c155,156
|
||||
< (side-condition (< (term n_p) (term n_l)))]
|
||||
---
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
3c3
|
||||
< (define the-error "no-error")
|
||||
---
|
||||
> (define the-error "bug 5")
|
||||
> (define the-error "mishandling branches when then branch needs more stack than else branch; bug in the let-rec case not checking a stack bound")
|
||||
163c163,164
|
||||
< (side-condition (<= (term n) (term n_l)))
|
||||
---
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#lang racket
|
||||
|
||||
(define the-error "mishandling branches when then branch needs more stack than else branch")
|
||||
(define the-error "mishandling branches when then branch needs more stack than else branch; bug in the boxenv case not checking a stack bound")
|
||||
|
||||
(require redex/reduction-semantics)
|
||||
(require "../../racket-machine/grammar.rkt"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#lang racket
|
||||
|
||||
(define the-error "bug 5")
|
||||
(define the-error "mishandling branches when then branch needs more stack than else branch; bug in the let-rec case not checking a stack bound")
|
||||
|
||||
(require redex/reduction-semantics)
|
||||
(require "../../racket-machine/grammar.rkt"
|
||||
|
|
Loading…
Reference in New Issue
Block a user