n0toose has quit [autokilled: Host violated network policy. - Contact support@oftc.net for help. (2022-10-18 17:17:58)]
n0toose has joined #haiku
n0toose has quit [autokilled: Host violated network policy. - Contact support@oftc.net for help. (2022-10-18 17:18:52)]
matt3 has joined #haiku
<matt3>
writeln('hello haiku ...');
rennj has quit [Ping timeout: 480 seconds]
<andreasdr[m]>
Hi
<andreasdr[m]>
Whats up?
rennj has joined #haiku
<netpositive>
sun is down
mmu_man_ has joined #haiku
mmu_man has quit [Ping timeout: 480 seconds]
<andreasdr[m]>
True
matt3 has left #haiku [#haiku]
x10z has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Gaspare has quit [Quit: Gaspare]
rennj has quit [Ping timeout: 480 seconds]
lubo76 has quit [Ping timeout: 480 seconds]
jmairboeck has joined #haiku
bitigchi_3 has joined #haiku
Gaspare has joined #haiku
rennj has joined #haiku
bbjimmy has joined #haiku
Gaspare has quit [Quit: Gaspare]
mmu_man_ has quit [Ping timeout: 480 seconds]
gouchi has joined #haiku
Gaspare has joined #haiku
mmu_man has joined #haiku
bitigchi_3 has quit [Quit: Gittim, gittin, gitti.]
OrangeBomb has quit [Quit: Slacking off]
OscarL has joined #haiku
<OscarL>
I wish the crash reports included the full command line of the process in question. Really hard to determine which one of Python's test scripts is failing otherwise (there are several running in parallel, and the crash dialog only shows you the begining of the command line... that's the same for all of them :-( )
jmairboeck has quit [Quit: Konversation terminated!]
<OscarL>
Should I open a ticket for that as FeatureRequest / Enhancement? Is that even possible given the limitations of get_next_team_info()?
axeld has quit [Ping timeout: 480 seconds]
OrangeBomb has joined #haiku
rennj has quit [Ping timeout: 480 seconds]
<nephele>
Idon't know if it's possible (with the current api), but open a ticket regardless i'd say
rennj has joined #haiku
x10z has joined #haiku
<OscarL>
Thanks nephele. Will do.
rennj has quit [Ping timeout: 480 seconds]
gouchi has quit [Remote host closed the connection]
rennj has joined #haiku
tqh has quit [Quit: Leaving]
Gaspare has quit [Quit: Gaspare]
rennj has quit [Ping timeout: 480 seconds]
Gaspare has joined #haiku
rennj has joined #haiku
rennj has quit [Ping timeout: 480 seconds]
rennj has joined #haiku
bjorkintosh has quit [Remote host closed the connection]
eroux has quit [Read error: Connection reset by peer]
eroux has joined #haiku
bjorkintosh has joined #haiku
ClaudioM has joined #haiku
<OscarL>
Holy smokes... the one of Python's tests ("test_queue") took 17.5 minutes to finish... I was about to kill it... when it ended in PASS :-D
B2IA has quit [Quit: Vision[]: i've been blurred!]
B2IA has joined #haiku
<OscarL>
Still better than the ones that require 5 GB of free storage space I guess. :facepalm:
rennj has quit [Ping timeout: 480 seconds]
* OscarL
had test runs that ran for hours/days on his old job... with properly (isolated) log files... wan't much of an issue (some logs > 100 MB)... this Python test-suite dumping all on stdout seems kinda crazy.
<OscarL>
After several attepmts at isolating the most problematic ones..
<OscarL>
353 tests OK. 35 failed, 20 skipped, and a around 20 just removed :-D
<OscarL>
I'm finally approaching the point of being able to re-run them without taking your computer down. Progress!!!
B2IA has quit [Ping timeout: 480 seconds]
<OscarL>
(all of this to have a baseline to compare Python built without, and with, optimizations enabled... at least for 3.10.8)
B2IA has joined #haiku
rennj has joined #haiku
B2IA has quit [Remote host closed the connection]
<OscarL>
while building HaikiPort recipes... I assume the do NOT get their own set of running servers, right? As in... they get a "chroot" env, but, for example, debug_server is still the one from the "host"? (I ask because debug_server doesn't seems to be able to pick up configs from the "chroot" env).