SenasOzys has quit [Read error: Connection reset by peer]
khan has quit [Quit: khan]
khan has joined #ponylang
enilsen16 has quit [Quit: Connection closed for inactivity]
khan has quit [Quit: khan]
khan has joined #ponylang
kubesys has quit [Ping timeout: 240 seconds]
dougmacdoug has quit [Ping timeout: 260 seconds]
_whitelogger has joined #ponylang
SenasOzys_ has quit [Remote host closed the connection]
endformationage has quit [Quit: WeeChat 1.9.1]
dipin has quit [Quit: dipin]
achambers has joined #ponylang
dipin has joined #ponylang
<achambers>
Hi there, quick question, when I call timers.dispose(), I am still able to reschedule new timers with timers(timer)
dipin has quit [Client Quit]
<achambers>
does that seem intentional?
<achambers>
I was trying to shutdown my whole application by just disposing my timing wheel, but it doesn't seem to work because actors are still able to schedule new events.
patroclos has joined #ponylang
khan has quit [Quit: khan]
patroclos has quit [Ping timeout: 240 seconds]
achambers has quit [Ping timeout: 260 seconds]
codec1 has joined #ponylang
SenasOzys has joined #ponylang
_whitelogger has quit [K-Lined]
_whitelogger has joined #ponylang
user10032 has joined #ponylang
aturley has quit [Quit: aturley]
codec1 has quit [Quit: Leaving.]
kubesys has joined #ponylang
khan has joined #ponylang
alxs has joined #ponylang
_andre has joined #ponylang
viknet has quit [Quit: leaving]
viknet has joined #ponylang
jemc has joined #ponylang
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
alxs has joined #ponylang
<SeanTAllen>
perhaps i am not understanding achambers, i dont follow the connection between the two things. dispose will unregister the existing timers and unregister the event. you could then schedule new timers that will result in a new event being registered.
<SeanTAllen>
the fact that you can do that doesnt mean that calling `dispose` will not unregister though
<SeanTAllen>
i think perhaps your application is not shutting down for some other reason but i couldnt really say without seeing that application. how large the application?
khan has quit [Ping timeout: 264 seconds]
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
alxs has joined #ponylang
codec1 has joined #ponylang
aturley has joined #ponylang
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
alxs has joined #ponylang
kubesys has quit [Remote host closed the connection]
dang has joined #ponylang
dang is now known as Guest29536
aturley has quit [Quit: aturley]
SenasOzys has quit [Ping timeout: 265 seconds]
<Guest29536>
Not sure where to report this but normally the Pony compiler throws some useful errors but I got an odd one over the weekend: https://is.gd/XwQFsE
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
<Guest29536>
I'm pretty sure it has to do with using a Regex as the key since if I change it to String it works fine but the error message was pretty cryptic: "src/libponyc/ast/ast.c:573: ast_id: Assertion `ast != NULL` failed."
<slfritchie>
For folks who've heard about the talk that I gave to the Code BEAM conference last week (formerly called Erlang Factory) in San Francisco, I've got a PDF copy of the slides available at https://github.com/slfritchie/wide-world-of-actors
<SeanTAllen>
slfritchie: could you PR the "Planet Pony" section of the pony website to include the sldes (in addition to the talk link that is already there)