-
-
Notifications
You must be signed in to change notification settings - Fork 29
Conversation
submission to upstream.
@bgrabow I made a small change to the test-diff script. I was surprised the test status is marked as success by CircleCI while an exception happened. Can you merge with the latest commits in master and update this PR to test (without removing the exception)? |
Same exception, CI still passes. |
I assume CI will skip my test case if they run slow? My day-9 clj ArrayDeque solution is pretty quick but I don't have a quick solution for cljs. If a slow test isn't going to be a problem then I will just upload the slow version. What do you suggest? |
@bgrabow See the notes on metadata here: https://github.com/borkdude/advent-of-cljc/#tests |
Fixed the cljs compilation errors and skipped the cljs tests, thanks for the direction. CI build success is real this time! |
Removed the two input strings. Give me a little time to figure out how to remove the letter patterns. |
Removed the letter patterns. Thanks for the hash suggestion, and sorry for committing the input in the first place! |
No description provided.