Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test for helptags #440

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Test for helptags #440

wants to merge 1 commit into from

Conversation

thinca
Copy link
Member

@thinca thinca commented Jun 26, 2016

実際に存在している関数に対して、help があるかどうかのテストを追加しました。
以下の項目について help が存在していないので、メンテナ各位は追加をお願いします。
メンテナ以外の方でも、わかる方はどんどん追加をお願いします。
help の追加は、この PR に直接か、master ブランチのどちらかにお願いします。どちらでも大丈夫です。(ただ同一ファイルへの追加は conflict が面倒なので片方に寄せてもらえると助かります)
help の追加は master ブランチにお願いします。このブランチがいつマージできるか不明なため、このブランチに追加してしまうとせっかく追加したのにマージするまで参照できなくなるためです。
この機会に関数の整理などでも大丈夫です。一通りテストが通ったら merge します。

  • Assertion.set_config()
  • Data.BigNum.div_mod()
  • Data.Collection.get_f()
  • Data.LazyList.first()
  • Data.LazyList.drop()
  • Data.LazyList.take_while()
  • Data.LazyList.is_empty()
  • Data.LazyList.rest()
  • Data.List.zip_fill()
  • Data.Set.frozenset()
  • Database.SQLite.query_rawdata()
  • Database.SQLite.debug_mode_to()
  • Database.SQLite.debug()
  • Interpreter.Brainf__k.run_vim_parse_execute()
  • Interpreter.Brainf__k.run_lua_parse_execute()
  • Lua.Prelude.plus()
  • Lua.Prelude.lua_namespace()
  • Process.shellescape()
  • System.Cache.Deprecated.filereadable()
  • System.Cache.Deprecated.readfile()
  • System.Cache.Deprecated.deletefile()
  • System.Cache.Deprecated.getfilename()
  • System.Cache.Deprecated.delete()
  • System.Cache.Deprecated.writefile()
  • System.Cache.Deprecated.check_old_cache()
  • System.File.move_exe()
  • System.File.copy_exe()
  • System.File.copy_vim()
  • System.File.move_vim()
  • Text.Lexer.simple_parser()
  • Vim.Buffer.get_selected_text()
  • Vim.Buffer.parse_cmdarg()
  • Vim.Buffer.edit_content()
  • Vim.Type.type_names
  • Vim.Type.types
  • Vim.WindowLayout.BorderLayout.new()
  • Vim.WindowLayout.FlowLayout.new()
  • Vim.WindowLayout.GridLayout.new()
  • Web.HTML.decodeEntityReference()
  • Web.HTML.encodeEntityReference()
  • Web.HTTP.escape()
  • Web.JSON.false()
  • Web.JSON.true()
  • Web.JSON.null()
  • Web.XML.createElement()
  • Web.XML.decodeEntityReference()
  • Web.XML.encodeEntityReference()

@thinca
Copy link
Member Author

thinca commented Jun 26, 2016

Web.* 系は今こそ #78 をやるべきという感じがする。

@aiya000
Copy link
Contributor

aiya000 commented Jun 8, 2017

このPRを見ていなくて、 #511 でData.Listのfuncref対応を進めつつ、ドキュメントがなかったものは追加してたりしてしまっていました!

ただし全部ドキュメントの書き書きは終わりましたー。

@rbtnn rbtnn mentioned this pull request Jun 8, 2017
@rhysd
Copy link
Contributor

rhysd commented Jun 8, 2017

XML やってます

@aiya000
Copy link
Contributor

aiya000 commented Jun 8, 2017

Experimental.Functorやるで〜〜

@thinca
Copy link
Member Author

thinca commented Jun 8, 2017

ブランチを最新 master に rebase して、TODO リストを更新しました。
同時に、いくつかチェック部分を修正しました。

  • Experimental.* モジュールをチェック対象から外した
  • 関数ではないメンバーに対応した

@aiya000
Copy link
Contributor

aiya000 commented Jun 8, 2017

Experimental.FunctorはDeprecated扱いにしていいということだったので、ドキュメントは書かないでおきました。

@thinca
Copy link
Member Author

thinca commented Dec 17, 2017

push -f 報告

  • 現状の master に rebase しました
  • vital#of() を使っていた箇所を vital#vital#new() に変更しました
  • Experimental.* に加えて Deprecated.* のモジュールも無視するようにしました
  • 本 PR の最初の残項目リストを最新のものに更新しました

@tyru
Copy link
Member

tyru commented Dec 17, 2017

@thinca++

vital#of() を使っていた箇所を vital#vital#of() に変更しました

s/vital#vital#of/vital#vital#new/

@thinca
Copy link
Member Author

thinca commented Dec 17, 2017

それ!
(コメントを修正ed)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants