Alexander Harkness
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...
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...
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...
Part of #338 ``` contract X { var money: Asset } .... func transfer(to: Asset, from: Asset) { } .... func foo() { let x: Asset = Wei() } ```
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...
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...
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
- [x] fpaste.org - [ ] paste.ie - [ ] generic hastebin