Alexander Harkness

Results 14 issues of Alexander Harkness

``` emit auctionDidEnd(winner: highestBidder, bid: highestBid.getRawValue()) ``` This fails to compile as isInEmit is set for all the elements in the emit statement, rather than just the name of the...

good first issue
bug

We don't have negative integers, so it should be possible to loop from 0 to an Int variable. I'm not sure if we should do anything more than that, because...

feature

An error should be produced instead.

bug

I'm not sure of the syntax this should take, but it would be useful to be able to know what state a function is called from when it may be...

0002-type-states

Part of #338 ``` contract X { var money: Asset } .... func transfer(to: Asset, from: Asset) { } .... func foo() { let x: Asset = Wei() } ```

0004-traits

- [x] Write Proposal - #291 (see FIP-0002)

0003-external-calls

During the course of implementing the tracking of keys inside dictionaries, I came across some behaviour that I would like to be clarified with regards to the initialisation of dictionary...

bug

Accessing storage dictionaries and dynamic arrays by subscript (particularly after #274) might mutate the state unexpectedly, instead of simply returning a value. Until this is fixed, these accesses should be...

bug

Additionally, raise an error when given CRLF in arguments (this is invalid by the IMAP spec). Add tests for the above behaviour. https://bugs.python.org/issue13940

awaiting review
stale

- [x] fpaste.org - [ ] paste.ie - [ ] generic hastebin