プロジェクト

全般

プロフィール

バグ #1481

完了

コマンド「返信」を選択するとクラッシュ

toshi_a 初音 さんが3年以上前に追加. 3年以上前に更新.

ステータス:
終了
優先度:
通常
担当者:
対象バージョン:
プラグイン名:
ブランチ:
クラッシュする:
いいえ

説明

ruby 3.0.0

/home/toshi/Project/mikutter/core/mui/gtk_postbox.rb:59:in `initialize': uninitialized constant Gtk::PostBox::Message (NameError)
Did you mean?  Gtk::MessageType

      if postable
        warn "Gtk::Postbox.new(postable) is deprecated. see https://mikutter.hachune.net/rdoc/Gtk/PostBox.html" 
        case postable
        when Message
          @to = [postable, *@to].freeze unless @to.include? postable
        when Diva::Model
          @from = postable
        end
      end

deprecated modeでMessageクラスがないとクラッシュするのは良いとして(Twitterの互換性のためなので)、vanillaの状態でこれが呼ばれるのはよくない。

toshi_a 初音 さんが3年以上前に更新

  • ステータス実装待ち から 終了 に変更

merged.

他の形式にエクスポート: Atom PDF