<bpicolo>
nah that's not right, that's the pointer
<bpicolo>
not the value
<bpicolo>
Great, got to the real root of the problem. Promise.join() very different from Promises.join()
<bpicolo>
>.>
trevorriles has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
trevorriles has joined #ponylang
<SeanTAllen>
bpicolo: did you figure out your test issue?
<SeanTAllen>
expect_action only works in conjunction with long tests. you didnt set up a long test so it doesn't do anything.
<bpicolo>
@SeanTAllen from 11 AM? Sorta. I needed a long_test annotation in order for the test to wait long enough for things to complete.
<SeanTAllen>
that exists
<bpicolo>
right
<bpicolo>
I would have expected expect_action to fail though, considering I never called complete_action before the test ended
<bpicolo>
It's kind of strange that forgetting long_test would lead to a silent success
<bpicolo>
when you've declared an expect_action
<SeanTAllen>
the expectation is that for a non-long test, you would call fail it your criteria weren't meant.
<bpicolo>
Hm?
<SeanTAllen>
h.fail()
<SeanTAllen>
or non-long tests
<bpicolo>
oh, sure, but there were no errors of any sort using expect_action, so would have been good to have some failure for "you used expect_action but didnt use long_test"
<SeanTAllen>
if you don't get your criteria for your test, you can call `fail` on the test helper to fail the test
<bpicolo>
I didn't even know I needed to look for long_Test
<SeanTAllen>
updates to the documentation would be welcomed
<SeanTAllen>
did you figure out your lldb issue?
<bpicolo>
I didn't figure it out, but it became unnecessary for me to work out
<bpicolo>
the foo' naming convention seemed to conflict with lldb's expection that ' begins a string
<bpicolo>
There might be some way to escape it though?
<bpicolo>
`frame variable ps'` worked, but `p ps'` did not
<SeanTAllen>
lldb is a bit of a weird beast
<bpicolo>
heh, yeah
<bpicolo>
I have not had to use it much, so this could easily come down to me missing a perfectly fine way to use it
<bpicolo>
@SeanTAllen either way, thanks for checking over my questions from earlier
<SeanTAllen>
you're welcome
masteinhauser has left #ponylang [#ponylang]
jemc has quit [Ping timeout: 246 seconds]
jemc has joined #ponylang
user10032 has quit [Remote host closed the connection]
user10032 has joined #ponylang
theodus has joined #ponylang
theodus has quit [Ping timeout: 248 seconds]
samuell has joined #ponylang
gokr has joined #ponylang
gokr has quit [Ping timeout: 240 seconds]
gokr has joined #ponylang
bpicolo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
trevorriles has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
samuell has quit [Quit: Leaving]
bpicolo has joined #ponylang
user10032 has quit [Quit: Leaving]
dipin has quit [Quit: dipin]
bpicolo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]