[beast: 8/9] BSE: disable SCM loading, the loading is broken and occasionally hangs



commit 578897672bfee1689471a58e42fe8867caa8a2e3
Author: Tim Janik <timj gnu org>
Date:   Sun Jun 4 22:33:39 2017 +0200

    BSE: disable SCM loading, the loading is broken and occasionally hangs
    
    Signed-off-by: Tim Janik <timj gnu org>

 HACKING.md             |    9 ++++-----
 bse/bsescripthelper.cc |    1 +
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/HACKING.md b/HACKING.md
index 7e9fb0f..b6892ca 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -38,11 +38,10 @@ Python-REPL
 **[PLANNED]** Add interactive REPL loop via Python interpreter, requires
 integration of multiple main loops.
 
-Python-Scripting
-----------------
-**[PLANNED]** Use Python scripts instead of Scheme scripts. As soon as it's
-possible to implement basic Python scripts, SCM scripts may be broken and
-shall be replaced.
+Scripting
+---------
+**[PLANNED]** Use Javascript or Python scripts instead of Scheme scripts.
+With several recent changes, SCM scripts are already broken and need replacements.
 
 Bstrecords-Migration
 --------------------
diff --git a/bse/bsescripthelper.cc b/bse/bsescripthelper.cc
index 5651f0c..8fbedc3 100644
--- a/bse/bsescripthelper.cc
+++ b/bse/bsescripthelper.cc
@@ -221,6 +221,7 @@ bse_script_check_client_msg (SfiGlueDecoder *decoder,
 SfiRing*
 bse_script_path_list_files (void)
 {
+  return NULL; // bsescm stopped working and trying load .scm files produces occasional hangs
   SfiRing *files, *ring = NULL;
   if (bse_main_args->override_script_path)
     {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]