codec1 has quit [Read error: Connection reset by peer]
Candle has quit [Ping timeout: 255 seconds]
Candle has joined #ponylang
SenasOzys has quit [Ping timeout: 240 seconds]
chasegeaton has joined #ponylang
<chasegeaton>
Thank you SeanTAllen!
khan has quit [Quit: khan]
khan has joined #ponylang
khan has quit [Client Quit]
khan has joined #ponylang
endformationage has quit [Quit: WeeChat 1.9.1]
khan has quit [Quit: khan]
khan has joined #ponylang
khan has quit [Client Quit]
khan has joined #ponylang
patroclos has joined #ponylang
jonrh_ has joined #ponylang
QshelTier has joined #ponylang
bbhoss_ has joined #ponylang
jonrh has quit [*.net *.split]
bbhoss has quit [*.net *.split]
irx[m] has quit [*.net *.split]
Schwarzbaer has quit [*.net *.split]
Bombe has quit [*.net *.split]
bbhoss_ is now known as bbhoss
jonrh_ is now known as jonrh
SenasOzys has joined #ponylang
Schwarzbaer has joined #ponylang
irx[m] has joined #ponylang
gokr has joined #ponylang
chasegeaton has quit [Quit: Leaving]
patroclos has quit [Ping timeout: 256 seconds]
dipin has quit [Quit: dipin]
SenasOzys has quit [Read error: Connection reset by peer]
SenasOzys has joined #ponylang
khan has quit [Quit: khan]
SenasOzys has quit [Ping timeout: 255 seconds]
codec1 has joined #ponylang
user10032 has joined #ponylang
SenasOzys has joined #ponylang
khan has joined #ponylang
gokr has quit [Ping timeout: 264 seconds]
alxs has joined #ponylang
gokr has joined #ponylang
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
SenasOzys has quit [Remote host closed the connection]
alxs has joined #ponylang
SenasOzys 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
<SeanTAllen>
you're welcome chasegeaton
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
aturley has joined #ponylang
codec2 has joined #ponylang
codec1 has quit [Read error: Connection reset by peer]
alxs has joined #ponylang
SenasOzys has quit [Ping timeout: 240 seconds]
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
alxs has joined #ponylang
gokr has quit [Ping timeout: 264 seconds]
dipin has joined #ponylang
ensrettet has joined #ponylang
SenasOzys has joined #ponylang
ensrettet has quit [Client Quit]
gokr has joined #ponylang
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
jemc has joined #ponylang
alxs has joined #ponylang
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
alxs has joined #ponylang
alxs has quit [Client Quit]
alxs has joined #ponylang
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
nisanharamati has joined #ponylang
dipin has quit [Ping timeout: 265 seconds]
dipin has joined #ponylang
alxs has joined #ponylang
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
alxs has joined #ponylang
gokr has quit [Ping timeout: 240 seconds]
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
aturley has quit [Quit: aturley]
alxs has joined #ponylang
khan has quit [Quit: khan]
khan has joined #ponylang
khan has quit [Client Quit]
khan has joined #ponylang
patroclos has joined #ponylang
codec2 has quit [Quit: Leaving.]
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
alxs has joined #ponylang
_whitelogger has joined #ponylang
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
alxs has joined #ponylang
codec1 has joined #ponylang
alxs has quit [Client Quit]
gokr has joined #ponylang
jemc has quit [Ping timeout: 248 seconds]
jemc has joined #ponylang
<strmpnk>
Does anyone else get their tty mode screwed up after running make test? `stty sane` fixes it but I'm wondering if Pony might be failing to reset something?
SenasOzys has quit [Remote host closed the connection]
<SeanTAllen>
strmpnk: it works fine for me eveywhere EXCEPT when I am building docker images and run `make test` there
<SeanTAllen>
then its all jacked up
<SeanTAllen>
when i build a docker image for pony CI, i always make sure that make test works in it, and afterwards the tty is always messed up
<strmpnk>
SeanTAllen: I'm tempted to wrap all my make targets with stty sane calls.
<SeanTAllen>
what terminal are you using?
<strmpnk>
gnome-terminal in this case.
<SeanTAllen>
im assuming its something it hates in the color codes
<strmpnk>
Also conhost.exe.
<SeanTAllen>
i have no issues with bash or zsh on macos
<SeanTAllen>
and no issues with bash in vagrant vms (various distros)
<SeanTAllen>
but bash in docker with same distros sure hates me
<strmpnk>
Hmm. Well, this is WSL so maybe there is a ptty bug of some sort.
<strmpnk>
Actually .. take that back.
<strmpnk>
I got it on my linux box too.
<strmpnk>
Forgot that. I haven't tried macos yet with the build
<strmpnk>
It might be that macos behaves differently such that it doesn't have a problem.
<SeanTAllen>
i dont have the problem on AWS either
<SeanTAllen>
not that that is helpful
gokr has left #ponylang [#ponylang]
<strmpnk>
Nah. It is. I need to narrow down what might cause it.