Domanda

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?

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top