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
OtakuSenpai has quit [Quit: Leaving]
OtakuSenpai has joined #ponylang
PrsPrsBK has joined #ponylang
PrsPrsBK has left #ponylang [#ponylang]
travis-ci has joined #ponylang
<travis-ci> ponylang/mkdocs-theme#14 (travis-notifications - dc67cb6 : Sean T Allen): The build passed.
travis-ci has left #ponylang [#ponylang]
_whitelogger has joined #ponylang
OtakuSenpai has quit [Quit: Leaving]
OtakuSenpai has joined #ponylang
OtakuSenpai has quit [Quit: Leaving]
<rkallos> I believe I've found a bug. Path.abs("/") or Path.abs("/foo/..") returns "." instead of "/", as one might expect. Playground example: https://playground.ponylang.io/?gist=632ab1520993f82692e5c552a90f4418
<rkallos> I believe this line is responsible for this behavior: https://github.com/ponylang/ponyc/blob/master/packages/files/path.pony#L177
<rkallos> I ran into this while working on adding chdir() to ProcessMonitor. I'm going to head to bed, but let me know if you'd like me to open an issue. I think a straightforward solution might be change the line linked above to `if is_sep(s(s.size()-1)?) and (s.size > 1) then`
<vaninwagen> rkallos an issue and a PR would be neat ;)
OtakuSenpai has joined #ponylang
OtakuSenpai has quit [Quit: Leaving]
OtakuSenpai has joined #ponylang
ExtraCrispy_ has quit [Ping timeout: 256 seconds]
ExtraCrispy_ has joined #ponylang
OtakuSenpai has quit [Quit: Leaving]
OtakuSenpai has joined #ponylang
OtakuSenpai has quit [Quit: Leaving]
OtakuSenpai has joined #ponylang
endformationage has quit [Quit: WeeChat 1.9.1]
OtakuSenpai has quit [Quit: Leaving]
OtakuSenpai has joined #ponylang
OtakuSenpai has quit [Quit: Leaving]
SqREL has joined #ponylang
Robdor has quit [Quit: Ping timeout (120 seconds)]
Robdor has joined #ponylang
_whitelogger has joined #ponylang
OtakuSenpai has joined #ponylang
_whitelogger has joined #ponylang
_whitelogger has quit [Excess Flood]
_whitelogger has joined #ponylang
SqREL has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
OtakuSenpai has quit [Remote host closed the connection]
OtakuSenpai has joined #ponylang
SqREL has joined #ponylang
OtakuSenpai has quit [Remote host closed the connection]
endformationage has joined #ponylang
SqREL has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rkallos_work has joined #ponylang
<rkallos_work> Trying to fix the Path.clean() thing, and I'm running into a compile error with ponyc 0.25.0: https://pastebin.com/evBkeRUU
<rkallos_work> The most peculiar line: /home/richard.kallos/src/pony/ponyc/packages/files/file_caps.pony:52:5: FileCreate val is not a subtype of FileCreate val
SqREL has joined #ponylang
<SeanTAllen> yeah thats an interesting one
<rkallos_work> Are you by any chance able to reproduce it on your machine? I'm running ponyc in packages/files
SqREL has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<vaninwagen> rkallos_work: afaik the files package depends on capsicum or another package to compile. It works fine in combination with the full stdlib
<vaninwagen> So the 0.25.0 stdlib is actually compiling fine as a whole but the reported error still doesnt make much sense to me tbh
rkallos_work has quit [Ping timeout: 272 seconds]
<vaninwagen> There is a similar case covered by an existing ponyc issue that i dont find right now
pzel has joined #ponylang
pzel has quit [Ping timeout: 252 seconds]
SenasOzys has joined #ponylang
SenasOzys has quit [Remote host closed the connection]
rkallos_work has joined #ponylang
<rkallos_work> vaninwagen: My understanding is that ponyc is using the libs from /usr/lib/pony/packages to compile the code in ~/src/pony/ponyc/packages, so shouldn't I already be using some instantiation of the full stdlib?
pzel has joined #ponylang
pzel has quit [Ping timeout: 246 seconds]
nisanharamati has joined #ponylang
<rkallos_work> Issue and PR opened <3
<vaninwagen> Thanks a lot
endformationage has quit [Quit: WeeChat 1.9.1]
pzel has joined #ponylang
travis-ci has joined #ponylang
<travis-ci> ponylang/ponyc#5389 (master - d6df15f : Wink Saville): The build was broken.
travis-ci has left #ponylang [#ponylang]
pzel has quit [Ping timeout: 260 seconds]
endformationage has joined #ponylang
pzel has joined #ponylang
<SeanTAllen> vaninwagen: so that failure there ^ thats from the mkdocs theme change. sigh.
<SeanTAllen> looking at the travis setup for the mkdocs theme, it doesn't have `dist: trusty`
<SeanTAllen> so they might be using different distros/build images
<SeanTAllen> o also, it appears that the job on mkdocs-theme doesnt try to install it, so that would be why no error on one but there is an error when installing in the ponyc build environment
oats has left #ponylang ["WeeChat 2.2"]
pzel has quit [Ping timeout: 276 seconds]
rkallos_work has quit [Ping timeout: 250 seconds]
nisanharamati has quit []
ExtraCrispy_ has quit [Remote host closed the connection]
_whitelogger has joined #ponylang