Adrian Sampson
Adrian Sampson
Thanks for reporting this! Fortunately, it's pretty easy to confirm that JSON deserialization is causing the problem; there's no need to observe it "in situ" in the interpreter: ``` $...
No worries; thanks for putting this together. I'll take a closer look soon.
Sounds very cool! I look forward to seeing how this turns out. Here's one high-order bit that would be great to resolve soon (i.e., within ~1 week?), before diving too...
Looks like the Zola CI is complaining about missing "front matter." You can see a description of what is required in this repo's README: https://github.com/sampsyo/cs6120/blob/2023fa/README.md
Cool; thanks for the extra detail!
This sounds good, @AliceSzzze! Can I ask you to please do the following early-stage check-in, hopefully within ~1 week? It would be really helpful to have a list of benchmarks...
Sounds great!! Good question about what to do when changing the benchmarks. I think, for now, it makes the most sense to add copies with your new variable-sized-input feature (in...
Awesome; this sounds really great! This is definitely a bit of a "stretch goal," but one thing I would love to see as an outcome here is specific performance measurements...
OK, sounds good! One thing I wasn't _quite_ able to glean here is exactly what the input/output formats are. You briefly mention: > Implementing the static analysis requires writing a...
Got it! And this JSON representation will be your own invention? (That is, the toolchain doesn't already have a built-in way to serialize its program representation to disk?)