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 for the ec


From: Sjoerd van Leent
Subject: bug#10623: [PATCH] Fixed unbound variables and unbound values for the ecmascript base Guile scheme file.
Date: Mon, 21 May 2012 20:50:46 +0200

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
---
 module/language/ecmascript/base.scm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

Attachment: 0001-Fixed-unbound-variables-and-unbound-values-for-the-e.patch
Description: Text Data


reply via email to

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