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
Nat has joined #ponylang
Nat is now known as Guest46388
<codec__> @SeanTAllen have you any tips to debug crash in the compiler?
<codec__> I try to put print before the crash happen but nothing show on the terminal
Guest46388 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<SeanTAllen> @codec__ build a debug version of the compiler and run it with lldb
<codec__> after 1 good hour I found the bug :), but is it possible to build a debug version on Windows?
oraoro has quit [Ping timeout: 248 seconds]
acarrico has quit [Ping timeout: 248 seconds]
oraoro has joined #ponylang
acarrico has joined #ponylang
acarrico has quit [Quit: Leaving.]
codec__ has quit [Ping timeout: 260 seconds]
oraoto has joined #ponylang
oraoro has quit [Ping timeout: 240 seconds]
Nat_ has joined #ponylang
oraoto has quit [Remote host closed the connection]
oraoro has joined #ponylang
oraoro has quit [Ping timeout: 248 seconds]
oraoro has joined #ponylang
oraoro has quit [Ping timeout: 240 seconds]
oraoto has joined #ponylang
oraoto has quit [Ping timeout: 248 seconds]
oraoro has joined #ponylang
oraoto has joined #ponylang
oraoro has quit [Ping timeout: 248 seconds]
oraoro has joined #ponylang
oraoto has quit [Ping timeout: 248 seconds]
oraoro has quit [Ping timeout: 248 seconds]
gokr has joined #ponylang
oraoto has joined #ponylang
oraoto has quit [Ping timeout: 260 seconds]
Nat_ has quit [Read error: Connection reset by peer]
user10032 has joined #ponylang
oraoro has joined #ponylang
user10032 has quit [Quit: Leaving]
oraoro has quit [Ping timeout: 240 seconds]
user10032 has joined #ponylang
user10032 has quit [Client Quit]
user10032 has joined #ponylang
user10032 has quit [Client Quit]
user10032 has joined #ponylang
gokr has quit [Ping timeout: 250 seconds]
user10032 has quit [Client Quit]
oraoro has joined #ponylang
oraoto has joined #ponylang
oraoro has quit [Ping timeout: 240 seconds]
oraoto has quit [Ping timeout: 240 seconds]
oraoro has joined #ponylang
oraoto has joined #ponylang
oraoro has quit [Ping timeout: 268 seconds]
oraoto has quit [Ping timeout: 240 seconds]
oraoro has joined #ponylang
oraoro has quit [Ping timeout: 240 seconds]
oraoto has joined #ponylang
oraoto has quit [Ping timeout: 248 seconds]
ShalokShalom_ has joined #ponylang
ShalokShalom has quit [Ping timeout: 240 seconds]
oraoto has joined #ponylang
oraoto has quit [Ping timeout: 240 seconds]
dipin has quit [Quit: dipin]
oraoto has joined #ponylang
codec1 has joined #ponylang
mikeyhew has quit [Quit: Connection closed for inactivity]
samuell has joined #ponylang
gokr has joined #ponylang
<SeanTAllen> Yes @codec_ you can build debug version on any platform
gokr has quit [Ping timeout: 240 seconds]
oraoto has quit [Ping timeout: 260 seconds]
oraoto has joined #ponylang
oraoto has quit [Ping timeout: 248 seconds]
oraoro has joined #ponylang
user10032 has joined #ponylang
user10032 has quit [Quit: Leaving]
<codec1> Hey Sean I have a question for you
<codec1> I have managed to embed the source code when building the documentation (without manual hacks) and I am pretty happy with the result
<codec1> The issue is that when I upload the site straight out of the mkdocs build and upload to github pages
<codec1> some pages return a 404 because it seems github doesn´t like pages with dot and other unusual characters in file name/paths
<codec1> So do you know something else I could use that would work better to show my generated doc?
<SeanTAllen> are you uploading the .md or .html codec1? i'd suggest generating html and uploading that, i dont think it has anything about it that isnt "github pages unfriendly". uploading the html to GH pages is what we did for a long time.
<codec1> I am indeed uploading the html pages
<codec1> and the weird thing is that it works great with a local web server
<codec1> if you want to take a look at the result
<codec1> here is the home page of the doc
<codec1> and the here is the uploaded pages
<codec1> it seems that all the pages in my main packages which name is ´.´ have issues on github
<SeanTAllen> ¯\_(ツ)_/¯
<SeanTAllen> not sure what that is about
<SeanTAllen> probably not anyhting to worry about for showing this off
<SeanTAllen> so feedback
<SeanTAllen> when i click [src]
<SeanTAllen> it takes me to the source in general
<SeanTAllen> not to a specific pint
<codec1> it should
<SeanTAllen> o wait
<SeanTAllen> i had javascript off
<codec1> :)
<SeanTAllen> how are you generating the docs? seems like the . isn't an issue for right now for stdlib docs but is something we'd want to address. i know Mathias had several things he wanted to work on with the documentation.
<codec1> just with ponyc -o ./out --docs-public
<codec1> then I do mkdocs build on the generated mk files
<SeanTAllen> so
<SeanTAllen> when stdlib is generated ponyc isn't run from the stdlib directory
<SeanTAllen> its run from the directory above
<SeanTAllen> that might be why it happens
<SeanTAllen> which would be... interesting
<SeanTAllen> check out the command on .travis.yml and try doing for yours
<SeanTAllen> that will probably address the "." issues
oraoro has quit [Ping timeout: 260 seconds]
endformationage has joined #ponylang
<codec1> are you talking about this one ? https://github.com/ponylang/ponyc/blob/master/.travis.yml
<SeanTAllen> you'll see it doesnt run `ponyc` in the stdlib directory. it runs from top level
<SeanTAllen> which is why it sees the top level as "packages/stdlib" when you go to https://stdlib.ponylang.org/
<codec1> I understand
<codec1> do you think it deserves an issue?
<codec1> is Github is the platform use to host the docs?
<SeanTAllen> what would the issue be?
<SeanTAllen> im not sure there is an issue there
<SeanTAllen> stdlib.ponylang.org is served by netlify.
<SeanTAllen> the generated html is uploaded to a repo on GitHub and then netlify builds the site
vaninwagen has joined #ponylang
<vaninwagen> A new last week in Pony is out: https://www.ponylang.org/blog/2017/11/last-week-in-pony---november-12-2017/ (featuring two brand new talks)
<SeanTAllen> vaninwagen: we should PR the talks to the Planet Pony section of the website. I was planning on it but havent had time,
<vaninwagen> SeanTAllen, hold my beer!
<vaninwagen> just gimme a sec
<SeanTAllen> ha
<codec1> @Sean, regarding the source problem I had, is there any chance it happens to someone else?
<codec1> I don't know the workflow for pusblishing doc but if someone upload the documentation to GitHub and link are broken then it is an issue
<codec1> otherwise it is fine
<codec1> (I mean in a correct and "standard" utilization, so maybe it is just me misusing the documentation tooling)
<SeanTAllen> you did not follow the "standard"
<codec1> ok, then maybe we should issue a warning in that case, so at least we can know we are doing it wrong?
dipin has joined #ponylang
gokr has joined #ponylang
vaninwagen has quit [Ping timeout: 248 seconds]
samuell has quit [Quit: Leaving]
samuell has joined #ponylang
samuell has quit [Client Quit]
dipin has quit [Quit: dipin]
user10032 has joined #ponylang
codec1 has quit [Read error: Connection reset by peer]
martinium has joined #ponylang
martinium has left #ponylang [#ponylang]
martinium has joined #ponylang
user10032 has quit [Quit: Leaving]
gokr has quit [Ping timeout: 248 seconds]
oraoro has joined #ponylang
samuell has joined #ponylang