From abe180b7bbe08be4a9d08777ad95473a712d1073 Mon Sep 17 00:00:00 2001 From: Kai Zhu Date: Fri, 4 Sep 2020 11:42:43 -0500 Subject: [PATCH] replace all obsolete occurrences of http-link "github.com/kripken/sql.js" with "github.com/sql-js/sql.js" by running shell-command: $ git grep "github.com/kripken/sql.js" | sed -e "s/:.*//" | sort -u | xargs sed -i "s|github.com/kripken/sql.js|github.com/sql-js/sql.js|g" --- Makefile | 2 +- examples/GUI/index.html | 4 ++-- test/disabled_test_memory_leak_on_error.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 14e0e719..9a1e097e 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ CFLAGS = \ # When compiling to WASM, enabling memory-growth is not expected to make much of an impact, so we enable it for all builds # Since tihs is a library and not a standalone executable, we don't want to catch unhandled Node process exceptions -# So, we do : `NODEJS_CATCH_EXIT=0`, which fixes issue: https://github.com/kripken/sql.js/issues/173 and https://github.com/kripken/sql.js/issues/262 +# So, we do : `NODEJS_CATCH_EXIT=0`, which fixes issue: https://github.com/sql-js/sql.js/issues/173 and https://github.com/sql-js/sql.js/issues/262 EMFLAGS = \ --memory-init-file 0 \ -s RESERVED_FUNCTION_POINTERS=64 \ diff --git a/examples/GUI/index.html b/examples/GUI/index.html index ceac5afc..23a49912 100644 --- a/examples/GUI/index.html +++ b/examples/GUI/index.html @@ -12,7 +12,7 @@ - Fork me on GitHub @@ -59,7 +59,7 @@

Online SQL interpreter

diff --git a/test/disabled_test_memory_leak_on_error.js b/test/disabled_test_memory_leak_on_error.js index fb87008f..0da0dbb4 100644 --- a/test/disabled_test_memory_leak_on_error.js +++ b/test/disabled_test_memory_leak_on_error.js @@ -1,4 +1,4 @@ -// See: https://github.com/kripken/sql.js/issues/306 +// See: https://github.com/sql-js/sql.js/issues/306 exports.test = function(sql, assert) { var errors = 0, runs=10000; for (var i=0; i