pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/ruby-coffee-script-source Update ruby-coffee-scri...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d5c13180b7d9
branches:  trunk
changeset: 603144:d5c13180b7d9
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Apr 29 14:03:34 2012 +0000

description:
Update ruby-coffee-script-source to 1.3.1.

1.3.1 – APRIL 10, 2012

* CoffeeScript now enforces all of JavaScript's Strict Mode early syntax
  errors at compile time. This includes old-style octal literals, duplicate
  property names in object literals, duplicate parameters in a function
  definition, deleting naked variables, setting the value of eval or
  arguments, and more. See a full discussion at #1547.
* The REPL now has a handy new multi-line mode for entering large blocks of
  code. It's useful when copy-and-pasting examples into the REPL. Enter
  multi-line mode with Ctrl-V. You may also now pipe input directly into the
  REPL.
* CoffeeScript now prints a Generated by CoffeeScript VERSION header at the
  top of each compiled file.
* Conditional assignment of previously undefined variables a or= b is now
  considered a syntax error.
* A tweak to the semantics of do, which can now be used to more easily
  simulate a namespace: do (x = 1, y = 2) -> ...
* Loop indices are now mutable within a loop iteration, and immutable between
  them.
* Both endpoints of a slice are now allowed to be omitted for consistency,
  effectively creating a shallow copy of the list.
* Additional tweaks and improvments to coffee --watch under Node's "new" file
  watching API. Watch will now beep by default if you introduce a syntax error
  into a watched script. We also now ignore hidden directories by default when
  watching recursively.

diffstat:

 lang/ruby-coffee-script-source/Makefile |  4 ++--
 lang/ruby-coffee-script-source/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 3731af43e534 -r d5c13180b7d9 lang/ruby-coffee-script-source/Makefile
--- a/lang/ruby-coffee-script-source/Makefile   Sun Apr 29 13:33:22 2012 +0000
+++ b/lang/ruby-coffee-script-source/Makefile   Sun Apr 29 14:03:34 2012 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1.1.1 2012/03/04 16:13:54 taca Exp $
+# $NetBSD: Makefile,v 1.2 2012/04/29 14:03:34 taca Exp $
 
-DISTNAME=      coffee-script-source-1.2.0
+DISTNAME=      coffee-script-source-1.3.1
 CATEGORIES=    lang
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 3731af43e534 -r d5c13180b7d9 lang/ruby-coffee-script-source/distinfo
--- a/lang/ruby-coffee-script-source/distinfo   Sun Apr 29 13:33:22 2012 +0000
+++ b/lang/ruby-coffee-script-source/distinfo   Sun Apr 29 14:03:34 2012 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2012/03/04 16:13:54 taca Exp $
+$NetBSD: distinfo,v 1.2 2012/04/29 14:03:34 taca Exp $
 
-SHA1 (coffee-script-source-1.2.0.gem) = 1f125fc8749871ca13b72fedcd93877e5f23f9dc
-RMD160 (coffee-script-source-1.2.0.gem) = 41748d4d5aa5fb97574d6e362b495e065d5d54b7
-Size (coffee-script-source-1.2.0.gem) = 43520 bytes
+SHA1 (coffee-script-source-1.3.1.gem) = 937222b051edff31b19bb8cdf94bb2c8ce05123b
+RMD160 (coffee-script-source-1.3.1.gem) = 96400a170aa7002e1557479a8ec8dedca7de9be7
+Size (coffee-script-source-1.3.1.gem) = 45056 bytes


Home | Main Index | Thread Index | Old Index