Pergunta

Erlang/OTP R14B04 offered ct_line, a parse transformer to insert line numbers (otp_src_R14B04/lib/common_test/src/ct_line.erl). I can't find that in R15B01, so I guess it must have been removed. Do you know of a replacement with similar functionality?

Foi útil?

Solução

The ct_line transformer was removed in R15 (see the commit) since line numbers in exceptions were added to the runtime system (finally!).

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top