Closed drasko closed 6 years ago
Hi, I've stumbled across this very same issue too. Using Debian GNU/Linux 10 (Buster):
$ go version
go version go1.9.2 linux/amd64
Is this supposed to be this way? Am I missing something? This is a pretty old issue, @drasko did you find what causes this?
@rock, the tests were hardcoded to whatever the stack trace was on my machine at the point I wrote the library — it's probably just a formatting mismatch.
Pull requests welcome :)
Sent via Superhuman ( https://sprh.mn/?vip=conrad@superhuman.com )
On Thu, Nov 09, 2017 at 6:35 AM, Rock Storm < notifications@github.com > wrote:
Hi, I've stumbled across this very same issue too. Using Debian GNU/Linux 10 (Buster):
$ go version go version go1.9.2 linux/amd64
Is this supposed to be this way? Am I missing something? This is a pretty old issue, @ drasko ( https://github.com/drasko ) did you find what causes this?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub ( https://github.com/go-errors/errors/issues/12#issuecomment-343172678 ) , or mute the thread ( https://github.com/notifications/unsubscribe-auth/AAFwQH5Ye3BBYk0X6cogurQibmsHTiPYks5s0w2ngaJpZM4KVOqP ).
Hi @ConradIrwin, I believe this issue is now fixed thanks to #17 :)
Would you consider releasing a new version (say 1.0.1) which includes this fix? I am working on packaging this library for Debian and I would love not having to patch the tests.
@rockstorm101 I've pushed the v1.0.1 tag.
Thanks a lot.