Appliscale / xprof

A visual tracer and profiler for Erlang and Elixir.
Other
276 stars 33 forks source link

Lock hdr_histogram to master for OTP 23 compatibility #193

Closed ioolkos closed 3 years ago

ioolkos commented 3 years ago

I just noticed xprof only compiles with hdr_histogram locked to master on OTP 23 (due to the erl_interface thing). Feel free to go about this in your preferred way!

gomoripeti commented 3 years ago

thank you very much for the heads up and PR. unfortunately hex packages can only depend on other hex packages (not eg git repos) (one reason I pinned an old version of hdr_histogram is I needed to keep R16B compatibility, a few years passed since then so this is not relevant any more) I will think about how to address this.

For the record if someone else finds this issue some possible workarounds:

ioolkos commented 3 years ago

@gomoripeti I see, no problem. I can just wait for a new hdr_histogram hex package.