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
acarrico has joined #ponylang
tokenrove has quit [Ping timeout: 240 seconds]
tokenrove has joined #ponylang
txdv has quit [Ping timeout: 240 seconds]
nisanharamati has quit [Quit: Connection closed for inactivity]
aturley_ has joined #ponylang
aturley has quit [Ping timeout: 255 seconds]
txdv has joined #ponylang
acarrico has quit [Ping timeout: 264 seconds]
jaro has quit [Ping timeout: 276 seconds]
jaro_ has quit [Ping timeout: 256 seconds]
alxs has joined #ponylang
alxs has quit [Client Quit]
bimawa3 has joined #ponylang
bimawa3 has quit [Ping timeout: 265 seconds]
bimawa3 has joined #ponylang
bimawa3 has quit [Ping timeout: 256 seconds]
Rachel has joined #ponylang
Rachel is now known as Guest40186
endformationage has quit [Quit: WeeChat 1.9.1]
betawaffle has quit [Excess Flood]
betawaffle has joined #ponylang
Guest40186 has left #ponylang ["Textual IRC Client: www.textualapp.com"]
rblasucci has joined #ponylang
vaninwagen has joined #ponylang
vaninwagen_ has joined #ponylang
vaninwagen has quit [Ping timeout: 256 seconds]
Shorttail has joined #ponylang
<Shorttail> Is there a way to quiet tests? Like, only show tests that failed?
<vaninwagen_> Shorttail: did you try running them with --noprog ?
<vaninwagen_> that is not exactly showing only failed tests but, it gets closer
<vaninwagen_> a little
<Shorttail> Much better, thanks. I'll come back and complain when I get enough tests to fill the screen. :P
<Shorttail> vaninwagen_: I don't see --noprog in ponyc --help and I didn't find it in the test page. Is it documented somewhere?
<vaninwagen_> not directly documented, but https://stdlib.ponylang.org/src/ponytest/pony_test/#L391
<vaninwagen_> it is available in the help of the test binary
bimawa3 has joined #ponylang
rblasucci has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
brainproxy has quit [Ping timeout: 260 seconds]
rblasucci has joined #ponylang
Shorttail has quit [Ping timeout: 260 seconds]
brainproxy has joined #ponylang
brainproxy has quit [Ping timeout: 268 seconds]
bimawa4 has joined #ponylang
rkallos2 has joined #ponylang
bimawa3 has quit [Ping timeout: 248 seconds]
rkallos has quit [Ping timeout: 240 seconds]
rblasucci has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
brainproxy has joined #ponylang
bimawa has joined #ponylang
bimawa4 has quit [Ping timeout: 260 seconds]
alxs has joined #ponylang
rblasucci has joined #ponylang
ExtraCrispy has joined #ponylang
brainproxy has quit [Ping timeout: 268 seconds]
alxs has quit [Ping timeout: 256 seconds]
_andre has joined #ponylang
bimawa has quit [Ping timeout: 265 seconds]
bimawa2 has joined #ponylang
brainproxy has joined #ponylang
aturley_ has quit [Quit: aturley_]
aturley has joined #ponylang
bimawa2 has quit [Ping timeout: 240 seconds]
brainproxy has quit [Ping timeout: 245 seconds]
bimawa2 has joined #ponylang
brainproxy has joined #ponylang
alxs has joined #ponylang
jaro has joined #ponylang
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
alxs has joined #ponylang
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
alxs has joined #ponylang
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
rblasucci has quit [Quit: Textual IRC Client: www.textualapp.com]
alxs has joined #ponylang
endformationage has joined #ponylang
alxs_ has joined #ponylang
alxs has quit [Ping timeout: 256 seconds]
alxs_ has quit [Quit: Computer's gone to sleep. ZZZzzz…]
alxs has joined #ponylang
alxs has quit [Client Quit]
alxs has joined #ponylang
kempe has quit [Quit: WeeChat 1.8]
kempe has joined #ponylang
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
acarrico has joined #ponylang
<emilbayes> I have a question about "inheriting" from string
<emilbayes> I have this "SecretString" class that I want to use to store cryptographic keys
<emilbayes> So I'm using the custom allocator that does a bunch of stuff behind the scenes. But I also want to be able to write to the SecretString as it is being "constructed" while I want it to be come val later. How is the best way to go about this? I've seen others wrap a "buffer" in string an "proxy" to that through a _inner variable
<emilbayes> But I'm having trouble figuring out the reference capabilities and whether this _inner idea is good in this case
<emilbayes> I'm also a bit confused as to why the _final, which is box, is used to clean up resources from C. box means it's read-only, right? So if I do something like free an object from C there, wouldn't that possibly cause problems like double frees?
bimawa2 has quit [Ping timeout: 276 seconds]
bimawa2 has joined #ponylang
bimawa2 has quit [Ping timeout: 264 seconds]
_andre has quit [Quit: leaving]
brainpro1 has joined #ponylang
brainproxy has quit [Ping timeout: 256 seconds]
bimawa2 has joined #ponylang
bimawa2 has quit [Ping timeout: 240 seconds]
vaninwagen_ has quit [Ping timeout: 265 seconds]