Conversation
335ac70 to
28e524c
Compare
28e524c to
b114f19
Compare
903c429 to
4e5b3c6
Compare
96f8b67 to
7ffe906
Compare
4e5b3c6 to
c5573ad
Compare
f60c8f1 to
15829f3
Compare
| @@ -0,0 +1,73 @@ | |||
| Edit [RenameDef (GlobalName {qualifiedModule = ModuleName {unModuleName = "Main" :| []}, baseName = "main"}) "sayHello"] | |||
There was a problem hiding this comment.
I can imagine these getting pretty long. I suppose there's some value in leaving the logs as plaintext, because being able to see the diffs when they're updated might occasionally be useful, but I'm inclined to want to compress these before committing them to the repo.
There was a problem hiding this comment.
For what reasons in particular? (Note that, iiuc, git internally stores files compressed (in slightly different ways depending on if it is a loose object or part of a pack file), so I'm not sure it will save much space in the repo. (It will save some in a checkout though).
There was a problem hiding this comment.
They might get unwieldy if they grow to a few megabytes. I suppose we can leave them uncompressed for now and see how it goes.
c5573ad to
dce4982
Compare
15829f3 to
84e5a17
Compare
9be5b4c to
7558d8b
Compare
191cfa8 to
976c3f5
Compare
dhess
left a comment
There was a problem hiding this comment.
Looks good after all the cleanups, thanks!
fa680aa to
9bf13e3
Compare
This is to enable adding a benchmark of the edit-action handler.
We add these instances as setup for "replay fixtures", where we wish to record a list of actions in a file and replay these as a benchmark. The strategy is simple: we already log API calls, so we can extract actions from primer's log; we simply need to be able to 'Read' them in from a file.
To record fixtures to replay (for debugging or benchmarking), we essentially want detailed logs. Currently our standard logs are verbose enough to enable this, but this will not be true in the future. We decouple these two uses, so (in future work) we can modify what we log by default without breaking the workflow of recording fixtures.
9bf13e3 to
f535eac
Compare
No description provided.