Raku / Blin

🥞 Project Blin – Toasting Reinvented
GNU Affero General Public License v3.0
10 stars 9 forks source link

False positives of Blin in run between 2020.02 and future 2020.05 #24

Closed Altai-man closed 3 years ago

Altai-man commented 4 years ago

Blin results between 2020.02 (e51be2a177dcf7f8bed9709d09c34f11be137f13) and dispatcher-revert (f37213f881d83383a040fe4a3940fbbd86bc83fe):

Status Count Modules
UnhandledException 1 Foo::�Foo
Flapper 1 Algorithm::Trie::libdatrie
ZefFailure 7 DateTime::TimeZone Games::BubbleBreaker Gnome::Gtk3 Net::BGP PDF::Class Physics::Measure Text::Emotion
Fail 7 AI::FANN CSS::Grammar Grammar::BNF LibXML Lumberjack November Rakudo::Slippy::Semilist
InstallableButUntested 7 HTTP::Server::Async IO::Socket::Async::SSL IRC::Client Log::Minimal Time::Duration Toaster Uzu
MissingDependency 12 Acme::Skynet CSS::Module CSS::Selector::To::XPath DBIx::NamedQueries HTTP::Server::Middleware::JSON HTTP::Server::Router HTTP::Server::Router::YAML Log::ZMQ Net::Jupyter Task::Galaxy Termbox Text::TFIdf
CyclicDependency 13 Algorithm::HierarchicalPAM Algorithm::LDA Algorithm::LibSVM CSS CSS::Properties Chart::Gnuplot Foo::Dependencies::A-on-B Foo::Dependencies::B-on-A Foo::Dependencies::Self Geo::Hash HTML::Canvas HTML::Canvas::To::PDF MeCab
AlwaysFail 295 ⋯
OK 1102 ⋯

This run started on 2020-05-02T01:19:49Z and finished in ≈9 hours.

Altai-man commented 4 years ago
AlexDaniel commented 3 years ago

I don't remember now, what's the cause of these false positives? Something about stuff failing depending on whether it was installed already or not?

Altai-man commented 3 years ago

I think there is an issue about the github ecosystem - if a module is cached locally and then something is fixed on master, but gets no version bump, then local is checked out and thus the module fails, even though it technically works. I don't think this is a Blin issue, really, but I probably was too young when dealing with dispatcher reverts and created this.