From ab2b26dacec806adce0e61a739c197fa51fc26d6 Mon Sep 17 00:00:00 2001 From: walterhiggins Date: Mon, 30 Dec 2013 21:52:58 +0000 Subject: [PATCH] removed coffeescript target from build.xml --- build.xml | 9 +-------- docs/release-notes.md | 9 +++++++++ 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/build.xml b/build.xml index b845ae4..31ff0d1 100644 --- a/build.xml +++ b/build.xml @@ -72,17 +72,10 @@ - - Retrieving Coffeescript compiler - - - - + - diff --git a/docs/release-notes.md b/docs/release-notes.md index afefd0f..db37ff2 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,3 +1,12 @@ +# 2013 12 30 + +Removing coffeescript support because coffeescript.js will not +compile/evaluate (generated bytecode exceeds 64K limit). + +Updated plugin to remove `self` variable once the `js` command +evaluation has completed (limits the scope of the `self` variable to +just command-prompt evaluation). + # 2013 12 29 Bug Fix: [Can't get Scriptcraft core libraries working][bug103].