Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2014-01-24 | beam_except: Eliminate compiler crash | Björn Gustavsson | |
Code such as: bar(X) -> case {X+1} of 1 -> ok end. would crash the beam_except pass of the compiler. The reason for the crash is that the '+' operator would add a line/1 instruction that the beam_except pass was not prepared to handle. Reported-by: Erik Søe Sørensen | |||
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2012-10-23 | Correct typo in test suite name | Björn Gustavsson | |
It should be beam_except_SUITE, since it tests the beam_except module (introduced in 726f6e4c7afe8ce37b30eedbebe583e7b9bfc51b). |