bug-guile
[Top][All Lists]
Advanced

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

bug#10623: [PATCH] Fixed unbound variables and unbound values


From: Sjoerd van Leent
Subject: bug#10623: [PATCH] Fixed unbound variables and unbound values
Date: Mon, 21 May 2012 20:50:45 +0200


Fixed unbound variables and unbound values for the ecmascript base Guile scheme 
file.

Afftected are:
  module/langyage/ecmascript/base.scm:

  - has-property? should check against the value p instead of v when
    handling hashq-get-handle

  - When x is of type <js-object> on line 179, it should be appending #t to
    the call to object->number, as object->number requires it

  - Within the same bit, a few lines later, A TypeError should be thrown
    using the value x instead of the non-existant value o

Sjoerd van Leent (1):
  Fixed unbound variables and unbound values for the ecmascript base
    Guile scheme file.

 module/language/ecmascript/base.scm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

-- 
1.7.5.4


reply via email to

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