<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.
<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]