ftao conjure-using-lazytesters! I’m looking for testing, feedback, suggestions etc on https://github.com/Olical/conjure/pull/788 - some test-runner enhancements that should make using lazytest easier.
ooo some of this i already have (in worse form) in my dot files, i can't wait to try it out
i like that you bundle the test form in config, that makes it easy to switch
🤞 hopefully without breaking anyone’s existing configs…. runner-specific forms can be added as-and-when wanted where folks have runner definitions without it
That https://github.com/Olical/conjure/pull/788/changes#diff-b77dbd787f01fdda8e9b24dcd445e822592e938afc662dbc430cb583f7467159R547 feels kinda sketchy, I wondered if it might hide errors for some setups
hmm yeah that is not ideal i think. maybe it should be something like #(do (println "it's fucked up") (cfg ...))
or you could just have multiple calls: (let [(ok? current-form-names) (pcall #(cfg ...)) (ok? current-form-names) (if ok? (values ok? current-form-names) (pcall #(cfg ...)))] ...)
OK.. i fixed that up a bit and force-pushed, let’s see what @olical reckons…