mdom / txtnix

Decentralised, minimalist microblogging service for hackers
Other
15 stars 1 forks source link

Can't locate object method "delay" via package "Mojo::IOLoop" #26

Closed eserte closed 3 years ago

eserte commented 3 years ago

The test suite started to fail:

... Can't locate object method "delay" via package "Mojo::IOLoop" at /usr/home/cpansand/.cpan/build/2021030619/App-txtnix-0.07-2/blib/lib/App/txtnix.pm line 197. t/get_tweets.t .......... Dubious, test returned 255 (wstat 65280, 0xff00) No subtests run ... Can't locate object method "delay" via package "Mojo::IOLoop" at /usr/home/cpansand/.cpan/build/2021030619/App-txtnix-0.07-2/blib/lib/App/txtnix.pm line 197. t/run.t ................. Dubious, test returned 255 (wstat 65280, 0xff00) No subtests run ...

Statistical analysis suggests that the problem started with Mojolicious 9.x:


Regression 'mod:Mojolicious'


Name Theta StdErr T-stat [0='const'] 1.0000 0.0000 44006661644234120.00 [1='eq_6.55'] 0.0000 0.0000 0.49 [2='eq_6.56'] 0.0000 0.0000 0.00 [3='eq_6.58'] 0.0000 0.0000 0.67 [4='eq_6.59'] 0.0000 0.0000 0.49 [5='eq_6.60'] -0.0000 0.0000 -0.24 [6='eq_6.61'] 0.0000 0.0000 0.48 [7='eq_6.62'] 0.0000 0.0000 0.57 [8='eq_6.66'] -0.0000 0.0000 -0.26 [9='eq_7.0'] -0.0000 0.0000 -0.89 [10='eq_7.03'] -0.0000 0.0000 -0.53 [11='eq_7.07'] 0.0000 0.0000 1.12 [12='eq_7.08'] 0.0000 0.0000 0.45 [13='eq_7.09'] 0.0000 0.0000 0.00 [14='eq_7.10'] 0.0000 0.0000 0.00 [15='eq_7.12'] -0.0000 0.0000 -0.16 [16='eq_7.14'] -0.0000 0.0000 -0.22 [17='eq_7.20'] 0.0000 0.0000 0.33 [18='eq_7.21'] 0.0000 0.0000 0.38 [19='eq_7.26'] -0.0000 0.0000 -0.16 [20='eq_7.28'] 0.0000 0.0000 0.45 [21='eq_7.30'] 0.0000 0.0000 1.18 [22='eq_7.31'] 0.0000 0.0000 0.59 [23='eq_7.33'] -0.0000 0.0000 -0.45 [24='eq_7.35'] 0.0000 0.0000 1.56 [25='eq_7.36'] 0.0000 0.0000 0.67 [26='eq_7.37'] -0.0000 0.0000 -0.49 [27='eq_7.41'] -0.0000 0.0000 -0.16 [28='eq_7.43'] 0.0000 0.0000 3.57 [29='eq_7.44'] 0.0000 0.0000 0.98 [30='eq_7.45'] 0.0000 0.0000 2.23 [31='eq_7.46'] 0.0000 0.0000 1.18 [32='eq_7.48'] 0.0000 0.0000 1.14 [33='eq_7.50'] 0.0000 0.0000 1.80 [34='eq_7.54'] 0.0000 0.0000 0.98 [35='eq_7.56'] 0.0000 0.0000 0.00 [36='eq_7.57'] 0.0000 0.0000 0.98 [37='eq_7.60'] 0.0000 0.0000 2.90 [38='eq_7.61'] 0.0000 0.0000 2.23 [39='eq_7.68'] -0.0000 0.0000 -0.16 [40='eq_7.69'] -0.0000 0.0000 -0.82 [41='eq_7.71'] -0.0000 0.0000 -0.64 [42='eq_7.75'] -0.0000 0.0000 -1.63 [43='eq_7.81'] -0.0000 0.0000 -0.98 [44='eq_7.83'] -0.0000 0.0000 -0.98 [45='eq_7.84'] 0.0000 0.0000 0.98 [46='eq_8.0'] 0.0000 0.0000 2.23 [47='eq_8.07'] -0.0000 0.0000 -0.98 [48='eq_8.09'] -0.0000 0.0000 -1.34 [49='eq_8.11'] -0.0000 0.0000 -1.63 [50='eq_8.12'] -0.0000 0.0000 -1.78 [51='eq_8.13'] 0.0000 0.0000 2.29 [52='eq_8.14'] 0.0000 0.0000 1.96 [53='eq_8.15'] 0.0000 0.0000 1.06 [54='eq_8.16'] 0.0000 0.0000 3.92 [55='eq_8.33'] 0.0000 0.0000 4.24 [56='eq_8.36'] 0.0000 0.0000 6.53 [57='eq_8.50'] 0.0000 0.0000 1.63 [58='eq_9.0'] -1.0000 0.0000 -19055443459826520.00 [59='eq_9.01'] -1.0000 0.0000 -33533109706032856.00 [60='eq_9.02'] -1.0000 0.0000 -27161501249414496.00

R^2= 1.000, N= 176, K= 61

mdom commented 3 years ago

Thanks for the bug report. As I'm not using txtnix anymore and know of no one else, I will archive this project and remove it from CPAN. The userbase was small to begin with, and dwindled after that... :)

Cheers, Mario