This project is closed and read-only.
Actions
Backport #6063
closedOpenStruct#delete_field missing return value
Backport #6063:
OpenStruct#delete_field missing return value
Status:
Closed
Assignee:
-
Description
From a description of the OpenStruct#delete_field method it should return the value of the deleted field. I've found it to be broken on current trunk. Patch attached contains a fix for the issue and a test for it.
Files
Updated by marcandre (Marc-Andre Lafortune) over 14 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
This issue was solved with changeset r34755.
Nick, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
-
lib/ostruct.rb (delete_field): Bug fix so previous value is returned.
Patch by Nick Recobra [Bug #6063] -
test/ostruct/test_ostruct.rb: Test for above
Updated by marcandre (Marc-Andre Lafortune) over 14 years ago
- Tracker changed from Bug to Backport
- Project changed from Ruby to 13
- Category deleted (
lib) - Status changed from Closed to Open
- Target version deleted (
1.9.3)
Updated by naruse (Yui NARUSE) over 14 years ago
- Status changed from Open to Closed
Actions