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
atk has quit [Quit: Well this is unexpected.]
atk has joined #ponylang
Matthias247 has quit [Read error: Connection reset by peer]
_ask has joined #ponylang
_ask has quit [Quit: Page closed]
jemc has quit [Ping timeout: 252 seconds]
acarrico has quit [Ping timeout: 240 seconds]
acarrico has joined #ponylang
mahmudov has quit [Ping timeout: 248 seconds]
mahmudov has joined #ponylang
jemc has joined #ponylang
tscho has quit [Read error: Connection reset by peer]
tscho has joined #ponylang
hello2dj has joined #ponylang
hello2dj has quit [Client Quit]
jemc has quit [Ping timeout: 240 seconds]
tscho has quit [Ping timeout: 240 seconds]
tscho has joined #ponylang
acarrico has quit [Ping timeout: 248 seconds]
tscho_ has joined #ponylang
tscho has quit [Ping timeout: 260 seconds]
jemc has joined #ponylang
ShalokShalom has joined #ponylang
endformationage has quit [Quit: WeeChat 1.9]
mahmudov has quit [Remote host closed the connection]
user10032 has joined #ponylang
plietar has quit [Remote host closed the connection]
plietar has joined #ponylang
plietar has quit [Ping timeout: 252 seconds]
user10032 has quit [Remote host closed the connection]
vaninwagen has joined #ponylang
samuell has joined #ponylang
jemc has quit [Ping timeout: 255 seconds]
Matthias247 has joined #ponylang
<achamber1> there is a json package in the stdlib, but no parser?
<vaninwagen> achamber1, you parse json strings with JsonDoc.parse(String) https://stdlib.ponylang.org/json-JsonDoc/#parse
<achamber1> oh, thank you
<achamber1> i totally missed that
<vaninwagen> achamber1, yeah, maybe it should be mentioned in the package docs or something
jmiven has quit [Quit: co'o]
jmiven has joined #ponylang
ShalokShalom_ has joined #ponylang
ShalokShalom has quit [Ping timeout: 252 seconds]
Xe has quit [Ping timeout: 246 seconds]
plietar has joined #ponylang
plietar_ has joined #ponylang
plietar has quit [Ping timeout: 252 seconds]
plietar_ has quit [Remote host closed the connection]
plietar has joined #ponylang
plietar has quit [Ping timeout: 264 seconds]
plietar has joined #ponylang
_andre has joined #ponylang
acarrico has joined #ponylang
acarrico has quit [Ping timeout: 248 seconds]
acarrico has joined #ponylang
acarrico has quit [Ping timeout: 248 seconds]
ShalokShalom_ is now known as ShalokShalom
Xe has joined #ponylang
Matthias247 has quit [Read error: Connection reset by peer]
jemc has joined #ponylang
jemc has quit [Client Quit]
jemc has joined #ponylang
plietar has quit [Remote host closed the connection]
plietar has joined #ponylang
acarrico has joined #ponylang
plietar has quit [Ping timeout: 252 seconds]
plietar has joined #ponylang
obadz has quit [Ping timeout: 260 seconds]
obadz has joined #ponylang
vaninwagen has quit [Ping timeout: 240 seconds]
ShalokShalom has quit [Ping timeout: 248 seconds]
plietar has quit [Remote host closed the connection]
plietar has joined #ponylang
samuell has quit [Quit: Leaving]
ShalokShalom has joined #ponylang
plietar has quit [Ping timeout: 255 seconds]
<Candle> I'm missing the syntax to unpack the entries in the ArrayPairs entry on line 13 of https://is.gd/xeQ7TN
user10032 has joined #ponylang
endformationage has joined #ponylang
plietar has joined #ponylang
<SeanTAllen> can you use the "gist" button and send your link Candle, however you did it, results in my browser thinking its a cross site scripting attack
coopernurse has joined #ponylang
<coopernurse> hello! has anyone tried implementing any of the Benchmarks Game problems in Pony yet? http://benchmarksgame.alioth.debian.org/
Matthias247 has joined #ponylang
<SeanTAllen> coopernurse: not that i am aware of. anyone who did that should read the how to write high perf pony guide before tackling it.
<SeanTAllen> FYI to anyone who tries. Because of how pony shutdown work, "time" is a very inaccurate "benchmarking" tool. Ponybench is much better.
<coopernurse> SeanTAllen: thanks for the info
gregrcline has joined #ponylang
<gregrcline> Hey all, I'm trying to get started with Pony and I'm running into a little trouble. I wrote the hello world program and tried compiling it and I'm getting a linker error.
<gregrcline> error: Invalid bitcode version (Producer: '802.0.42.0_0' Reader: '800.0.42.1_0') Error: unable to link: ld -execute -no_pie -arch x86_64 -macosx_version_min 10.8 -o ./helloworld ./helloworld.o -L"/usr/local/Cellar/ponyc/0.19.0/bin/" -L"/usr/local/Cellar/ponyc/0.19.0/bin/../lib" -L"/usr/local/Cellar/ponyc/0.19.0/bin/../packages" -L"/usr/local/lib" -lponyrt -lSystem
<gregrcline> I'm on OSX and I've update XCode but I have to admit I'm a little lost. Any ideas?
omarkj_ has joined #ponylang
darach_ has joined #ponylang
jeremyheiler_ has joined #ponylang
jeremyheiler has quit [*.net *.split]
ada[m] has quit [*.net *.split]
darach has quit [*.net *.split]
omarkj has quit [*.net *.split]
jeremyheiler_ is now known as jeremyheiler
omarkj_ is now known as omarkj
darach_ is now known as darach
ada[m] has joined #ponylang
samuell has joined #ponylang
jemc has quit [Ping timeout: 246 seconds]
vaninwagen has joined #ponylang
<SeanTAllen> How did you install Pony gregrcline ?
<SeanTAllen> If you installed from homebrew try building from source. If that works for you l, can you open an issue with information about your install. Is version. Xcode version. LLVM version et fêtera
gregrcline has quit [Ping timeout: 260 seconds]
gregrcline has joined #ponylang
<gregrcline> Hey sorry I was at dinner. I tried building from source and got a similar linking error
<gregrcline> Linking ponyc error: Invalid bitcode version (Producer: '802.0.42.0_0' Reader: '800.0.42.1_0') clang: error: linker command failed with exit code 1 (use -v to see invocation) make: *** [build/release/ponyc] Error 1
user10032 has quit [Quit: Leaving]
_andre has quit [Quit: leaving]
gregrcline has quit [Ping timeout: 260 seconds]
samuell has quit [Read error: Connection reset by peer]
samuell_ has joined #ponylang
endformationage has quit [Quit: WeeChat 1.9]
vaninwagen has quit [Ping timeout: 260 seconds]
samuell_ has quit [Quit: Leaving]