[seed] [examples] Note to the user that calculator-mpfr isn't working yet
- From: Tim Horton <hortont src gnome org>
- To: svn-commits-list gnome org
- Subject: [seed] [examples] Note to the user that calculator-mpfr isn't working yet
- Date: Sat, 11 Jul 2009 00:35:10 +0000 (UTC)
commit a3f95340e19e82faf4c0c6e2b70a9388e33f9f93
Author: Tim Horton <hortont svn gnome org>
Date: Fri Jul 10 20:33:10 2009 -0400
[examples] Note to the user that calculator-mpfr isn't working yet
examples/calculator-mpfr.js | 3 +++
tools/check-release.sh | 1 +
2 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/examples/calculator-mpfr.js b/examples/calculator-mpfr.js
index 2b6391b..67e3c96 100755
--- a/examples/calculator-mpfr.js
+++ b/examples/calculator-mpfr.js
@@ -3,6 +3,9 @@
readline = imports.readline;
mpfr = imports.mpfr;
+print("This example is currently incomplete.");
+Seed.quit();
+
var isAtom = function(a)
{
return typeof a == 'string' || typeof a == 'number' || typeof a == 'boolean';
diff --git a/tools/check-release.sh b/tools/check-release.sh
index c69d395..bd5b75c 100755
--- a/tools/check-release.sh
+++ b/tools/check-release.sh
@@ -14,6 +14,7 @@ version=`cat configure.ac | perl -e "while(<>){if(/AC_INIT/){ \\$a = \\$_; \\$a
echo "Found seed-$version. Making tarball."
./autogen.sh --enable-gtk-doc >> /tmp/seed-build.log
+make -j2
make dist >> /tmp/seed-build.log
mv "seed-$version.tar.gz" ..
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]