forgot bug #5 description (and clarify bug #4 wrt to bug #5)

This commit is contained in:
Robby Findler 2014-03-23 16:51:57 -05:00
parent 9ec3eea040
commit d718a66d97
4 changed files with 4 additions and 4 deletions

View File

@ -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)))]
---

View File

@ -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)))
---

View File

@ -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"

View File

@ -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"