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
<jemc> mvzink: I don't think docstrings for fields are supported
<jemc> I think we potentially could support them, and it may be a good idea, though it would have to go through the RFC process
mvzink has quit [Quit: A merry Christmas to all, and to all a good night!]
mvzink has joined #ponylang
mvzink has quit [Client Quit]
montanonic has quit [Ping timeout: 265 seconds]
<SeanTAllen> I would support that RFC in principle. I'd love to see that.
<SeanTAllen> @jemc high five on the PR
<jemc> SeanTAllen: thanks, I'm glad it was fairly simple
<jemc> and thanks of course for doing the bisect that found the offending commit
montanonic has joined #ponylang
mvzink has joined #ponylang
mvzink has quit [Quit: A merry Christmas to all, and to all a good night!]
mvzink has joined #ponylang
mvzink has quit [Quit: A merry Christmas to all, and to all a good night!]
montanonic has quit [Ping timeout: 265 seconds]
montanonic has joined #ponylang
jemc has quit [Ping timeout: 260 seconds]
jemc has joined #ponylang
jemc has quit [Ping timeout: 244 seconds]
graaff has joined #ponylang
_whitelogger has quit [K-Lined]
_whitelogger has joined #ponylang
dtp has quit [Quit: Fix config.]
pyon has joined #ponylang
mcguire has joined #ponylang
jemc has joined #ponylang
mcguire has quit [Ping timeout: 276 seconds]
jemc has quit [Ping timeout: 265 seconds]
CcxCZ has quit [*.net *.split]
puzza007 has quit [*.net *.split]
BweeZ has quit [*.net *.split]
Fuuzetsu has quit [*.net *.split]
bodie_ has quit [*.net *.split]
bodie_ has joined #ponylang
BweeZ has joined #ponylang
Fuuzetsu has joined #ponylang
puzza007 has joined #ponylang
CcxCZ has joined #ponylang
TonyLo has joined #ponylang
<TonyLo> Hi, anyone know if it's possible to build vs-pony on VS 2015? If so, how? thx
k0nsl has quit [Ping timeout: 244 seconds]
k0nsl has joined #ponylang
pyon is now known as dtp
TonyLo has quit [Read error: Connection reset by peer]
mvzink has joined #ponylang
TonyLo has joined #ponylang
<SeanTAllen> I don't think anyone has tried
<SeanTAllen> If you succeed and there are update directions, a PR would be appreciated.
<TonyLo> Ok, thx
TonyLo has quit []
bodie_ has quit [Ping timeout: 250 seconds]
bodie_ has joined #ponylang
montanonic has joined #ponylang
<M-Ingo> Hi all, if I get a pretty big json structure, how do I best work with it?
<M-Ingo> I know I can use JsonObject.parse(), but how do I access elements of the JsonObject later?
<M-Ingo> Alternatively, how would I best manage to parse the string to get the relevant parts out of it?
TonyLo has joined #ponylang
<M-Ingo> If I want to accesss a Restfull service, which uses lots of paths with a common base-path, what is the best way to construct the different paths?
graaff has quit [Quit: Leaving]
mvzink has quit [Quit: A merry Christmas to all, and to all a good night!]
TonyLo has quit [Read error: Connection reset by peer]
montanonic has quit [Ping timeout: 272 seconds]
<doublec> M-Ingo: given the result of the parse call you can query it to see what type it is and extract the data from it
<doublec> M-Ingo: I don't understand what yo mean by "lots of paths" and "common base-path" though
<M-Ingo> Hi doublec, thank you for you answer.
<M-Ingo> I mean something like this:
<M-Ingo> So I have lots of different urls.
<M-Ingo> Is it best to construct strings and build URLs, or is it best to build URLs first, and append paths?
Matthias247 has quit [Read error: Connection reset by peer]
jmiven has joined #ponylang
<doublec> M-Ingo: I've never really used the URL class in anger so I'm not sure
mcguire has joined #ponylang
<SeanTAllen> i dont think anyone has. i bet there will be lots of RFC related stuff to come out of people doing it for the first time
dtp has quit [Quit: Fix config.]
pyon has joined #ponylang