Closed MkuuWaUjinga closed 1 year ago
It's non-deterministic unfortunately so I won't have the same errors that you have. If you run it again or let the debugger work it'll likely fix it (eventually). Certainly agreed that #5 will help!
Yeah, I get it roughly every second time I do the migration. Debugging doesn't help as all the generated tests are green. Is somebody already working on #5? Happy to add a PR
Please feel free to submit a PR!
Saw this using the benchmark flask-nodejs:
app.js
is not importingdb.js
but instead uses an external librarynode-json-db
:const db = new JsonDB(new Config("storage/items", true, false, '/'));
.What about adding the internal function signatures, which the source file depends on, to the migration prompt for the target file? This should probably fix it :) Related to #5.