Kavi Gupta
Kavi Gupta
this looks good to me but @rahularya50 how does this interact with your change for a faster export?
Confirmed, repros on 1.14.19
I'm pretty sure this is related to memory usage. That specific piece of student code is equivalent to ``` (define (deep-map fn s) (deep-map fn (cons (fn (car s)) (cdr...
For reference, it currently says ``` Submit... 0.0% complete Could not submit: Late Submission of cal/cs61a/fa18/hw01 Checking for software updates... OK is up to date ```
@jathak is there a strong reason for this? https://github.com/okpy/ok-client/commits/master/release.py seems to have existed for a while before this issue was created so I assume you found it lacking?
You can have students use the `print("DEBUG:", ...)` feature to allow them to print without it interfering with the ok tests.
But we probably should have a wildcard of some kind
same error
See also https://github.com/Cal-CS-61A-Staff/berkeley-cs61a/issues/2418 https://github.com/Cal-CS-61A-Staff/scheme_editor/issues/117