Hi @hyperthunk, thanks for your great work!
I was trying to start experimenting with the examples but following your instructions I couldn't get them properly to run. For example on OTP 18.3 I do get the following output when trying to run the demo:
Erlang/OTP18 [erts-7.3] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false]
EshellV7.3 (abortwith ^G)
1>annotated:demo().
Allannotationsforannotated:
{annotation,logging,{function,{annotated,foo,1}},info}
Allannotationsoftypetransactionalinannotated:
Accessingfunctionannotations:
byMod+FunctionName: [{annotation,logging,
{function,{annotated,foo,1}},
info}]
byType+Mod+FunctionName: [{annotation,logging,
{function,{annotated,foo,1}},
info}]
forunrecognisedtype(s): []
callinganinstrumentedfunction:
{foo,"Hello World!"}Am I missing something or could this be a problem with newer OTP releases? Unfortunately I'm on the go and don't have access to an older OTP release than R15B03-1 right now to test the library further.
Hi @hyperthunk, thanks for your great work!
I was trying to start experimenting with the examples but following your instructions I couldn't get them properly to run. For example on OTP
18.3I do get the following output when trying to run the demo:Am I missing something or could this be a problem with newer OTP releases? Unfortunately I'm on the go and don't have access to an older OTP release than
R15B03-1right now to test the library further.