Closed victorolinasc closed 6 years ago
Yes, this is known. Anything that converts to function names will have this issue. Given Elixir v1.7 will be the last version to support 19, I will mark this as "won't fix" since it will be fixed once everyone is running on Erlang 20+. Thanks for opening the issue!
Precheck
Environment & Current behaviour
See link of issue: https://travis-ci.org/victorolinasc/junit-formatter/jobs/337734064
This was tested with Elixir 1.6.0-rc1 but its confirmed on any Elixir 1.6 versions and prior.
Current behavior
Here is the error currently:
Expected behavior
The conversion from string to atom in ExUnit should either:
Option 2 would allow tests that run on OTP 20 to also run on OTP 19 and below.
Any of these fixes probably should change here and here.
I can send a PR if any of the above is decided upon.