summaryrefslogtreecommitdiff
path: root/dialyzer_reference
Commit message (Collapse)AuthorAgeFilesLines
* slowly widdling away at dialyzer errorsTristan Sloughter2014-09-201-3/+0
|
* Update dialyzer_referenceTuncer Ayaz2014-07-251-1/+1
|
* Add code coverage analysis functionality to `qc'Andras Horvath2014-06-141-2/+2
| | | | | | | - Use `cover' with QuickCheck testing - Reuse the `cover_*' rebar.config options - Refactor cover-related code to separate module (`qc_cover_utils') for use with both `eunit' and `qc'
* Add qualified name tests specification (see #118)Sergey Savenko2014-05-291-1/+1
| | | | | | | | | Augment 'tests' option of 'rebar eunit' command with ability to specify tests to run using module-qualified names. This change also forced me to change the way modules for coverage and for testing itself are selected - module-qualified tests specifications are now taken into consideration. Extend tests to cover new functionality. Update dialyzer_reference accordingly.
* erlc: clean-up, enhance, and regression fix fd17693Tuncer Ayaz2014-03-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | * update files * fix Dialyzer warning * unconditionally enable info fil * clean-up inconsistencies * use term_to_binary compression * use try...catch instead of case...catch...of * do not write build info file if the graph is unmodified * store info file as <base_dir>/.rebarinfo * properly support list of compile directives * fix regressions: - Fix a bug in handling of files to compile first. - If a file that is depended upon itself depends on other files, make sure those are compiled first. While at it, rename variables for correctness. Reported-by: David Robakowski - Make sure that FirstFiles has no dupes and preserves the proper order. - headers referenced via -include_lib() were not properly resolved to absolute filenames - .erl files found in sub dirs of src_dirs were not properly resolved to absolute filenames
* eunit: fix dialyzer warnings introduced in 03da5e0bTuncer Ayaz2014-02-201-1/+1
|
* Remove experimental flagsTuncer Ayaz2014-01-141-1/+1
| | | | | | | | Remove experimental flag from: * qc compile_only=true * eunit compile_only=true * src/foo.app.src.script * eunit tests=
* Update dialyzer_reference to match changes made in 490d00f0Tuncer Ayaz2013-06-271-1/+1
|
* Implement 'rebar help CMD1 CMD2' and extend common 'rebar help' msgTuncer Ayaz2012-12-311-1/+1
| | | | | * allow plugins to print help message for implemented commands * append core rebar.config options to common 'rebar help' message
* Revert arch string changesTuncer Ayaz2012-10-291-1/+1
|
* Use R15B02 EUnit {test,M,F} primitive as suggested by Richard CarlssonTuncer Ayaz2012-09-061-0/+1
|
* Use separate dirs for eunit and qcTuncer Ayaz2012-08-091-1/+1
|
* Replace test-compile with compile_only=true optionTuncer Ayaz2012-08-091-1/+1
|
* Only print absolute filename if not in base_dirTuncer Ayaz2012-08-051-1/+1
|
* Add 'qc' cmd and rename eunit-compile to test-compileTuncer Ayaz2012-07-231-1/+1
|
* Update dialyzer_referenceTuncer Ayaz2012-07-021-1/+1
|
* Append os family to arch stringTuncer Ayaz2012-06-231-1/+1
|
* Update dialyzer_referenceTuncer Ayaz2012-06-081-1/+1
|
* Deprecate port_envs in favor of port_envTuncer Ayaz2012-03-091-1/+1
|
* Add rebar_utils:delayed_halt/1Tuncer Ayaz2012-02-161-1/+1
|
* Clean up rebar_utilsTuncer Ayaz2012-01-101-1/+1
|
* Enhance make check (Inspired-by: Stavros Aronis)Tuncer Ayaz2012-01-011-0/+2