Merge: bugfix: `is optional` attributes was evaluated too much
authorJean Privat <jean@pryen.org>
Tue, 10 May 2016 14:31:50 +0000 (10:31 -0400)
committerJean Privat <jean@pryen.org>
Tue, 10 May 2016 14:31:50 +0000 (10:31 -0400)
`is optional` attribute must not be evaluated on the allocation, but only if `null` is given in the `new`.

Since the use of `is optional` did not spread, no one seems to have been bitten yet.

Pull-Request: #2053
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>


Trivial merge