[macruby-changes] [2141] MacRuby/branches/experimental/spec/frozen/tags/macruby/core/complex

source_changes at macosforge.org source_changes at macosforge.org
Sat Aug 1 20:41:29 PDT 2009


Revision: 2141
          http://trac.macosforge.org/projects/ruby/changeset/2141
Author:   lsansonetti at apple.com
Date:     2009-08-01 20:41:28 -0700 (Sat, 01 Aug 2009)
Log Message:
-----------
removing complex tags since all specs pass

Removed Paths:
-------------
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/complex/abs_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/complex/angle_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/complex/arg_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/complex/coerce_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/complex/conj_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/complex/conjugate_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/complex/denominator_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/complex/divide_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/complex/equal_value_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/complex/exponent_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/complex/rect_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/complex/rectangular_tags.txt

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/complex/abs_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/complex/abs_tags.txt	2009-08-02 03:40:51 UTC (rev 2140)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/complex/abs_tags.txt	2009-08-02 03:41:28 UTC (rev 2141)
@@ -1 +0,0 @@
-fails:Complex#abs returns the modulus: |a + bi| = sqrt((a ^ 2) + (b ^ 2))

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/complex/angle_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/complex/angle_tags.txt	2009-08-02 03:40:51 UTC (rev 2140)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/complex/angle_tags.txt	2009-08-02 03:41:28 UTC (rev 2141)
@@ -1 +0,0 @@
-fails:Complex#angle returns the argument -- i.e., the angle from (1, 0) in the complex plane

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/complex/arg_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/complex/arg_tags.txt	2009-08-02 03:40:51 UTC (rev 2140)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/complex/arg_tags.txt	2009-08-02 03:41:28 UTC (rev 2141)
@@ -1 +0,0 @@
-fails:Complex#arg returns the argument -- i.e., the angle from (1, 0) in the complex plane

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/complex/coerce_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/complex/coerce_tags.txt	2009-08-02 03:40:51 UTC (rev 2140)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/complex/coerce_tags.txt	2009-08-02 03:41:28 UTC (rev 2141)
@@ -1,5 +0,0 @@
-fails:Complex#coerce returns an array containing other and self as Complex when other is an Integer
-fails:Complex#coerce returns an array containing other and self as Complex when other is a Float
-fails:Complex#coerce returns an array containing other and self as Complex when other is a Bignum
-fails:Complex#coerce returns an array containing other and self as Complex when other is a Rational
-fails:Complex#coerce raises a TypeError when other is a String

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/complex/conj_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/complex/conj_tags.txt	2009-08-02 03:40:51 UTC (rev 2140)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/complex/conj_tags.txt	2009-08-02 03:41:28 UTC (rev 2141)
@@ -1 +0,0 @@
-fails:Complex#conj returns the complex conjugate: conj a + bi = a - bi

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/complex/conjugate_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/complex/conjugate_tags.txt	2009-08-02 03:40:51 UTC (rev 2140)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/complex/conjugate_tags.txt	2009-08-02 03:41:28 UTC (rev 2141)
@@ -1 +0,0 @@
-fails:Complex#conjugate returns the complex conjugate: conj a + bi = a - bi

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/complex/denominator_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/complex/denominator_tags.txt	2009-08-02 03:40:51 UTC (rev 2140)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/complex/denominator_tags.txt	2009-08-02 03:41:28 UTC (rev 2141)
@@ -1 +0,0 @@
-fails:Complex#denominator returns the least common multiple denominator of the real and imaginary parts

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/complex/divide_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/complex/divide_tags.txt	2009-08-02 03:40:51 UTC (rev 2140)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/complex/divide_tags.txt	2009-08-02 03:41:28 UTC (rev 2141)
@@ -1,7 +0,0 @@
-fails:Complex#/ with Complex divides according to the usual rule for complex numbers
-fails:Complex#/ with Fixnum divides both parts of the Complex number
-fails:Complex#/ with Fixnum raises a ZeroDivisionError when given zero
-fails:Complex#/ with Bignum divides both parts of the Complex number
-fails:Complex#/ with Float divides both parts of the Complex number
-fails:Complex#/ with Float returns (Infinity+Infinity*i) when given zero
-fails:Complex#/ with Object tries to coerce self into other

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/complex/equal_value_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/complex/equal_value_tags.txt	2009-08-02 03:40:51 UTC (rev 2140)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/complex/equal_value_tags.txt	2009-08-02 03:41:28 UTC (rev 2141)
@@ -1,3 +0,0 @@
-fails:Complex#== with Complex returns true when self and other have numerical equality
-fails:Complex#== with Numeric returns true when self's imaginery part is 0 and the real part and other have numerical equality
-fails:Complex#== with Object calls other#== with self

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/complex/exponent_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/complex/exponent_tags.txt	2009-08-02 03:40:51 UTC (rev 2140)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/complex/exponent_tags.txt	2009-08-02 03:41:28 UTC (rev 2141)
@@ -1,5 +0,0 @@
-fails:Complex#** when given 0 returns Complex(1)
-fails:Complex#** with Complex returns self raised to the given power
-fails:Complex#** with Integer returns self raised to the given power
-fails:Complex#** with Rational returns self raised to the given power
-fails:Complex#** with Object tries to coerce self into other

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/complex/rect_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/complex/rect_tags.txt	2009-08-02 03:40:51 UTC (rev 2140)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/complex/rect_tags.txt	2009-08-02 03:41:28 UTC (rev 2141)
@@ -1,5 +0,0 @@
-fails:Complex#rect returns an Array
-fails:Complex#rect returns a two-element Array
-fails:Complex#rect returns the real part of self as the first element
-fails:Complex#rect returns the imaginary part of self as the last element
-fails:Complex#rect raises an ArgumentError if given any arguments

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/complex/rectangular_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/complex/rectangular_tags.txt	2009-08-02 03:40:51 UTC (rev 2140)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/complex/rectangular_tags.txt	2009-08-02 03:41:28 UTC (rev 2141)
@@ -1,5 +0,0 @@
-fails:Complex#rectangular returns an Array
-fails:Complex#rectangular returns a two-element Array
-fails:Complex#rectangular returns the real part of self as the first element
-fails:Complex#rectangular returns the imaginary part of self as the last element
-fails:Complex#rectangular raises an ArgumentError if given any arguments
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090801/60a9d00d/attachment-0001.html>


More information about the macruby-changes mailing list