jemc changed the topic of #ponylang to: Welcome! Please check out our Code of Conduct => https://github.com/ponylang/ponyc/blob/master/CODE_OF_CONDUCT.md | Public IRC logs are available => http://irclog.whitequark.org/ponylang | Please consider participating in our mailing lists => https://pony.groups.io/g/pony
c355e3b has quit [Quit: Connection closed for inactivity]
_whitelogger has joined #ponylang
Matthias247 has quit [Read error: Connection reset by peer]
justicefries has joined #ponylang
unbalanced has joined #ponylang
<TwoNotes> What does the message "Value formal parameters not yet supported" mean?
<TwoNotes> whee, streaming web server entirely in Pony is working. Both upload and download of files, with flow control and authentication
<SeanTAllen> can you provide some context TwoNotes ?
<SeanTAllen> for the error
unbalanced has quit [Ping timeout: 256 seconds]
_whitelogger has joined #ponylang
justicefries has left #ponylang [#ponylang]
<TwoNotes> I was using [0] instead if (0) to subscript an array
<TwoNotes> But the error made no sense to me. What is a "value formal parameter"?
<TwoNotes> If receiver is an Array in that case, it could add one of those "did you mean to use parens?"