Skip to content

Commit

Permalink
some notes
Browse files Browse the repository at this point in the history
SQUASHED: AUTO-COMMIT-demos-aexp.js,AUTO-COMMIT-src-client-lively.js,
  • Loading branch information
JensLincke committed Nov 20, 2023
1 parent 48a20f1 commit 1e63dfa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions demos/aexp.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ function observeO(object) {

observeO(o)


o.bar = 4


export function foo() {

}
5 changes: 5 additions & 0 deletions src/client/lively.js
Original file line number Diff line number Diff line change
Expand Up @@ -2073,6 +2073,11 @@ export default class Lively {
static async onEnableAEDebuggingPreference(debuggingEnabled) {
if (self.lively4isLoading) return // no recompile needed

// invalidate all aexpr modules
// (1) all loaded
// (2) all unloaded but in cache...


// #TODO renable retranslation of modules when ae is enabled....
// const brokenModules = ["Connection.js", "triples.js", "knot-view.js"]
// const activeAEModules = Object.values(System.loads).filter((o) => {
Expand Down

0 comments on commit 1e63dfa

Please sign in to comment.