Complex works
Reported by kmeyer | October 9th, 2007 @ 07:32 PM | in 1.0 preview
Complex had a couple issues:
1) rbx has no undef
2) Class had /attr_(reader|writer|accessor)\(\)/ but no attr()
Changes:
1) defined the method with a body of raise NoMethodError
2) Added attr() to kernel/core/class.rb
Comments and changes to this ticket
-
Arthur Schreiber October 10th, 2007 @ 04:46 AM
- → State changed from new to invalid
Class#attr was added in one of the latest commits. undef does not work yet, but it already raises a warning and will hopefully get implemented soon, so we don't have to explicitly raise a NoMethodError here.
-
Ryan Davis February 22nd, 2008 @ 02:37 PM
- → Milestone changed from to 1.0 preview
-
Marnen Laibow-Koser April 17th, 2008 @ 05:04 PM
I just noticed that Complex is completely unspec'ed. I'll see what I can do about that.
-
Marnen Laibow-Koser April 17th, 2008 @ 08:38 PM
Here's a set of patches with some specs for Complex. It's not everything, but it's a start.
-
Marnen Laibow-Koser April 17th, 2008 @ 08:41 PM
I'm not sure the file upload worked. Here's another try.
-
Marnen Laibow-Koser April 17th, 2008 @ 08:43 PM
OK, it did work. The file in question is called patch.zip (yeah, I know, I'll use a more descriptive name next time).
-
Marnen Laibow-Koser April 17th, 2008 @ 08:44 PM
I'm not sure the file upload worked. Here's another try.
-
-
Dirkjan Bussink April 18th, 2008 @ 02:02 PM
- → State changed from invalid to open
Reopening because it was marked as invalid before
-
Ryan Davis April 29th, 2008 @ 04:51 PM
- → Assigned user changed from to Brian Ford
-
Brian Ford May 8th, 2008 @ 11:09 PM
- → State changed from open to resolved
It appears these patches were already committed by Marnen. Closing the ticket. Reopen if necessary.
Please Login or create a free account to add a new comment.
You can update this ticket by sending an email to from your email client. (help)
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
