Anders Hovmöller
Anders Hovmöller
More feedback! "In your main program, add a new eval (symbol) entry to your REPL environment...." This whole section is very specific and complex. I think it'd be better to...
Section 6: when you run the tests you get failures on "Testing that *ARGV\* exists and is an empty list". There is no mention of this *ARGV\* in the guide...
Step 7: nothing to add! W00t! :P
step 8: should mention that tests will try functions nth, first, rest
This makes me confused: ``` TEST: (def! x "x") -> ['','*'] -> SUCCESS TEST: (def! x (nth '(1 2) 2)) -> ['','*'] -> SUCCESS TEST: x -> ['','"x"'] -> FAIL...
Ah. I guess I was thrown off by the asymmetry with how first should work. Thanks!
@lydell great minds think alike :P
I believe I'm having this problem on one container and not on another. The difference is that the one without the problem is based on buildpacks and the one that...
Explicitly? As in put a with block to freeze the time. That seems pretty reasonable. One could also imagine globally freezing the time if you have lots of these doctests...
How deep is the call stack? Freezegun only looks 5 levels deep by default. You can change this with call_stack_inspection_limit