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
khan has quit [Client Quit]
khan has joined #ponylang
khan has quit [Client Quit]
khan has joined #ponylang
khan has quit [Client Quit]
khan has joined #ponylang
jemc has quit [Ping timeout: 256 seconds]
khan has quit [Quit: khan]
khan has joined #ponylang
acarrico has quit [Ping timeout: 268 seconds]
khan has quit [Quit: khan]
khan has joined #ponylang
hateful_moron has joined #ponylang
aturley has quit [Quit: aturley]
aturley has joined #ponylang
khan has quit [Quit: khan]
khan has joined #ponylang
khan has quit [Client Quit]
khan has joined #ponylang
gokr has quit [Quit: Leaving.]
jemc has joined #ponylang
khan has quit [Quit: khan]
khan has joined #ponylang
khan has quit [Quit: khan]
khan has joined #ponylang
khan has quit [Client Quit]
khan has joined #ponylang
jemc has quit [Ping timeout: 240 seconds]
khan has quit [Client Quit]
khan has joined #ponylang
khan has quit [Client Quit]
khan has joined #ponylang
khan has quit [Client Quit]
khan has joined #ponylang
khan has quit [Client Quit]
khan has joined #ponylang
khan has quit [Client Quit]
khan has joined #ponylang
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
inoas has joined #ponylang
vaninwagen 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
khan has quit [Client Quit]
khan has joined #ponylang
gokr has joined #ponylang
hateful_moron has quit [Quit: Page closed]
khan has quit [Quit: khan]
inoas has quit [Quit: inoas]
jbk_ has joined #ponylang
jbk has quit [Read error: Connection reset by peer]
_andre has joined #ponylang
acarrico has joined #ponylang
vaninwagen has quit [Ping timeout: 240 seconds]
_whitelogger has joined #ponylang
acarrico has quit [Ping timeout: 246 seconds]
acarrico has joined #ponylang
jemc has joined #ponylang
jemc has quit [Read error: Connection reset by peer]
endformationage has joined #ponylang
endformationage has quit [Read error: Connection reset by peer]
endformationage has joined #ponylang
jonbrwn_ has joined #ponylang
jemc has joined #ponylang
jbk_ is now known as jbk
_whitelogger has joined #ponylang
khan_ has joined #ponylang
khan_ has quit [Quit: khan_]
khan_ has joined #ponylang
khan_ has quit [Client Quit]
khan_ has joined #ponylang
vaninwagen has joined #ponylang
jemc has quit [Ping timeout: 246 seconds]
_whitelogger has joined #ponylang
user10032 has joined #ponylang
vaninwagen has quit [Ping timeout: 255 seconds]
vaninwagen has joined #ponylang
acarrico has quit [Ping timeout: 250 seconds]
<jbk> woo my fix was integrated :)
khan_ has quit [Quit: khan_]
jemc has quit [Ping timeout: 256 seconds]
droman has joined #ponylang
jemc has joined #ponylang
_andre has quit [Quit: leaving]
<vaninwagen> jbk: thank you very much!
<vaninwagen> yeah, it is mostly during the development sync that stuff gets discussed and merged
<vaninwagen> jbk you were working on the illumos port, right?
vaninwagen has quit [Quit: WeeChat 2.1]
<jbk> yes
user10032 has quit [Quit: Leaving]
vaninwagen has joined #ponylang
<vaninwagen> jbk what is the status of your port? Are you blocked by anything? Or is it just the net address quirks you mentioned on the dev mailing list?
<jbk> there's a few things I'd like to nail down -- the net address issue, i'd still like to figure out how to add illumos here: https://github.com/jasonbking/ponyc/blob/master/src/libponyc/pkg/ifdef.c#L68-L80 -- all the obvious (to me) ways cause failures in the tests
<jbk> and there is some sort of deadlock i need to nail down -- sometimes the stdlib test binary will refuse to exit
<jbk> it's like the worker threads never get told to exit
<jbk> so i'm thinking that or some race
<jbk> but i need to dig into how the runtime is supposed to shut down
<jbk> and then (this shouldn't be a huge deal) I'd like to get it so it can build a 64-bit ponyc
<jbk> and then any necessary cleanup
<jbk> (also you can see what's there so far in my copy)
<jbk> i think other things (e.g. illumos has numa topology libraries, though I think the APIs are different than linux's) can probably be added later
<vaninwagen> jbk i think you need to add the illumos platform somewhere in buildflagset.c
<vaninwagen> And maybe detect it in the makefilr somewhere
<vaninwagen> Unfortunately i dont have an illumos machine around to help digging
<jbk> the problem is when i try to add in illumos to that ifdef node in ifdef.c, then the stdlib package that do 'ifdef posix' error with 'Cannot infer type of unused literal'
<jbk> yet elsewhere in the stdlib 'ifdef illumos' seems to work ok
droman has quit [Quit: WeeChat 2.1]
acarrico has joined #ponylang