Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prevent void context warnings | Andrew White | 2016-04-03 | 1 | -1/+1 |
| | | | | | | The constant reference A::B used to trigger autoloading causes a warning to be logged about the possible use of :: in a void context so assign it to the _ variable to prevent the warnings from being triggered. | ||||
* | tests the raising/throwing discards the watching stack | Xavier Noria | 2016-03-16 | 1 | -0/+1 |
| | |||||
* | adds coverage for raising while autoloading | Xavier Noria | 2016-03-16 | 1 | -0/+3 |