Skip to content

Commit

Permalink
disable random file writing
Browse files Browse the repository at this point in the history
  • Loading branch information
rmgk committed Apr 28, 2024
1 parent dde3c0b commit 4ce8f93
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ trait ReactiveMacroCompilerCode extends MacroCompilerCode {
}

val gc = new GraphCompiler(ctx.reactivesList, externalSources, outputReactives, appName.valueOrAbort)
gc.writeIntoDir("target/graphCompile/" + appName.valueOrAbort, "gcc")

report.info(s"original code is trying to write some files, disabled for now, but reenable when working with this")
// gc.writeIntoDir("target/graphCompile/" + appName.valueOrAbort, "gcc")

'{ () }
}
Expand Down

0 comments on commit 4ce8f93

Please sign in to comment.