0000: ef bb bf 2f 2a 2a 0d 0a 20 2a 20 41 75 74 68 6f .../**.. * Autho
0010: 72 73 3a 20 6b 2e 69 6e 61 62 61 0d 0a 20 2a 20 rs: k.inaba.. *
0020: 4c 69 63 65 6e 73 65 3a 20 4e 59 53 4c 20 30 2e License: NYSL 0.
0030: 39 39 38 32 20 68 74 74 70 3a 2f 2f 77 77 77 2e 9982 http://www.
0040: 6b 6d 6f 6e 6f 73 2e 6e 65 74 2f 6e 79 73 6c 2f kmonos.net/nysl/
0050: 0d 0a 20 2a 0d 0a 20 2a 20 43 6f 6d 6d 6f 6e 20 .. *.. * Common
0060: 74 72 69 63 6b 73 20 61 6e 64 20 75 74 69 6c 69 tricks and utili
0070: 74 69 65 73 20 66 6f 72 20 70 72 6f 67 72 61 6d ties for program
0080: 6d 69 6e 67 20 69 6e 20 44 2e 0d 0a 20 2a 2f 0d ming in D... */.
0090: 0a 6d 6f 64 75 6c 65 20 70 6f 6c 65 6d 79 2e 74 .module polemy.t
00a0: 72 69 63 6b 73 3b 0d 0a 69 6d 70 6f 72 74 20 73 ricks;..import s
00b0: 74 64 2e 61 72 72 61 79 20 20 20 20 20 20 3a 20 td.array :
00c0: 61 70 70 65 6e 64 65 72 3b 0d 0a 69 6d 70 6f 72 appender;..impor
00d0: 74 20 73 74 64 2e 66 6f 72 6d 61 74 20 20 20 20 t std.format
00e0: 20 3a 20 66 6f 72 6d 61 74 74 65 64 57 72 69 74 : formattedWrit
00f0: 65 3b 0d 0a 69 6d 70 6f 72 74 20 63 6f 72 65 2e e;..import core.
0100: 65 78 63 65 70 74 69 6f 6e 20 3a 20 6f 6e 41 73 exception : onAs
0110: 73 65 72 74 45 72 72 6f 72 4d 73 67 2c 20 41 73 sertErrorMsg, As
0120: 73 65 72 74 45 72 72 6f 72 3b 0d 0a 0d 0a 2f 2f sertError;....//
0130: 2f 20 53 69 6d 70 6c 65 20 57 72 61 70 70 65 72 / Simple Wrapper
0140: 20 66 6f 72 20 73 74 64 2e 66 6f 72 6d 61 74 2e for std.format.
0150: 64 6f 46 6f 72 6d 61 74 0d 0a 0d 0a 73 74 72 69 doFormat....stri
0160: 6e 67 20 73 70 72 69 6e 74 66 28 73 74 72 69 6e ng sprintf(strin
0170: 67 20 66 6d 74 2c 20 54 2e 2e 2e 29 28 54 20 70 g fmt, T...)(T p
0180: 61 72 61 6d 73 29 0d 0a 7b 0d 0a 09 61 75 74 6f arams)..{...auto
0190: 20 77 72 69 74 65 72 20 3d 20 61 70 70 65 6e 64 writer = append
01a0: 65 72 21 73 74 72 69 6e 67 28 29 3b 0d 0a 09 66 er!string();...f
01b0: 6f 72 6d 61 74 74 65 64 57 72 69 74 65 28 77 72 ormattedWrite(wr
01c0: 69 74 65 72 2c 20 66 6d 74 2c 20 70 61 72 61 6d iter, fmt, param
01d0: 73 29 3b 0d 0a 09 72 65 74 75 72 6e 20 77 72 69 s);...return wri
01e0: 74 65 72 2e 64 61 74 61 3b 0d 0a 7d 0d 0a 0d 0a ter.data;..}....
01f0: 75 6e 69 74 74 65 73 74 0d 0a 7b 0d 0a 09 61 73 unittest..{...as
0200: 73 65 72 74 28 20 73 70 72 69 6e 74 66 21 22 25 sert( sprintf!"%
0210: 73 20 3d 3d 20 25 64 22 28 22 31 2b 32 22 2c 20 s == %d"("1+2",
0220: 33 29 20 3d 3d 20 22 31 2b 32 20 3d 3d 20 33 22 3) == "1+2 == 3"
0230: 20 29 3b 0d 0a 09 61 73 73 65 72 74 28 20 73 70 );...assert( sp
0240: 72 69 6e 74 66 21 22 25 73 20 3d 3d 20 25 30 34 rintf!"%s == %04
0250: 64 22 28 22 31 2b 32 22 2c 20 33 29 20 3d 3d 20 d"("1+2", 3) ==
0260: 22 31 2b 32 20 3d 3d 20 30 30 30 33 22 20 29 3b "1+2 == 0003" );
0270: 0d 0a 7d 0d 0a 0d 0a 2f 2f 2f 20 55 6e 69 74 74 ..}..../// Unitt
0280: 65 73 74 20 68 65 6c 70 65 72 20 74 68 61 74 20 est helper that
0290: 61 73 73 65 72 74 73 20 61 6e 20 65 78 70 72 65 asserts an expre
02a0: 73 73 69 6f 6e 20 6d 75 73 74 20 74 68 72 6f 77 ssion must throw
02b0: 20 73 6f 6d 65 74 68 69 6e 67 0d 0a 0d 0a 76 6f something....vo
02c0: 69 64 20 61 73 73 65 72 74 5f 74 68 72 6f 77 28 id assert_throw(
02d0: 45 78 63 65 70 74 69 6f 6e 54 79 70 65 2c 20 54 ExceptionType, T
02e0: 2c 20 73 74 72 69 6e 67 20 66 6e 3d 5f 5f 46 49 , string fn=__FI
02f0: 4c 45 5f 5f 2c 20 69 6e 74 20 6c 6e 3d 5f 5f 4c LE__, int ln=__L
0300: 49 4e 45 5f 5f 29 28 6c 61 7a 79 20 54 20 74 2c INE__)(lazy T t,
0310: 20 73 74 72 69 6e 67 20 6d 73 67 3d 22 22 29 0d string msg="").
0320: 0a 7b 0d 0a 09 74 72 79 20 7b 0d 0a 09 09 74 28 .{...try {....t(
0330: 29 3b 0d 0a 09 7d 20 63 61 74 63 68 28 45 78 63 );...} catch(Exc
0340: 65 70 74 69 6f 6e 54 79 70 65 29 20 7b 0d 0a 09 eptionType) {...
0350: 09 72 65 74 75 72 6e 3b 0d 0a 09 7d 20 63 61 74 .return;...} cat
0360: 63 68 28 54 68 72 6f 77 61 62 6c 65 20 65 29 20 ch(Throwable e)
0370: 7b 0d 0a 09 09 6f 6e 41 73 73 65 72 74 45 72 72 {....onAssertErr
0380: 6f 72 4d 73 67 28 66 6e 2c 20 6c 6e 2c 20 6d 73 orMsg(fn, ln, ms
0390: 67 2e 6c 65 6e 67 74 68 20 3f 20 6d 73 67 20 3a g.length ? msg :
03a0: 20 73 70 72 69 6e 74 66 21 22 65 78 63 65 70 74 sprintf!"except
03b0: 69 6f 6e 20 5b 25 73 5d 22 28 65 29 29 3b 0d 0a ion [%s]"(e));..
03c0: 09 7d 0d 0a 09 6f 6e 41 73 73 65 72 74 45 72 72 .}...onAssertErr
03d0: 6f 72 4d 73 67 28 66 6e 2c 20 6c 6e 2c 20 6d 73 orMsg(fn, ln, ms
03e0: 67 2e 6c 65 6e 67 74 68 20 3f 20 6d 73 67 20 3a g.length ? msg :
03f0: 20 22 6e 6f 20 65 78 65 63 70 74 69 6f 6e 22 29 "no execption")
0400: 3b 0d 0a 7d 0d 0a 0d 0a 2f 2f 2f 20 55 6e 69 74 ;..}..../// Unit
0410: 74 65 73 74 20 68 65 6c 70 65 72 20 74 68 61 74 test helper that
0420: 20 61 73 73 65 72 74 73 20 61 6e 20 65 78 70 72 asserts an expr
0430: 65 73 73 69 6f 6e 20 6d 75 73 74 20 6e 6f 74 20 ession must not
0440: 74 68 72 6f 77 20 61 6e 79 74 68 69 6e 67 0d 0a throw anything..
0450: 0d 0a 76 6f 69 64 20 61 73 73 65 72 74 5f 6e 6f ..void assert_no
0460: 74 68 72 6f 77 28 54 2c 20 73 74 72 69 6e 67 20 throw(T, string
0470: 66 6e 3d 5f 5f 46 49 4c 45 5f 5f 2c 20 69 6e 74 fn=__FILE__, int
0480: 20 6c 6e 3d 5f 5f 4c 49 4e 45 5f 5f 29 28 6c 61 ln=__LINE__)(la
0490: 7a 79 20 54 20 74 2c 20 73 74 72 69 6e 67 20 6d zy T t, string m
04a0: 73 67 3d 22 22 29 0d 0a 7b 0d 0a 09 74 72 79 20 sg="")..{...try
04b0: 7b 0d 0a 09 09 74 28 29 3b 0d 0a 09 7d 20 63 61 {....t();...} ca
04c0: 74 63 68 28 54 68 72 6f 77 61 62 6c 65 20 65 29 tch(Throwable e)
04d0: 20 7b 0d 0a 09 09 6f 6e 41 73 73 65 72 74 45 72 {....onAssertEr
04e0: 72 6f 72 4d 73 67 28 66 6e 2c 20 6c 6e 2c 20 6d rorMsg(fn, ln, m
04f0: 73 67 2e 6c 65 6e 67 74 68 20 3f 20 6d 73 67 20 sg.length ? msg
0500: 3a 20 73 70 72 69 6e 74 66 21 22 65 78 63 65 70 : sprintf!"excep
0510: 74 69 6f 6e 20 5b 25 73 5d 22 28 65 29 29 3b 0d tion [%s]"(e));.
0520: 0a 09 7d 0d 0a 7d 0d 0a 0d 0a 75 6e 69 74 74 65 ..}..}....unitte
0530: 73 74 0d 0a 7b 0d 0a 09 61 75 74 6f 20 65 72 72 st..{...auto err
0540: 6f 72 20 3d 20 7b 74 68 72 6f 77 20 6e 65 77 20 or = {throw new
0550: 45 72 72 6f 72 28 22 68 65 6c 6c 6f 22 29 3b 7d Error("hello");}
0560: 3b 0d 0a 09 61 75 74 6f 20 6e 6f 74 68 69 6e 67 ;...auto nothing
0570: 20 3d 20 28 29 7b 7d 3b 0d 0a 09 61 75 74 6f 20 = (){};...auto
0580: 61 73 73 65 72 74 45 72 72 6f 72 20 3d 20 7b 61 assertError = {a
0590: 73 73 65 72 74 28 30 29 3b 7d 3b 0d 0a 0d 0a 09 ssert(0);};.....
05a0: 61 73 73 65 72 74 5f 6e 6f 74 68 72 6f 77 20 20 assert_nothrow
05b0: 20 20 20 20 20 20 20 20 28 20 61 73 73 65 72 74 ( assert
05c0: 5f 6e 6f 74 68 72 6f 77 28 6e 6f 74 68 69 6e 67 _nothrow(nothing
05d0: 28 29 29 20 29 3b 0d 0a 09 61 73 73 65 72 74 5f ()) );...assert_
05e0: 74 68 72 6f 77 21 41 73 73 65 72 74 45 72 72 6f throw!AssertErro
05f0: 72 28 20 61 73 73 65 72 74 5f 6e 6f 74 68 72 6f r( assert_nothro
0600: 77 28 65 72 72 6f 72 28 29 29 20 29 3b 0d 0a 09 w(error()) );...
0610: 61 73 73 65 72 74 5f 74 68 72 6f 77 21 41 73 73 assert_throw!Ass
0620: 65 72 74 45 72 72 6f 72 28 20 61 73 73 65 72 74 ertError( assert
0630: 5f 6e 6f 74 68 72 6f 77 28 61 73 73 65 72 74 45 _nothrow(assertE
0640: 72 72 6f 72 28 29 29 20 29 3b 0d 0a 0d 0a 09 61 rror()) );.....a
0650: 73 73 65 72 74 5f 6e 6f 74 68 72 6f 77 20 20 20 ssert_nothrow
0660: 20 20 20 20 20 20 20 28 20 61 73 73 65 72 74 5f ( assert_
0670: 74 68 72 6f 77 21 45 72 72 6f 72 28 65 72 72 6f throw!Error(erro
0680: 72 28 29 29 20 29 3b 0d 0a 09 61 73 73 65 72 74 r()) );...assert
0690: 5f 74 68 72 6f 77 21 41 73 73 65 72 74 45 72 72 _throw!AssertErr
06a0: 6f 72 28 20 61 73 73 65 72 74 5f 74 68 72 6f 77 or( assert_throw
06b0: 21 45 72 72 6f 72 28 6e 6f 74 68 69 6e 67 28 29 !Error(nothing()
06c0: 29 20 29 3b 0d 0a 09 61 73 73 65 72 74 5f 6e 6f ) );...assert_no
06d0: 74 68 72 6f 77 20 20 20 20 20 20 20 20 20 20 28 throw (
06e0: 20 61 73 73 65 72 74 5f 74 68 72 6f 77 21 45 72 assert_throw!Er
06f0: 72 6f 72 28 61 73 73 65 72 74 45 72 72 6f 72 28 ror(assertError(
0700: 29 29 20 29 3b 0d 0a 09 61 73 73 65 72 74 5f 74 )) );...assert_t
0710: 68 72 6f 77 21 41 73 73 65 72 74 45 72 72 6f 72 hrow!AssertError
0720: 28 20 61 73 73 65 72 74 5f 74 68 72 6f 77 21 41 ( assert_throw!A
0730: 73 73 65 72 74 45 72 72 6f 72 28 65 72 72 6f 72 ssertError(error
0740: 28 29 29 20 29 3b 0d 0a 7d 0d 0a 0d 0a 2f 2f 2f ()) );..}....///
0750: 20 55 6e 69 74 74 65 73 74 20 68 65 6c 70 65 72 Unittest helper
0760: 73 20 61 73 73 65 72 74 69 6e 67 20 74 77 6f 20 s asserting two
0770: 76 61 6c 75 65 73 20 61 72 65 20 69 6e 20 73 6f values are in so
0780: 6d 65 20 72 65 6c 61 74 69 6f 6e 20 3d 3d 2c 20 me relation ==,
0790: 21 3d 2c 20 3c 2c 20 3c 3d 2c 20 3e 2c 20 3e 3d !=, <, <=, >, >=
07a0: 0d 0a 0d 0a 74 65 6d 70 6c 61 74 65 20 61 73 73 ....template ass
07b0: 65 72 74 4f 70 28 73 74 72 69 6e 67 20 6f 70 29 ertOp(string op)
07c0: 0d 0a 7b 0d 0a 09 76 6f 69 64 20 61 73 73 65 72 ..{...void asser
07d0: 74 4f 70 28 41 2c 20 42 2c 20 73 74 72 69 6e 67 tOp(A, B, string
07e0: 20 66 6e 3d 5f 5f 46 49 4c 45 5f 5f 2c 20 69 6e fn=__FILE__, in
07f0: 74 20 6c 6e 3d 5f 5f 4c 49 4e 45 5f 5f 29 28 41 t ln=__LINE__)(A
0800: 20 61 2c 20 42 20 62 2c 20 73 74 72 69 6e 67 20 a, B b, string
0810: 6d 73 67 3d 22 22 29 0d 0a 09 7b 0d 0a 09 09 74 msg="")...{....t
0820: 72 79 20 7b 0d 0a 09 09 09 69 66 28 20 6d 69 78 ry {.....if( mix
0830: 69 6e 28 22 61 22 7e 6f 70 7e 22 62 22 29 20 29 in("a"~op~"b") )
0840: 20 72 65 74 75 72 6e 3b 0d 0a 09 09 7d 20 63 61 return;....} ca
0850: 74 63 68 28 54 68 72 6f 77 61 62 6c 65 20 65 29 tch(Throwable e)
0860: 20 7b 0d 0a 09 09 09 6f 6e 41 73 73 65 72 74 45 {.....onAssertE
0870: 72 72 6f 72 4d 73 67 28 66 6e 2c 20 6c 6e 2c 20 rrorMsg(fn, ln,
0880: 6d 73 67 2e 6c 65 6e 67 74 68 20 3f 20 6d 73 67 msg.length ? msg
0890: 20 3a 20 73 70 72 69 6e 74 66 21 22 65 78 63 65 : sprintf!"exce
08a0: 70 74 69 6f 6e 20 5b 25 73 5d 22 28 65 29 29 3b ption [%s]"(e));
08b0: 0d 0a 09 09 7d 0d 0a 09 09 6f 6e 41 73 73 65 72 ....}....onAsser
08c0: 74 45 72 72 6f 72 4d 73 67 28 66 6e 2c 20 6c 6e tErrorMsg(fn, ln
08d0: 2c 20 6d 73 67 2e 6c 65 6e 67 74 68 20 3f 20 6d , msg.length ? m
08e0: 73 67 20 3a 20 73 70 72 69 6e 74 66 21 22 25 73 sg : sprintf!"%s
08f0: 20 21 25 73 20 25 73 22 28 61 2c 6f 70 2c 62 29 !%s %s"(a,op,b)
0900: 29 3b 0d 0a 09 7d 0d 0a 7d 0d 0a 0d 0a 61 6c 69 );...}..}....ali
0910: 61 73 20 61 73 73 65 72 74 4f 70 21 28 60 3d 3d as assertOp!(`==
0920: 60 29 20 61 73 73 65 72 74 5f 65 71 3b 0d 0a 61 `) assert_eq;..a
0930: 6c 69 61 73 20 61 73 73 65 72 74 4f 70 21 28 60 lias assertOp!(`
0940: 21 3d 60 29 20 61 73 73 65 72 74 5f 6e 65 3b 0d !=`) assert_ne;.
0950: 0a 61 6c 69 61 73 20 61 73 73 65 72 74 4f 70 21 .alias assertOp!
0960: 28 60 3c 60 29 20 20 61 73 73 65 72 74 5f 6c 74 (`<`) assert_lt
0970: 3b 0d 0a 61 6c 69 61 73 20 61 73 73 65 72 74 4f ;..alias assertO
0980: 70 21 28 60 3c 3d 60 29 20 61 73 73 65 72 74 5f p!(`<=`) assert_
0990: 6c 65 3b 0d 0a 61 6c 69 61 73 20 61 73 73 65 72 le;..alias asser
09a0: 74 4f 70 21 28 60 3e 60 29 20 20 61 73 73 65 72 tOp!(`>`) asser
09b0: 74 5f 67 74 3b 0d 0a 61 6c 69 61 73 20 61 73 73 t_gt;..alias ass
09c0: 65 72 74 4f 70 21 28 60 3e 3d 60 29 20 61 73 73 ertOp!(`>=`) ass
09d0: 65 72 74 5f 67 65 3b 0d 0a 0d 0a 75 6e 69 74 74 ert_ge;....unitt
09e0: 65 73 74 0d 0a 7b 0d 0a 09 61 73 73 65 72 74 5f est..{...assert_
09f0: 6e 6f 74 68 72 6f 77 28 20 61 73 73 65 72 74 5f nothrow( assert_
0a00: 65 71 28 22 66 6f 6f 22 2c 20 22 66 6f 6f 22 29 eq("foo", "foo")
0a10: 20 29 3b 0d 0a 09 61 73 73 65 72 74 5f 6e 6f 74 );...assert_not
0a20: 68 72 6f 77 28 20 61 73 73 65 72 74 5f 6e 65 28 hrow( assert_ne(
0a30: 22 66 6f 6f 22 2c 20 22 62 61 72 22 29 20 29 3b "foo", "bar") );
0a40: 0d 0a 09 61 73 73 65 72 74 5f 6e 6f 74 68 72 6f ...assert_nothro
0a50: 77 28 20 61 73 73 65 72 74 5f 6c 74 28 22 62 61 w( assert_lt("ba
0a60: 72 22 2c 20 22 66 6f 6f 22 29 20 29 3b 0d 0a 09 r", "foo") );...
0a70: 61 73 73 65 72 74 5f 6e 6f 74 68 72 6f 77 28 20 assert_nothrow(
0a80: 61 73 73 65 72 74 5f 6c 65 28 22 62 61 72 22 2c assert_le("bar",
0a90: 20 22 66 6f 6f 22 29 20 29 3b 0d 0a 09 61 73 73 "foo") );...ass
0aa0: 65 72 74 5f 6e 6f 74 68 72 6f 77 28 20 61 73 73 ert_nothrow( ass
0ab0: 65 72 74 5f 6c 65 28 22 62 61 72 22 2c 20 22 62 ert_le("bar", "b
0ac0: 61 72 22 29 20 29 3b 0d 0a 09 61 73 73 65 72 74 ar") );...assert
0ad0: 5f 6e 6f 74 68 72 6f 77 28 20 61 73 73 65 72 74 _nothrow( assert
0ae0: 5f 67 74 28 22 66 6f 6f 22 2c 20 22 62 61 72 22 _gt("foo", "bar"
0af0: 29 20 29 3b 0d 0a 09 61 73 73 65 72 74 5f 6e 6f ) );...assert_no
0b00: 74 68 72 6f 77 28 20 61 73 73 65 72 74 5f 67 65 throw( assert_ge
0b10: 28 22 66 6f 6f 22 2c 20 22 62 61 72 22 29 20 29 ("foo", "bar") )
0b20: 3b 0d 0a 09 61 73 73 65 72 74 5f 6e 6f 74 68 72 ;...assert_nothr
0b30: 6f 77 28 20 61 73 73 65 72 74 5f 67 65 28 22 62 ow( assert_ge("b
0b40: 61 72 22 2c 20 22 62 61 72 22 29 20 29 3b 0d 0a ar", "bar") );..
0b50: 0d 0a 09 61 73 73 65 72 74 5f 74 68 72 6f 77 21 ...assert_throw!
0b60: 41 73 73 65 72 74 45 72 72 6f 72 28 20 61 73 73 AssertError( ass
0b70: 65 72 74 5f 65 71 28 22 66 6f 6f 22 2c 20 22 62 ert_eq("foo", "b
0b80: 61 72 22 29 20 29 3b 0d 0a 09 61 73 73 65 72 74 ar") );...assert
0b90: 5f 74 68 72 6f 77 21 41 73 73 65 72 74 45 72 72 _throw!AssertErr
0ba0: 6f 72 28 20 61 73 73 65 72 74 5f 6e 65 28 22 66 or( assert_ne("f
0bb0: 6f 6f 22 2c 20 22 66 6f 6f 22 29 20 29 3b 0d 0a oo", "foo") );..
0bc0: 09 61 73 73 65 72 74 5f 74 68 72 6f 77 21 41 73 .assert_throw!As
0bd0: 73 65 72 74 45 72 72 6f 72 28 20 61 73 73 65 72 sertError( asser
0be0: 74 5f 6c 74 28 22 66 6f 6f 22 2c 20 22 66 6f 6f t_lt("foo", "foo
0bf0: 22 29 20 29 3b 0d 0a 09 61 73 73 65 72 74 5f 74 ") );...assert_t
0c00: 68 72 6f 77 21 41 73 73 65 72 74 45 72 72 6f 72 hrow!AssertError
0c10: 28 20 61 73 73 65 72 74 5f 6c 74 28 22 66 6f 6f ( assert_lt("foo
0c20: 22 2c 20 22 62 61 72 22 29 20 29 3b 0d 0a 09 61 ", "bar") );...a
0c30: 73 73 65 72 74 5f 74 68 72 6f 77 21 41 73 73 65 ssert_throw!Asse
0c40: 72 74 45 72 72 6f 72 28 20 61 73 73 65 72 74 5f rtError( assert_
0c50: 6c 65 28 22 66 6f 6f 22 2c 20 22 62 61 72 22 29 le("foo", "bar")
0c60: 20 29 3b 0d 0a 09 61 73 73 65 72 74 5f 74 68 72 );...assert_thr
0c70: 6f 77 21 41 73 73 65 72 74 45 72 72 6f 72 28 20 ow!AssertError(
0c80: 61 73 73 65 72 74 5f 67 74 28 22 62 61 72 22 2c assert_gt("bar",
0c90: 20 22 62 61 72 22 29 20 29 3b 0d 0a 09 61 73 73 "bar") );...ass
0ca0: 65 72 74 5f 74 68 72 6f 77 21 41 73 73 65 72 74 ert_throw!Assert
0cb0: 45 72 72 6f 72 28 20 61 73 73 65 72 74 5f 67 74 Error( assert_gt
0cc0: 28 22 62 61 72 22 2c 20 22 66 6f 6f 22 29 20 29 ("bar", "foo") )
0cd0: 3b 0d 0a 09 61 73 73 65 72 74 5f 74 68 72 6f 77 ;...assert_throw
0ce0: 21 41 73 73 65 72 74 45 72 72 6f 72 28 20 61 73 !AssertError( as
0cf0: 73 65 72 74 5f 67 65 28 22 62 61 72 22 2c 20 22 sert_ge("bar", "
0d00: 66 6f 6f 22 29 20 29 3b 0d 0a 0d 0a 09 63 6c 61 foo") );.....cla
0d10: 73 73 20 54 65 6d 70 20 7b 20 62 6f 6f 6c 20 6f ss Temp { bool o
0d20: 70 45 71 75 61 6c 73 28 69 6e 74 20 78 29 7b 72 pEquals(int x){r
0d30: 65 74 75 72 6e 20 78 2f 78 3d 3d 78 3b 7d 20 7d eturn x/x==x;} }
0d40: 0d 0a 09 61 73 73 65 72 74 5f 74 68 72 6f 77 21 ...assert_throw!
0d50: 41 73 73 65 72 74 45 72 72 6f 72 28 20 61 73 73 AssertError( ass
0d60: 65 72 74 5f 65 71 28 6e 65 77 20 54 65 6d 70 2c ert_eq(new Temp,
0d70: 20 30 29 20 29 3b 0d 0a 09 61 73 73 65 72 74 5f 0) );...assert_
0d80: 6e 6f 74 68 72 6f 77 20 20 20 20 20 20 20 20 20 nothrow
0d90: 20 28 20 61 73 73 65 72 74 5f 65 71 28 6e 65 77 ( assert_eq(new
0da0: 20 54 65 6d 70 2c 20 31 29 20 29 3b 0d 0a 09 61 Temp, 1) );...a
0db0: 73 73 65 72 74 5f 74 68 72 6f 77 21 41 73 73 65 ssert_throw!Asse
0dc0: 72 74 45 72 72 6f 72 28 20 61 73 73 65 72 74 5f rtError( assert_
0dd0: 65 71 28 6e 65 77 20 54 65 6d 70 2c 20 32 29 20 eq(new Temp, 2)
0de0: 29 3b 0d 0a 7d 0d 0a 0d 0a 2f 2a 20 5b 54 6f 64 );..}..../* [Tod
0df0: 6f 5d 20 69 73 20 74 68 65 72 65 20 61 6e 79 20 o] is there any
0e00: 77 61 79 20 74 6f 20 63 6c 65 61 72 6e 6c 79 20 way to clearnly
0e10: 69 6d 70 6c 65 6d 65 6e 74 20 22 61 73 73 65 72 implement "asser
0e20: 74 5f 63 6f 6d 70 69 6c 65 73 22 20 61 6e 64 20 t_compiles" and
0e30: 22 61 73 73 65 72 74 5f 6e 6f 74 5f 63 6f 6d 70 "assert_not_comp
0e40: 69 6c 65 22 3f 20 2a 2f 0d 0a 0d 0a 2f 2f 2f 20 ile"? */....///
0e50: 4d 69 78 69 6e 67 2d 69 6e 20 74 68 65 20 62 65 Mixing-in the be
0e60: 61 6e 20 63 6f 6e 73 74 72 75 63 74 6f 72 20 66 an constructor f
0e70: 6f 72 20 61 20 63 6c 61 73 73 0d 0a 0d 0a 74 65 or a class....te
0e80: 6d 70 6c 61 74 65 20 53 69 6d 70 6c 65 43 6f 6e mplate SimpleCon
0e90: 73 74 72 75 63 74 6f 72 28 29 0d 0a 7b 0d 0a 09 structor()..{...
0ea0: 73 74 61 74 69 63 20 69 66 28 20 69 73 28 74 79 static if( is(ty
0eb0: 70 65 6f 66 28 73 75 70 65 72 29 20 3d 3d 20 4f peof(super) == O
0ec0: 62 6a 65 63 74 29 20 7c 7c 20 73 75 70 65 72 2e bject) || super.
0ed0: 74 75 70 6c 65 6f 66 2e 6c 65 6e 67 74 68 3d 3d tupleof.length==
0ee0: 30 20 29 0d 0a 09 09 74 68 69 73 28 20 74 79 70 0 )....this( typ
0ef0: 65 6f 66 28 74 68 69 73 2e 74 75 70 6c 65 6f 66 eof(this.tupleof
0f00: 29 20 70 61 72 61 6d 73 20 29 0d 0a 09 09 7b 0d ) params )....{.
0f10: 0a 09 09 09 73 74 61 74 69 63 20 69 66 28 74 68 ....static if(th
0f20: 69 73 2e 74 75 70 6c 65 6f 66 2e 6c 65 6e 67 74 is.tupleof.lengt
0f30: 68 3e 30 29 0d 0a 09 09 09 09 74 68 69 73 2e 74 h>0)......this.t
0f40: 75 70 6c 65 6f 66 20 3d 20 70 61 72 61 6d 73 3b upleof = params;
0f50: 0d 0a 09 09 7d 0d 0a 09 65 6c 73 65 0d 0a 09 09 ....}...else....
0f60: 74 68 69 73 28 20 74 79 70 65 6f 66 28 73 75 70 this( typeof(sup
0f70: 65 72 2e 74 75 70 6c 65 6f 66 29 20 70 73 2c 20 er.tupleof) ps,
0f80: 74 79 70 65 6f 66 28 74 68 69 73 2e 74 75 70 6c typeof(this.tupl
0f90: 65 6f 66 29 20 70 61 72 61 6d 73 20 29 0d 0a 09 eof) params )...
0fa0: 09 7b 0d 0a 09 09 09 2f 2f 20 69 6e 63 6c 75 64 .{.....// includ
0fb0: 69 6e 67 20 28 6f 6e 6c 79 29 20 74 68 65 20 64 ing (only) the d
0fc0: 69 72 65 63 74 20 73 75 70 65 72 20 63 6c 61 73 irect super clas
0fd0: 73 20 6d 65 6d 62 65 72 73 0d 0a 09 09 09 2f 2f s members.....//
0fe0: 20 6d 61 79 20 6e 6f 74 20 61 6c 77 61 79 73 20 may not always
0ff0: 62 65 20 61 20 64 65 73 69 72 61 62 6c 65 20 63 be a desirable c
1000: 68 6f 69 63 65 2c 20 62 75 74 20 73 68 6f 75 6c hoice, but shoul
1010: 64 20 77 6f 72 6b 20 66 6f 72 20 6d 61 6e 79 20 d work for many
1020: 63 61 73 65 73 0d 0a 09 09 09 73 75 70 65 72 28 cases.....super(
1030: 70 73 29 3b 0d 0a 09 09 09 73 74 61 74 69 63 20 ps);.....static
1040: 69 66 28 74 68 69 73 2e 74 75 70 6c 65 6f 66 2e if(this.tupleof.
1050: 6c 65 6e 67 74 68 3e 30 29 0d 0a 09 09 09 09 74 length>0)......t
1060: 68 69 73 2e 74 75 70 6c 65 6f 66 20 3d 20 70 61 his.tupleof = pa
1070: 72 61 6d 73 3b 0d 0a 09 09 7d 0d 0a 7d 0d 0a 0d rams;....}..}...
1080: 0a 75 6e 69 74 74 65 73 74 0d 0a 7b 0d 0a 09 63 .unittest..{...c
1090: 6c 61 73 73 20 54 65 6d 70 0d 0a 09 7b 0d 0a 09 lass Temp...{...
10a0: 09 69 6e 74 20 78 3b 0d 0a 09 09 73 74 72 69 6e .int x;....strin
10b0: 67 20 79 3b 0d 0a 09 09 6d 69 78 69 6e 20 53 69 g y;....mixin Si
10c0: 6d 70 6c 65 43 6f 6e 73 74 72 75 63 74 6f 72 3b mpleConstructor;
10d0: 0d 0a 09 7d 0d 0a 09 61 73 73 65 72 74 5f 65 71 ...}...assert_eq
10e0: 28 20 28 6e 65 77 20 54 65 6d 70 28 31 2c 22 66 ( (new Temp(1,"f
10f0: 6f 6f 22 29 29 2e 78 2c 20 31 20 29 3b 0d 0a 09 oo")).x, 1 );...
1100: 61 73 73 65 72 74 5f 65 71 28 20 28 6e 65 77 20 assert_eq( (new
1110: 54 65 6d 70 28 31 2c 22 66 6f 6f 22 29 29 2e 79 Temp(1,"foo")).y
1120: 2c 20 22 66 6f 6f 22 20 29 3b 0d 0a 09 61 73 73 , "foo" );...ass
1130: 65 72 74 28 20 21 5f 5f 74 72 61 69 74 73 28 63 ert( !__traits(c
1140: 6f 6d 70 69 6c 65 73 2c 20 6e 65 77 20 54 65 6d ompiles, new Tem
1150: 70 29 20 29 3b 0d 0a 09 61 73 73 65 72 74 28 20 p) );...assert(
1160: 21 5f 5f 74 72 61 69 74 73 28 63 6f 6d 70 69 6c !__traits(compil
1170: 65 73 2c 20 6e 65 77 20 54 65 6d 70 28 31 29 29 es, new Temp(1))
1180: 20 29 3b 0d 0a 09 61 73 73 65 72 74 28 20 21 5f );...assert( !_
1190: 5f 74 72 61 69 74 73 28 63 6f 6d 70 69 6c 65 73 _traits(compiles
11a0: 2c 20 6e 65 77 20 54 65 6d 70 28 22 66 6f 6f 22 , new Temp("foo"
11b0: 2c 31 29 29 20 29 3b 0d 0a 0d 0a 09 63 6c 61 73 ,1)) );.....clas
11c0: 73 20 54 6f 6d 70 20 3a 20 54 65 6d 70 0d 0a 09 s Tomp : Temp...
11d0: 7b 0d 0a 09 09 72 65 61 6c 20 7a 3b 0d 0a 09 09 {....real z;....
11e0: 6d 69 78 69 6e 20 53 69 6d 70 6c 65 43 6f 6e 73 mixin SimpleCons
11f0: 74 72 75 63 74 6f 72 3b 0d 0a 09 7d 0d 0a 09 61 tructor;...}...a
1200: 73 73 65 72 74 5f 65 71 28 20 28 6e 65 77 20 54 ssert_eq( (new T
1210: 6f 6d 70 28 31 2c 22 66 6f 6f 22 2c 32 2e 35 29 omp(1,"foo",2.5)
1220: 29 2e 78 2c 20 31 20 29 3b 0d 0a 09 61 73 73 65 ).x, 1 );...asse
1230: 72 74 5f 65 71 28 20 28 6e 65 77 20 54 6f 6d 70 rt_eq( (new Tomp
1240: 28 31 2c 22 66 6f 6f 22 2c 32 2e 35 29 29 2e 79 (1,"foo",2.5)).y
1250: 2c 20 22 66 6f 6f 22 20 29 3b 0d 0a 09 61 73 73 , "foo" );...ass
1260: 65 72 74 5f 65 71 28 20 28 6e 65 77 20 54 6f 6d ert_eq( (new Tom
1270: 70 28 31 2c 22 66 6f 6f 22 2c 32 2e 35 29 29 2e p(1,"foo",2.5)).
1280: 7a 2c 20 32 2e 35 20 29 3b 0d 0a 09 61 73 73 65 z, 2.5 );...asse
1290: 72 74 28 20 21 5f 5f 74 72 61 69 74 73 28 63 6f rt( !__traits(co
12a0: 6d 70 69 6c 65 73 2c 20 6e 65 77 20 54 6f 6d 70 mpiles, new Tomp
12b0: 28 33 2e 31 34 29 29 20 29 3b 0d 0a 0d 0a 09 2f (3.14)) );...../
12c0: 2f 20 73 68 69 79 6f 2d 20 64 65 73 75 2e 20 44 / shiyo- desu. D
12d0: 6f 6e 27 74 20 75 73 65 20 69 6e 20 74 68 69 73 on't use in this
12e0: 20 77 61 79 2e 0d 0a 09 2f 2f 20 20 20 54 61 6d way....// Tam
12f0: 70 20 74 72 69 65 73 20 74 6f 20 63 61 6c 6c 20 p tries to call
1300: 6e 65 77 20 54 6f 6d 70 28 72 65 61 6c 29 20 28 new Tomp(real) (
1310: 62 65 63 61 75 73 65 20 69 74 20 6f 6e 6c 79 20 because it only
1320: 73 65 65 73 20 54 6f 6d 70 27 73 20 6d 65 6d 62 sees Tomp's memb
1330: 65 72 73 29 2c 0d 0a 09 2f 2f 20 20 20 62 75 74 ers),...// but
1340: 20 69 74 20 66 61 69 6c 73 20 62 65 63 61 75 73 it fails becaus
1350: 65 20 54 6f 6d 70 20 74 61 6b 65 73 20 28 69 6e e Tomp takes (in
1360: 74 2c 73 74 72 69 6e 67 2c 72 65 61 6c 29 2e 0d t,string,real)..
1370: 0a 09 61 73 73 65 72 74 28 20 21 5f 5f 74 72 61 ..assert( !__tra
1380: 69 74 73 28 63 6f 6d 70 69 6c 65 73 2c 20 7b 0d its(compiles, {.
1390: 0a 09 09 63 6c 61 73 73 20 54 61 6d 70 20 3a 20 ...class Tamp :
13a0: 54 6f 6d 70 0d 0a 09 09 7b 0d 0a 09 09 09 6d 69 Tomp....{.....mi
13b0: 78 69 6e 20 53 69 6d 70 6c 65 43 6f 6e 73 74 72 xin SimpleConstr
13c0: 75 63 74 6f 72 3b 0d 0a 09 09 7d 0d 0a 09 7d 29 uctor;....}...})
13d0: 20 29 3b 0d 0a 7d 0d 0a 0d 0a 2f 2f 2f 20 4d 69 );..}..../// Mi
13e0: 78 69 6e 67 2d 69 6e 20 74 68 65 20 4d 4f 53 54 xing-in the MOST
13f0: 2d 44 45 52 49 56 45 44 2d 6d 65 6d 62 65 72 2d -DERIVED-member-
1400: 77 69 73 65 20 63 6f 6d 70 61 72 61 74 6f 72 20 wise comparator
1410: 66 6f 72 20 61 20 63 6c 61 73 73 0d 0a 0d 0a 74 for a class....t
1420: 65 6d 70 6c 61 74 65 20 53 69 6d 70 6c 65 43 6f emplate SimpleCo
1430: 6d 70 61 72 65 28 29 0d 0a 7b 0d 0a 09 6f 76 65 mpare()..{...ove
1440: 72 72 69 64 65 20 62 6f 6f 6c 20 6f 70 45 71 75 rride bool opEqu
1450: 61 6c 73 28 4f 62 6a 65 63 74 20 72 68 73 5f 29 als(Object rhs_)
1460: 20 63 6f 6e 73 74 0d 0a 09 7b 0d 0a 09 09 69 66 const...{....if
1470: 28 20 61 75 74 6f 20 72 68 73 20 3d 20 63 61 73 ( auto rhs = cas
1480: 74 28 74 79 70 65 6f 66 28 74 68 69 73 29 29 72 t(typeof(this))r
1490: 68 73 5f 20 29 0d 0a 09 09 7b 0d 0a 09 09 09 66 hs_ )....{.....f
14a0: 6f 72 65 61 63 68 28 69 2c 5f 3b 20 74 68 69 73 oreach(i,_; this
14b0: 2e 74 75 70 6c 65 6f 66 29 0d 0a 09 09 09 09 69 .tupleof)......i
14c0: 66 28 20 74 68 69 73 2e 74 75 70 6c 65 6f 66 5b f( this.tupleof[
14d0: 69 5d 20 21 3d 20 72 68 73 2e 74 75 70 6c 65 6f i] != rhs.tupleo
14e0: 66 5b 69 5d 20 29 0d 0a 09 09 09 09 09 72 65 74 f[i] ).......ret
14f0: 75 72 6e 20 66 61 6c 73 65 3b 0d 0a 09 09 09 72 urn false;.....r
1500: 65 74 75 72 6e 20 74 72 75 65 3b 0d 0a 09 09 7d eturn true;....}
1510: 0d 0a 09 09 61 73 73 65 72 74 28 66 61 6c 73 65 ....assert(false
1520: 2c 20 73 70 72 69 6e 74 66 21 22 43 61 6e 6e 6f , sprintf!"Canno
1530: 74 20 63 6f 6d 70 61 72 65 20 25 73 20 77 69 74 t compare %s wit
1540: 68 20 25 73 22 28 74 79 70 65 69 64 28 74 68 69 h %s"(typeid(thi
1550: 73 29 2c 20 74 79 70 65 69 64 28 72 68 73 5f 29 s), typeid(rhs_)
1560: 29 29 3b 0d 0a 09 7d 0d 0a 0d 0a 09 6f 76 65 72 ));...}.....over
1570: 72 69 64 65 20 68 61 73 68 5f 74 20 74 6f 48 61 ride hash_t toHa
1580: 73 68 28 29 20 63 6f 6e 73 74 0d 0a 09 7b 0d 0a sh() const...{..
1590: 09 09 68 61 73 68 5f 74 20 68 20 3d 20 30 3b 0d ..hash_t h = 0;.
15a0: 0a 09 09 66 6f 72 65 61 63 68 28 6d 65 6d 3b 20 ...foreach(mem;
15b0: 74 68 69 73 2e 74 75 70 6c 65 6f 66 29 0d 0a 09 this.tupleof)...
15c0: 09 09 68 20 2b 3d 20 74 79 70 65 69 64 28 6d 65 ..h += typeid(me
15d0: 6d 29 2e 67 65 74 48 61 73 68 28 26 6d 65 6d 29 m).getHash(&mem)
15e0: 3b 0d 0a 09 09 72 65 74 75 72 6e 20 68 3b 0d 0a ;....return h;..
15f0: 09 7d 0d 0a 0d 0a 09 6f 76 65 72 72 69 64 65 20 .}.....override
1600: 69 6e 74 20 6f 70 43 6d 70 28 4f 62 6a 65 63 74 int opCmp(Object
1610: 20 72 68 73 5f 29 20 63 6f 6e 73 74 0d 0a 09 7b rhs_) const...{
1620: 0d 0a 09 09 69 66 28 20 61 75 74 6f 20 72 68 73 ....if( auto rhs
1630: 20 3d 20 63 61 73 74 28 74 79 70 65 6f 66 28 74 = cast(typeof(t
1640: 68 69 73 29 29 72 68 73 5f 20 29 0d 0a 09 09 7b his))rhs_ )....{
1650: 0d 0a 09 09 09 66 6f 72 65 61 63 68 28 69 2c 5f .....foreach(i,_
1660: 3b 20 74 68 69 73 2e 74 75 70 6c 65 6f 66 29 0d ; this.tupleof).
1670: 0a 09 09 09 09 69 66 28 61 75 74 6f 20 63 20 3d .....if(auto c =
1680: 20 74 79 70 65 69 64 28 5f 29 2e 63 6f 6d 70 61 typeid(_).compa
1690: 72 65 28 26 74 68 69 73 2e 74 75 70 6c 65 6f 66 re(&this.tupleof
16a0: 5b 69 5d 2c 26 72 68 73 2e 74 75 70 6c 65 6f 66 [i],&rhs.tupleof
16b0: 5b 69 5d 29 29 0d 0a 09 09 09 09 09 72 65 74 75 [i])).......retu
16c0: 72 6e 20 63 3b 0d 0a 09 09 09 72 65 74 75 72 6e rn c;.....return
16d0: 20 30 3b 0d 0a 09 09 7d 0d 0a 09 09 61 73 73 65 0;....}....asse
16e0: 72 74 28 66 61 6c 73 65 2c 20 73 70 72 69 6e 74 rt(false, sprint
16f0: 66 21 22 43 61 6e 6e 6f 74 20 63 6f 6d 70 61 72 f!"Cannot compar
1700: 65 20 25 73 20 77 69 74 68 20 25 73 22 28 74 79 e %s with %s"(ty
1710: 70 65 69 64 28 74 68 69 73 29 2c 20 74 79 70 65 peid(this), type
1720: 69 64 28 72 68 73 5f 29 29 29 3b 0d 0a 09 7d 0d id(rhs_)));...}.
1730: 0a 7d 0d 0a 0d 0a 75 6e 69 74 74 65 73 74 0d 0a .}....unittest..
1740: 7b 0d 0a 09 63 6c 61 73 73 20 54 65 6d 70 0d 0a {...class Temp..
1750: 09 7b 0d 0a 09 09 69 6e 74 20 78 3b 0d 0a 09 09 .{....int x;....
1760: 73 74 72 69 6e 67 20 79 3b 0d 0a 09 09 6d 69 78 string y;....mix
1770: 69 6e 20 53 69 6d 70 6c 65 43 6f 6e 73 74 72 75 in SimpleConstru
1780: 63 74 6f 72 3b 0d 0a 09 09 6d 69 78 69 6e 20 53 ctor;....mixin S
1790: 69 6d 70 6c 65 43 6f 6d 70 61 72 65 3b 0d 0a 09 impleCompare;...
17a0: 7d 0d 0a 09 61 73 73 65 72 74 5f 65 71 28 20 6e }...assert_eq( n
17b0: 65 77 20 54 65 6d 70 28 31 2c 22 66 6f 6f 22 29 ew Temp(1,"foo")
17c0: 2c 20 6e 65 77 20 54 65 6d 70 28 31 2c 22 66 6f , new Temp(1,"fo
17d0: 6f 22 29 20 29 3b 0d 0a 09 61 73 73 65 72 74 5f o") );...assert_
17e0: 65 71 28 20 28 6e 65 77 20 54 65 6d 70 28 31 2c eq( (new Temp(1,
17f0: 22 66 6f 6f 22 29 29 2e 74 6f 48 61 73 68 2c 20 "foo")).toHash,
1800: 28 6e 65 77 20 54 65 6d 70 28 31 2c 22 66 6f 6f (new Temp(1,"foo
1810: 22 29 29 2e 74 6f 48 61 73 68 20 29 3b 0d 0a 09 ")).toHash );...
1820: 61 73 73 65 72 74 5f 6e 65 28 20 6e 65 77 20 54 assert_ne( new T
1830: 65 6d 70 28 31 2c 22 66 6f 6f 22 29 2c 20 6e 65 emp(1,"foo"), ne
1840: 77 20 54 65 6d 70 28 32 2c 22 66 6f 6f 22 29 20 w Temp(2,"foo")
1850: 29 3b 0d 0a 09 61 73 73 65 72 74 5f 6e 65 28 20 );...assert_ne(
1860: 6e 65 77 20 54 65 6d 70 28 31 2c 22 66 6f 6f 22 new Temp(1,"foo"
1870: 29 2c 20 6e 65 77 20 54 65 6d 70 28 31 2c 22 62 ), new Temp(1,"b
1880: 61 72 22 29 20 29 3b 0d 0a 09 61 73 73 65 72 74 ar") );...assert
1890: 5f 67 74 28 20 6e 65 77 20 54 65 6d 70 28 31 2c _gt( new Temp(1,
18a0: 22 66 6f 6f 22 29 2c 20 6e 65 77 20 54 65 6d 70 "foo"), new Temp
18b0: 28 31 2c 22 62 61 72 22 29 20 29 3b 0d 0a 09 61 (1,"bar") );...a
18c0: 73 73 65 72 74 5f 6c 74 28 20 6e 65 77 20 54 65 ssert_lt( new Te
18d0: 6d 70 28 31 2c 22 66 6f 6f 22 29 2c 20 6e 65 77 mp(1,"foo"), new
18e0: 20 54 65 6d 70 28 32 2c 22 62 61 72 22 29 20 29 Temp(2,"bar") )
18f0: 3b 0d 0a 09 61 73 73 65 72 74 5f 67 65 28 20 6e ;...assert_ge( n
1900: 65 77 20 54 65 6d 70 28 31 2c 22 66 6f 6f 22 29 ew Temp(1,"foo")
1910: 2c 20 6e 65 77 20 54 65 6d 70 28 31 2c 22 66 6f , new Temp(1,"fo
1920: 6f 22 29 20 29 3b 0d 0a 0d 0a 09 63 6c 61 73 73 o") );.....class
1930: 20 54 65 6d 70 44 75 6d 6d 79 0d 0a 09 7b 0d 0a TempDummy...{..
1940: 09 09 69 6e 74 20 78 3b 0d 0a 09 09 73 74 72 69 ..int x;....stri
1950: 6e 67 20 79 3b 0d 0a 09 09 6d 69 78 69 6e 20 53 ng y;....mixin S
1960: 69 6d 70 6c 65 43 6f 6e 73 74 72 75 63 74 6f 72 impleConstructor
1970: 3b 0d 0a 09 09 6d 69 78 69 6e 20 53 69 6d 70 6c ;....mixin Simpl
1980: 65 43 6f 6d 70 61 72 65 3b 0d 0a 09 7d 0d 0a 09 eCompare;...}...
1990: 61 73 73 65 72 74 5f 74 68 72 6f 77 21 41 73 73 assert_throw!Ass
19a0: 65 72 74 45 72 72 6f 72 28 20 6e 65 77 20 54 65 ertError( new Te
19b0: 6d 70 28 31 2c 22 66 6f 6f 22 29 20 3d 3d 20 6e mp(1,"foo") == n
19c0: 65 77 20 54 65 6d 70 44 75 6d 6d 79 28 31 2c 22 ew TempDummy(1,"
19d0: 66 6f 6f 22 29 20 29 3b 0d 0a 09 61 73 73 65 72 foo") );...asser
19e0: 74 5f 74 68 72 6f 77 21 41 73 73 65 72 74 45 72 t_throw!AssertEr
19f0: 72 6f 72 28 20 6e 65 77 20 54 65 6d 70 28 31 2c ror( new Temp(1,
1a00: 22 66 6f 6f 22 29 20 3c 3d 20 6e 65 77 20 54 65 "foo") <= new Te
1a10: 6d 70 44 75 6d 6d 79 28 31 2c 22 66 6f 6f 22 29 mpDummy(1,"foo")
1a20: 20 29 3b 0d 0a 7d 0d 0a );..}..