nyarum has quit [Remote host closed the connection]
_andre has joined #ponylang
nyarum has joined #ponylang
jemc has joined #ponylang
jemc has quit [Quit: WeeChat 1.4]
jemc has joined #ponylang
aav has joined #ponylang
amclain has joined #ponylang
graaff has quit [Quit: Leaving]
graaff has joined #ponylang
<andarp>
Do you accept PRs that are just spelling fixes etc?
<jemc>
andarp: yes, no PR is too small in that sense
<jemc>
we have a bit of an aversion to things like mass reformatting of style across the entire codebase, mainly because those can disrupt work of others on the same parts of the codebase, but things like spelling fixes should always be appropriate
<SeanTAllen>
andarp: please do!
vaninwagen_ has quit [Ping timeout: 246 seconds]
TheNet has joined #ponylang
<andarp>
Alright, I'm reading through tuts/github.io page and noting down stuff over time, so will send a few small ones soon then
<andarp>
Next question - what's the standard way of sharing code currently? Cloning a github repo and putting it in PONYPATH?
<andarp>
Since there is no package sharing system atm
jemc has quit [Ping timeout: 240 seconds]
nyarum has quit [Remote host closed the connection]
papey_la1 has joined #ponylang
papey_lap has quit [Ping timeout: 260 seconds]
nyarum has joined #ponylang
nyarum has quit [Remote host closed the connection]
jemc has joined #ponylang
jemc has quit [Client Quit]
jemc has joined #ponylang
<jemc>
andarp: we don't have a full-feature package manager at the moment, but I did write a simple dependency manager called `pony-stable` that many people are using to automate the process you just mentioned (fetch some code, add them to the `PONYPATH`)
<jemc>
however, it should be a relatively easy effort to port that `Shell` primitive to also work on windows, I imagine - if someone with a windows environment wanted to step in and contribute that
<jemc>
(in case you're not aware, `ifdef` expressions can be used to write plaform dependent code, as in `ifdef windows then /*...*/ else /*...*/ end)
graaff has quit [Quit: Leaving]
<jemc>
I don't think we're doing anything fancy or specific to posix shells in our shell invocations, though, so once the `Shell` primitive is cross-platform you probably wouldn't have any other issues
endformationage has joined #ponylang
jemc has quit [Ping timeout: 260 seconds]
<andarp>
Alright, that's good to know. Once I learn pony a bit better I'll have a look if I can ifdef a Windows solution
<andarp>
Im used to working in Linux environments but I have zero experience in C/C++ coding, so the whole make file, compile to native etc is new to me
Matthias247 has joined #ponylang
papey_la1 is now known as papey_lap
vaninwagen_ has joined #ponylang
aav has quit []
TheNet has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]