Add erl_first_files in eunit_first_files and qc_first_files #539
Conversation
|
This looks reasonable and needs a test before merge, but why did you restrict it to "qc" and "eunit"? |
|
I saw this behaviour in tests. I add erl_first_files in all first_files.. |
|
You can skip the list_to_atom call and just use Regarding tests, it makes sense to check the new behavior explicitly in a test, maybe as follows:
|
|
ping? |
|
I have been on vacation. I am back now and continue to work on this. |
|
ping? |
|
|
I agree with you on second position. First thing is fixed. |
|
You should simply use the atom |
|
There's no need to quote erl_first_files. |
|
This true, but not mandatory. |
|
Yes, but (1) in type specs it's customary to quote atoms and (2) we don't quote atoms in any other rebar_config call, which makes this case break the consistency for no reason. |
|
okay |
|
Thanks. +1, once you've squashed the fixups into the original commit. |
5e6e0b6
to
06c4b5d
Compare
|
Squashed is done |
Add erl_first_files in eunit_first_files and qc_first_files
Fix compile order for tests