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
Matthias247 has quit [Read error: Connection reset by peer]
srenatus[m] has quit [Ping timeout: 255 seconds]
prose[m] has quit [Ping timeout: 240 seconds]
M-hrjet has quit [Ping timeout: 252 seconds]
irx[m] has quit [Ping timeout: 264 seconds]
buchanon[m] has quit [Ping timeout: 276 seconds]
irx[m] has joined #ponylang
buchanon[m] has joined #ponylang
prose[m] has joined #ponylang
srenatus[m] has joined #ponylang
M-hrjet has joined #ponylang
Shorttail_ has joined #ponylang
<Shorttail_> Is the example in Timer supposed to have maximum cpu utilization? http://www.ponylang.org/ponyc/time-Timer/#timer
<SeanTAllen> Its supposed to run every 2 seconds, aka not very often
<SeanTAllen> That shouldnt be anywhere near close to max cpu usage
<Shorttail_> Then what we discussed yesterday is definitely a Windows 64 bug
<Shorttail_> I get a nice 50% utilization on an otherwise fine four core i7
jemc has quit [Ping timeout: 260 seconds]
<Shorttail_> Should I create an issue on github or what? I can't find any current ones that talk about the same
jemc has joined #ponylang
<Shorttail_> SeanTAllen: Do you want me to create an issue on github?
<jemc> Shorttail_: yes, thank you
<jemc> and please try to include all relevant information about your platform, version of pony, how it was built, etc
<SeanTAllen> Shorttail_: please include the source that you are running as part of the issue
<SeanTAllen> thanks
<Shorttail_> Will do, thank you both
Shorttail_ has quit [Quit: Page closed]
rurban has joined #ponylang
rurban has quit [Ping timeout: 260 seconds]
graaff has joined #ponylang
amclain has quit [Quit: Leaving]
jemc has quit [Ping timeout: 240 seconds]
rurban has joined #ponylang
buchanon[m] has quit [Remote host closed the connection]
irx[m] has quit [Write error: Connection reset by peer]
srenatus[m] has quit [Remote host closed the connection]
M-hrjet has quit [Remote host closed the connection]
prose[m] has quit [Read error: Connection reset by peer]
buchanon[m] has joined #ponylang
M-hrjet has joined #ponylang
irx[m] has joined #ponylang
prose[m] has joined #ponylang
srenatus[m] has joined #ponylang
abeaumont has joined #ponylang
_andre has joined #ponylang
rurban has quit [Quit: Leaving.]
abeaumont has quit [Ping timeout: 240 seconds]
Matthias247 has joined #ponylang
dougmacdoug has joined #ponylang
jemc has joined #ponylang
rurban has joined #ponylang
rurban has quit [Quit: Leaving.]
aav has joined #ponylang
amclain has joined #ponylang
Praetonus has joined #ponylang
kulibali has joined #ponylang
jemc has quit [Ping timeout: 240 seconds]
jonrh_ has joined #ponylang
inara` has joined #ponylang
rurban has joined #ponylang
srenatus[m]1 has joined #ponylang
tokenrov1 has joined #ponylang
kempe_ has joined #ponylang
srenatus[m] has quit [*.net *.split]
tokenrove has quit [*.net *.split]
jonrh has quit [*.net *.split]
inara has quit [*.net *.split]
kempe has quit [*.net *.split]
jtfmumm- has quit [*.net *.split]
jonrh_ is now known as jonrh
jemc has joined #ponylang
Matthias247 has quit [Read error: Connection reset by peer]
obadz has quit [Quit: WeeChat 1.7]
rurban1 has joined #ponylang
rurban has quit [Ping timeout: 240 seconds]
rurban1 has quit [Ping timeout: 258 seconds]
rurban has joined #ponylang
rurban1 has joined #ponylang
rurban has quit [Ping timeout: 240 seconds]
rurban1 has quit [Read error: No route to host]
graaff has quit [Quit: Leaving]
jemc has quit [Ping timeout: 240 seconds]
jemc has joined #ponylang
rurban has joined #ponylang
<aav> can anyone explain why the first function produces no compilation errors, and the second one fails?
<aav> this is the error I observe. this combination of error messages is reported by the compiler 5 times
<Praetonus> Looks like a compiler bug to me
<aav> what is the diference between two functions from capabilities standpoint?
<dougmacdoug> second one rerurns |None
<dougmacdoug> ernot
rurban has quit [Read error: Connection reset by peer]
<Praetonus> aav: Your code works for me. Which version of the compiler are you using?
kempe_ is now known as kempe
<aav> 0.10.0 [release]
<aav> compiled with: llvm 3.9.0 -- Apple LLVM version 8.0.0 (clang-800.0.42.1)
<aav> 0.10.0 [release]
<aav> let rc = work.replace("__", "_", 0)
<aav> this also fails. it seems that it fails in the case when the value of expression is being used
rurban has joined #ponylang
<aav> in my version of builtin string is:
<aav> fun ref replace(from: String box, to: String box, n: USize = 0):
<aav> String ref^
<aav> so it returns String ref, and so i can see some sense in the error message
rurban1 has joined #ponylang
rurban has quit [Ping timeout: 240 seconds]
<Praetonus> aav: Ah, I see
<Praetonus> The change to the return value of String.replace (and other methods returning their receiver) isn't in the 0.10 release
<Praetonus> Your code should work if you use the up to date master branch on github
<Praetonus> If you want to stay on a released version, we should do a release soon (hopefully in the next few days)
<aav> Praetonus: for now i would stick to released versions
<aav> btw, why not to have several versions of api documentation online. the one which onlne now is ahead, compared to current release
<aav> and, btw, although the nature of the error is clear now, it's strange that it is reported by the compiler five times
rurban1 has quit [Read error: No route to host]
_andre has quit [Quit: leaving]
prettyvanilla_ has quit [Remote host closed the connection]
prettyvanilla_ has joined #ponylang
rurban has joined #ponylang
rurban1 has joined #ponylang
aav has quit [Ping timeout: 258 seconds]
rurban has quit [Ping timeout: 260 seconds]
<SeanTAllen> aav: because no one has had time to go through doing setting up a system to keep multiple versions of the API documentation online.
<SeanTAllen> aav if you
<SeanTAllen> if you'd be interested in making that happen, i can walk you through what would need to be done.
Praetonus has quit [Quit: Leaving]
<SeanTAllen> aav: this is the "quick" solution... https://github.com/ponylang/ponyc/pull/1631
rurban has joined #ponylang
rurban1 has quit [Ping timeout: 240 seconds]
dougmacdoug has quit [Quit: dougmacdoug]