Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-20 | Cover handling of 'math' BIFs | Björn Gustavsson | |
Extend float_SUITE to cover the handling of all BIFs in the 'math' module. This change will increase test coverage of erl_bifs and erl_type. | |||
2010-04-27 | Merge branch 'bg/compiler-suppress-result-ignored' into dev | Erlang/OTP | |
* bg/compiler-suppress-result-ignored: compiler tests: Eliminate "result of expression is ignored" warnings Silence warnings for expressions that are assigned to "_" OTP-8602 bg/compiler-suppress-result-ignored It is now possible to suppress the warning in code such as "list_to_integer(S), ok" by assigning the ignored value "_" like this: "_ = list_to_integer(S), ok". | |||
2010-04-15 | compiler tests: Eliminate "result of expression is ignored" warnings | Björn Gustavsson | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |