Frage

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?

War es hilfreich?

Lösung

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top