Backport #8292
closedREADME.EXT.ja の Data_Wrap_Struct の所の文章がコード片と一致しない (patch)
Description
=begin
例示されているコード片は、
Data_Wrap_Struct(klass, mark, free, sval)
となっていて、ptrという引数は無いのに、文章では、
... ptrはカプセル化する
-Cの構造体へのポインタです.
となっています。
英語版を参照して書き直しました。
=end
Files
Updated by metanest (Makoto Kishimoto) over 11 years ago
- Assignee deleted (
zzak (zzak _))
Updated by kou (Kouhei Sutou) over 11 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
This issue was solved with changeset r40374.
Makoto, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
- README.EXT.ja (Data_Wrap_Struct): Remove a description about
orphan argument. Oh, I renamed the argument name without
changing description at r36180... Sorry....
Patch by Makoto Kishimoto. Thanks!!! [ruby-dev:47269] [Bug #8292] - README.EXT.ja (Data_Make_Struct): Add a sample code that describes
how it works.
Patch by Makoto Kishimoto. Thanks!!! [ruby-dev:47269] [Bug #8292]
Updated by kou (Kouhei Sutou) over 11 years ago
ありがとうございます!
そのままパッチをあてました!
Updated by nagachika (Tomoyuki Chikanaga) over 11 years ago
- Tracker changed from Bug to Backport
- Project changed from Ruby master to Backport200
- Category deleted (
doc) - Status changed from Closed to Assigned
- Assignee set to nagachika (Tomoyuki Chikanaga)
Updated by nagachika (Tomoyuki Chikanaga) over 11 years ago
- Status changed from Assigned to Closed
This issue was solved with changeset r40378.
Makoto, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
merge revision(s) 40374: [Backport #8292]
* README.EXT.ja (Data_Wrap_Struct): Remove a description about
orphan argument. Oh, I renamed the argument name without
changing description at r36180... Sorry....
Patch by Makoto Kishimoto. Thanks!!! [ruby-dev:47269] [Bug #8292]
* README.EXT.ja (Data_Make_Struct): Add a sample code that describes
how it works.
Patch by Makoto Kishimoto. Thanks!!! [ruby-dev:47269] [Bug #8292]
Updated by zzak (zzak _) over 11 years ago
Sorry I missed this one!
On Fri, Apr 19, 2013 at 9:03 AM, kou (Kouhei Sutou) kou@cozmixng.orgwrote:
Issue #8292 has been updated by kou (Kouhei Sutou).
ありがとうございます!
そのままパッチをあてました!Bug #8292: README.EXT.ja の Data_Wrap_Struct の所の文章がコード片と一致しない (patch)
https://bugs.ruby-lang.org/issues/8292#change-38749Author: metanest (Makoto Kishimoto)
Status: Closed
Priority: Normal
Assignee:
Category: doc
Target version:
ruby -v: ruby 2.1.0dev (2013-04-14 trunk 40286) [x86_64-freebsd8.3]
Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN=begin
例示されているコード片は、
Data_Wrap_Struct(klass, mark, free, sval)
となっていて、ptrという引数は無いのに、文章では、
... ptrはカプセル化する
-Cの構造体へのポインタです.
となっています。英語版を参照して書き直しました。
=end