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
<jemc> TwoNotes: check out `add_exec_dir` in `package.c` - it tries to find the directory where the ponyc executable is located, and find the packages from there
<jemc> you can also use the `PONYPATH` environment variable to give package paths to be searched
<jemc> in fact this is how my `pony-stable` project works, to point the compiler toward the downloaded/managed dependencies
<SeanTAllen> pony stable is really awesome for this TwoNotes. We use it at Sendence and it has made our life really easy.
<jemc> hm, I wonder if PONYPATHS could be used to provide an alternative `builtin` - I've never tried it...
<jemc> PONYPATH, that is
jmiven has quit [Quit: co'o]
jmiven has joined #ponylang
jemc has quit [Ping timeout: 240 seconds]
jemc has joined #ponylang
<TwoNotes> I have set up an environment where I can build for 3 different platforms now. PONYPATH was the big help. Using a shared source tree I can build ponyc and my apps for ARM, X86, and X86_64
jemc has quit [Quit: WeeChat 1.4]
jemc has joined #ponylang
jemc has quit [Ping timeout: 256 seconds]
TwoNotes has left #ponylang [#ponylang]
jemc has joined #ponylang
c355e3b has quit [Quit: Connection closed for inactivity]
amclain has quit [Quit: Leaving]
jemc has quit [Ping timeout: 240 seconds]
<hio> SeanTAllen, can you just add it to that part in the docs? I dont want anything extra for me
_andre has joined #ponylang
NhanH has quit [Quit: Connection closed for inactivity]
c355e3b has joined #ponylang
<SeanTAllen> hio, the tutorial discusses actors and their behaviors at length, i'm not sure what to add.
Praetonus has joined #ponylang
jemc has joined #ponylang
jemc has quit [Client Quit]
jemc has joined #ponylang
kulibali has quit [Quit: Going offline, see ya! (www.adiirc.com)]
amclain has joined #ponylang
TwoNotes has joined #ponylang
<TwoNotes> Praetonus, the value returned form ponyint_pool_index fails that assertion even running the compiler
<Praetonus> TwoNotes: Are you able to get the size for which it is failing?
<TwoNotes> size=32768, and it tries to return 43
<TwoNotes> Let me check I have the right code here...
<Praetonus> That size doesn't correspond to the message type. The compiler is getting it from LLVM, I hope it's not an LLVM bug on x86...
<TwoNotes> I think I had some skew in src versions. I am rebuilding from oringnal stuff now
graaff has joined #ponylang
Praetonus has quit [Quit: Leaving]
theodus has joined #ponylang
<TwoNotes> Hah! bits=63
<TwoNotes> That means ILP32 is 'false' on i686 as I suspected
graaff has quit [Quit: Leaving]
kulibali has joined #ponylang
Matthias247 has joined #ponylang
c355e3b has quit [Quit: Connection closed for inactivity]
TwoNotes has left #ponylang [#ponylang]
theodus has quit [Quit: -a- IRC for Android 2.1.33]
c355e3b has joined #ponylang
jemc has quit [Ping timeout: 240 seconds]