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

abi-checker.rb now supports --skip-symbols #3

Merged
merged 1 commit into from
Jul 26, 2013
Merged

Conversation

kosaki
Copy link
Member

@kosaki kosaki commented Jul 26, 2013

現在 rubyci.org で193ブランチがABIエラーでていますが、意図的な変更なのでエラーを非表示にする方向で対応考えています。
つきましては、abi-checkerにスキップするシンボルリストを含んだファイルを与えるオプションを追加したく思います。マージを検討いただければ幸いです。

ところで、chkbuildのしくみとして200ブランチの時は --skip-symbols skip_symbols_200, 193ブランチの時は --skip-symbols skip_symbols_193 のように引数を変更することはできますか。可能であれば193の時だけ、rb_class_init_copy を除外したいのですが。
すべてのブランチ横断でシンボルリスト共有するとあっという間に、何故追加したのか分からないシンボルが増殖しそうです。

Signed-off-by: KOSAKI Motohiro <kosaki.motohiro@gmail.com>
akr added a commit that referenced this pull request Jul 26, 2013
abi-checker.rb now supports --skip-symbols
@akr akr merged commit 7daa362 into ruby:master Jul 26, 2013
@akr
Copy link
Collaborator

akr commented Jul 26, 2013

sample/build-ruby とかをみていただけると少し想像がつくかもしれませんが、
もともと組み合わせ論的に設定を変えて試せるような仕掛けになっているので、
abi-checker.rb にオプションを渡す仕掛けを作ればできます。

mame pushed a commit to mame/chkbuild that referenced this pull request Aug 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants