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
nyarum has joined #ponylang
<SeanTAllen> I'll admit I have a hard time keeping the IRC to GitHub name mappings correct mindB
<FunkyBob> I like to keep things simple :)
bougyman_ has quit [Changing host]
bougyman_ has joined #ponylang
bougyman_ is now known as bougyman
nyarum has quit [Remote host closed the connection]
jemc has joined #ponylang
jemc has quit [Ping timeout: 268 seconds]
amclain has quit [Quit: Leaving]
Matthias247 has joined #ponylang
Matthias247 has quit [Read error: Connection reset by peer]
vaninwagen_ has joined #ponylang
<Candle> FunkyBob: not too hard for me either -- https://github.com/candlecandle
nyarum has joined #ponylang
papey_la1 has joined #ponylang
papey_lap has quit [Ping timeout: 268 seconds]
papey_la1 is now known as papey_lap
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> it was recently transferred into the `ponylang` org on GitHub and made somewhat "official" - https://github.com/ponylang/pony-stable
<andarp> jemc: great news, neat! will check it out
<andarp> is it runnable on windows?
Praetonus has joined #ponylang
<jemc> hm, probably not, as it uses the unix-based `system` function for executing shell commands: https://github.com/ponylang/pony-stable/blob/master/stable/shell.pony
<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…]
TheNet has joined #ponylang
aav has joined #ponylang
TheNet has quit [Quit: Textual IRC Client: www.textualapp.com]
nyarum has joined #ponylang
vaninwagen_ has quit [Ping timeout: 240 seconds]
_andre has quit [Quit: leaving]
Praetonus has quit [Quit: Leaving]
Matthias247 has quit [Read error: Connection reset by peer]
nyarum has quit [Remote host closed the connection]
k0nsl has quit [Quit: “If we don't believe in freedom of expression for people we despise, we don't believe in it at all — Noam Chomsky”]
k0nsl has joined #ponylang
k0nsl has joined #ponylang
k0nsl has quit [Changing host]
nyarum has joined #ponylang
nyarum has quit [Ping timeout: 245 seconds]