This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-04-26
Channels
- # beginners (20)
- # cider (59)
- # cljsrn (6)
- # clojars (7)
- # clojure (91)
- # clojure-boston (1)
- # clojure-dusseldorf (3)
- # clojure-finland (1)
- # clojure-italy (8)
- # clojure-losangeles (1)
- # clojure-nl (16)
- # clojure-spec (25)
- # clojure-uk (113)
- # clojurescript (126)
- # core-async (27)
- # cursive (5)
- # data-science (3)
- # datomic (22)
- # emacs (24)
- # fulcro (30)
- # garden (7)
- # graphql (7)
- # leiningen (3)
- # nginx (1)
- # off-topic (63)
- # onyx (13)
- # portkey (1)
- # re-frame (1)
- # reagent (28)
- # shadow-cljs (92)
- # tools-deps (1)
- # uncomplicate (1)
- # vim (24)
- # yada (8)
After upgrading replant I'm getting
Error detected while processing function replant#ui#test_project[13]..replant#ui#handle_test[3]..replant#generate#test_results_info:
line 3:
E684: list index out of range: 1
E15: Invalid expression: a:msgs[1]
line 4:
E712: Argument of get() must be a List or Dictionary
Error detected while processing function replant#ui#test_project[13]..replant#ui#handle_test[11]..replant#handle#test_fix_file:
line 3:
E712: Argument of get() must be a List or Dictionary
Error detected while processing function replant#ui#test_project[13]..replant#ui#handle_test[14]..replant#handle#test_add_to_qf:
line 3:
E712: Argument of get() must be a List or Dictionary
Error detected while processing function replant#ui#test_project[13]..replant#ui#handle_test[19]..replant#handle#is_tests_pass:
line 3:
E712: Argument of get() must be a List or Dictionary
Error detected while processing function replant#ui#test_project[13]..replant#ui#handle_test[23]..replant#handle#test_summary:
line 3:
E712: Argument of get() must be a List or Dictionary
Tested 0 namespaces
Ran 0 assertions, in 0 test functions
0 passed
I did already run :UpdateRemotePlugins
and restarted neovim but this time that didn't work.I thought I had removed code that checked for an index specifically. I'll read the source on the train.
Okay, I have a suspicion about it, no seating on my train though, I'll have a look once I'm home.
@dominicm i'm envious that you get to compute during your commute 🙂 i have to drive to work
I just double checked and I don't think I broke anything with the re-run failed tests feature..
I don't think you did either, I think it's me failing to clean-up a particular bit of code, the upgrade is a coincidence.
@dominicm no change, pretty sure is the same error:
Error detected while processing function replant#ui#test_project[13]..replant#ui#handle_test[3]..replant#generate#test_results_info:
line 3:
E712: Argument of get() must be a List or Dictionary
Error detected while processing function replant#ui#test_project[13]..replant#ui#handle_test[11]..replant#handle#test_fix_file:
line 2:
E712: Argument of get() must be a List or Dictionary
Error detected while processing function replant#ui#test_project[13]..replant#ui#handle_test[14]..replant#handle#test_add_to_qf:
line 2:
E712: Argument of get() must be a List or Dictionary
Error detected while processing function replant#ui#test_project[13]..replant#ui#handle_test[19]..replant#handle#is_tests_pass:
line 2:
E712: Argument of get() must be a List or Dictionary
Error detected while processing function replant#ui#test_project[13]..replant#ui#handle_test[23]..replant#handle#test_summary:
line 2:
E712: Argument of get() must be a List or Dictionary
Tested 0 namespaces
Ran 0 assertions, in 0 test functions
0 passed
@mynomoto one exception is gone. I may not be handling an error case of some kind. The results of echo replant#send_message(replant#generate#test_project({'load?': 1}))
E117: Unknown function: replant#send_message
E15: Invalid expression: replant#send_message(replant#generate#test_project({'load?': 1}))
[{'status': ['done', 'unknown-op', 'error'], 'id': 'replant--a7670906-5f42-463c-b764-2a12dde06d0a', 'session': '4e5f8e58-fa3e-4d12-b6f2-4b3292ff00ab', 'op': 'test-all'}]