Richard Carlsson
Richard Carlsson
gettext.erl exports a bunch of functions, mk_polish_style_header() and some additional helpers, that are called from gettext_compile.erl but are also called directly by the "polish" application. It would be much better...
In gettext_compile:parse_transform(), the environment variable GETTEXT_TMP_NAME is read, but is assigned to a variable called Gettext_App_Name which is then concatenated with "lang" and "epot.dets" in mk_epot_fname(). This seems very confused...
Ensures that log files and directories are not created when running in foreground mode. Closes #3860
Idea: it should be possible to mark a test as "known failure" and report these separately, to handle test cases for known bugs not yet fixed (so you don't have...
Currently the only description of timeouts is the {timeout, S, T} tuple, but it does not mention the default timeout. Timeout behaviour should have its own subsection in the documentation.
Reported by Joern Barthel. EUnit should not timeout during debugging sessions. Environment: R11B-5 win32 If you compile (with debug_info) an erlang module such as the attached example and step debug...
Binaries can now be used as an alternative to strings in eunit: {Label, ...}. This is not yet documented (and not well tested).
It may be useful, especially for writing tests which are to be run by someone else to test for conformance, to have tests which never fail, but may produce a...
Provide a way to mark up subsets with a level, somehow. By default, should only first-level tests be executed, or all tests? Numeric parameter, or only by nesting? Absolute or...
The cmd code should run a shell, like os:cmd(). In particular, this needs to work better on Windows.