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
endformationage has joined #ponylang
user10032 has quit [Quit: Leaving]
Hashirama has joined #ponylang
<Hashirama> Must say, hate the navigation on the website
dougmacdoug has quit [Ping timeout: 260 seconds]
dipin has joined #ponylang
dougmacdoug has joined #ponylang
aturley has quit [Quit: aturley]
ovidnis has quit [Remote host closed the connection]
Hashirama has quit [Quit: Leaving.]
Hashirama has joined #ponylang
Hashirama has quit [Client Quit]
<dougmacdoug> is multiple infix sugar methods on an interface a known bug?
<dougmacdoug> interface NoCanDo; fun add(that: F32); fun add(that: F64)
<dougmacdoug> that throws an assertion failure on compile
<SeanTAllen> can you post a playground link dougmacdoug ?
<SeanTAllen> I believe you mean this dougmacdoug https://playground.ponylang.org/?gist=c44e71dbf6b93520c578925bec99eb28
<SeanTAllen> and not that wouldn't be expected. can you open an issue for that?
<dougmacdoug> sure
<SeanTAllen> Having any two methods with the same name in the interface will trigger that
<SeanTAllen> It should be informing you that method overloading isn't supported
<SeanTAllen> it doesn't need to be "add"
<SeanTAllen> you can change both methods to "foo" and the same thing will happen
<SeanTAllen> if you could note that in the issue it would be helpful.
<SeanTAllen> thanks dougmacdoug
<SeanTAllen> going back to my movie now.
khan has joined #ponylang
mahmudov has quit [Remote host closed the connection]
codec1 has quit [Read error: Connection reset by peer]
dipin has quit [Quit: dipin]
endformationage has quit [Quit: WeeChat 1.9.1]
khan has quit [Quit: khan]
khan has joined #ponylang
khan has quit [Client Quit]
khan has joined #ponylang
<dougmacdoug> function signature is marked as partial but the function body cannot raise an error
<dougmacdoug> cannot seem to make that go away/get case functions working..
khan has quit [Quit: khan]
user10032 has joined #ponylang
dougmacdoug has quit [Ping timeout: 260 seconds]
khan has joined #ponylang
codec1 has joined #ponylang
khan has quit [Quit: khan]
khan has joined #ponylang
khan has quit [Client Quit]
khan has joined #ponylang
<codec1> Hi
endformationage has joined #ponylang
acarrico has joined #ponylang
Hashirama has joined #ponylang
winksaville has quit [Quit: Page closed]
user10032 has quit [Quit: Leaving]
krig[m] has joined #ponylang
Hashirama has quit [Quit: Leaving.]
dipin has joined #ponylang
dougmacdoug has joined #ponylang
Hashirama has joined #ponylang
khan has quit [Quit: khan]
khan has joined #ponylang
khan has quit [Client Quit]
khan has joined #ponylang
khan has quit [Quit: khan]
khan has joined #ponylang
dipin has quit [Quit: dipin]
mahmudov has joined #ponylang
khan has quit [Quit: khan]
khan has joined #ponylang
dougmacdoug has quit [Ping timeout: 260 seconds]
Hashirama has quit [Quit: Leaving.]
vaninwagen has joined #ponylang
khan has quit [Quit: khan]
khan has joined #ponylang
<vaninwagen> Good evening everybody! May I introduce you to the new Last Week in Pony post? https://www.ponylang.org/blog/2018/01/last-week-in-pony---january-21-2018/
<vaninwagen> Have a great Week!
khan has quit [Client Quit]
khan has joined #ponylang
vaninwagen has quit [Ping timeout: 248 seconds]
dougmacdoug has joined #ponylang
<dougmacdoug> is there any way to copy a box to a val. this was the only way I could get it to work for numbers: fun toval(b: F32 box) : F32 val => b+0
<SeanTAllen> if you post a short example of what you are trying to accomplish i can look later dougmacdoug. out of context, its hard to answer the question. i suspect there is something else that matter that is causing you to ask the question.
vaninwagen has joined #ponylang
<dougmacdoug> that seems to work although I dont understand why
vaninwagen has quit [Remote host closed the connection]
<SeanTAllen> i dont understand what you were trying to do so i can't help you with that
<SeanTAllen> F32 is always going to be `val`.
<SeanTAllen> Its a machien word
<dougmacdoug> i am using it in a tuple
<SeanTAllen> sorry dougmacdoug. I dont understand your statement. Or how it relates to my statement.
khan has quit [Quit: khan]
dougmacdoug has quit [Ping timeout: 260 seconds]
love has joined #ponylang
love is now known as Guest22925
aturley has joined #ponylang
aturley has quit [Client Quit]
Guest22925 has quit [Ping timeout: 268 seconds]
aturley has joined #ponylang
aturley has quit [Quit: aturley]
aturley has joined #ponylang
codec1 has quit [Read error: Connection reset by peer]
kempe has quit [Ping timeout: 256 seconds]