What | Removed | Added |
---|---|---|
Flags | needinfo?(jreidinger@suse.com) |
(In reply to David Diaz from comment #2) > (In reply to Lukas Ocilka from comment #1) > > Looks like some problem in the new feature implementation > > > > Or maybe a problem with Ruby 3? > > https://github.com/yast/yast-storage-ng/blob/ > 78da30f9ca544c8d41526b6b32797a385128c888/src/lib/y2storage/issues_reporter. > rb#L116 > > > 2022-01-05 14:13:42 <3> install(5433) [Ruby] yast/wfm.rb(handle_exception):272 Client /mounts/mp_0001/usr/share/YaST2/clients/inst_system_analysis.rb failed with 'wrong number of arguments (given 2, expected 1)' (ArgumentError). > > Backtrace: > > /mounts/mp_0001/usr/share/YaST2/lib/yast2/popup.rb:79:in `show' > > /mounts/mp_0001/usr/share/YaST2/lib/y2storage/issues_reporter.rb:116:in `issue_popup' > > @Josef, could you please check it? Yes, it is ruby3 issue as it depends on auto expanding of hash. Let me prepare fix for it ( and add unit test to prevent it next time ).