Project

General

Profile

Actions

バグ #1214

closed

modify_worldが機能していない

Added by Akira Ouchi over 6 years ago. Updated over 6 years ago.

Status:
終了
Priority:
通常
Assignee:
Target version:
プラグイン名:
world
クラッシュする:
No

Description

Twitter, Worldonの各Worldで、起動時にアカウント情報を取得してmodify_worldを呼んでいますが、
modify_worldの中の「if Plugin::World::Keep.accounts.has_key? target.slug」が真にならないため、
アカウント情報ファイルが更新できていません。
( https://dev.mikutter.hachune.net/projects/mikutter/repository/revisions/master/entry/core/plugin/world/world.rb#L123 )

has_key?ではキーを指定する必要があるので、target.slug(文字列)ではなくtarget.slug.to_sym(シンボル変換)にしたら真になりました。
パッチを添付します。


Files

modify_world_to_sym.diff (508 Bytes) modify_world_to_sym.diff Akira Ouchi, 2018-04-26 01:08
Actions #1

Updated by toshi_a 初音 over 6 years ago

  • Status changed from 分類待ち to パッチ適用待ち
  • Assignee set to toshi_a 初音

アッwww

Actions #2

Updated by toshi_a 初音 over 6 years ago

  • Status changed from パッチ適用待ち to レビュー待ち
  • Assignee changed from toshi_a 初音 to Akira Ouchi
  • ブランチ set to topic/1214-modify-world-fix

パッチ適用しました。一応見てもらっていいですか。

Actions #3

Updated by Akira Ouchi over 6 years ago

  • Status changed from レビュー待ち to マージ待ち

:ok_yu-ko:

Actions #4

Updated by toshi_a 初音 over 6 years ago

  • Status changed from マージ待ち to 終了

thx

Actions

Also available in: Atom PDF