add QML auto reload for mobile (example 'swank-server' only); several revisions

This commit is contained in:
pls.153 2022-03-05 22:13:21 +01:00
parent 79a5e5cc30
commit 24c2a57fa0
25 changed files with 213 additions and 86 deletions

View file

@ -7,7 +7,7 @@
#include <QStringList>
#include <QDebug>
const char LQML::version[] = "22.3.1"; // Mar 2022
const char LQML::version[] = "22.3.2"; // Mar 2022
extern "C" void ini_LQML(cl_object);
@ -101,7 +101,6 @@ void LQML::ignoreIOStreams() {
}
void LQML::exec(lisp_ini ini, const QByteArray& expression, const QByteArray& package) {
// see my_app example
ecl_init_module(NULL, ini);
eval(QString("(in-package :%1)").arg(QString(package)));
eval(expression);