Closed holyjak closed 2 years ago
Hi! I would very much welcome your critique of the patch, especially w.r.t.:
Also:
PS: I would be happy to clean up and merge the commits and improve commit messages however you want. Or just squash them together.
~I see 2 tests in api-tests are failing (I had to restart my repl to get the error). I will look into that. It seems I have somehow managed to break the resolution of [:db/id -1]
references.~
Hi Paula! I have fixed everything you mentioned as best I could. Let me know if there is anything I should change. Thank you!!!
Allow ID lookup (when creating or referring to new entities with
:id
) to include entities being created in the same transaction. It solves the following problem:NOTE
The 2nd commit 42aa2e01865094d590707583bef3e960b0cb6a51 refactors tests to make it possible to re-run them in the REPL without them failing due to left-over state from a previous run. It can/should be reviewed separately from the rest.