elixir-mongo / mongodb

MongoDB driver for Elixir
Apache License 2.0
568 stars 157 forks source link

System.stacktrace/0 is deprecated, use __STACKTRACE__ instead #352

Closed gergo-papp closed 2 years ago

gergo-papp commented 3 years ago

https://github.com/kobil-systems/mongodb/blob/bccfe80a59c2499077c16b9ecaa5eabb6161b919/lib/mongo/session.ex#L93

IgorPolyakov commented 2 years ago

@joeapearson

fixed in https://github.com/elixir-mongo/mongodb/pull/364

https://github.com/elixir-mongo/mongodb/blob/master/lib/mongo/session.ex 93 line

joeapearson commented 2 years ago

Thanks @gergo-papp for the original report. Thanks @IgorPolyakov for checking on it.