Re: An attack on a mint
"Dean Tribble" <[email protected]>
| Newsgroups | gmane.comp.lang.e.general |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Mar 10, 2008 at 12:44 AM, Chip Morningstar <[email protected]> wrote: > "Dean Tribble" <[email protected]> wrote: > > > int take(final PurseX src) { > > REQUIRE(dead); > > REQUIRE(src); > > if (src == this) {... > > Am I the only one who notes the irony of *Dean* attacking this via > the use of EQ? Heh. Note however that I have synergy, a known type in this case, and accounts would normally have an account ID (which is type-specific and unique), so I'm really saying "id == src.id. So *of course* it's not really EQ. :)