issues Search Results · repo:go-stack/stack language:Go
Filter by
16 results
(73 ms)16 results
ingo-stack/stack (press backspace or delete to remove)Following a rabbit hole of dependencies that starts at https://github.com/tinygo-org/tinygo/issues/2153, I noticed that
$ git clone https://github.com/go-stack/stack
$ cd stack
$ go test
succeeds, but ...
dkegel-fastly
- 3
- Opened on Nov 12, 2021
- #31
I see we are supporting a lot of go versions
https://github.com/go-stack/stack/blob/e5bbd7df104bcb242ace8dd02f8f9ab6b816de08/.github/workflows/test.yml#L14
I think we can drop support for versions prior ...
kishaningithub
- 2
- Opened on Aug 8, 2021
- #30
$ go test -trimpath
--- FAIL: TestCallStackString (0.00s)
stack_test.go:343:
got []
want [stack_test.go:362 stack_test.go:335]
--- FAIL: TestCallStackMarshalText (0.00s)
stack_test.go:357: ...
bug
ChrisHines
- Opened on Jan 31, 2021
- #27
Where are _ the docs _ mentioned in the last line of the README ?
See the docs for all of the supported formatting options
tlelson
- 1
- Opened on Mar 16, 2020
- #23
The import package path is inconsistent with your go. mod path, which makes it impossible to import the package.
go: gopkg.in/stack.v1@v1.8.0: go.mod has non-....v1 module path github.com/go-stack/stack ...
thinkeridea
- 3
- Opened on Apr 12, 2019
- #22
when I run the debugger. It keeps breaking on this intentional panic and I don t know how to get my debugger to ignore
this.
Nemesisesq
- 1
- Opened on Jul 11, 2017
- #15
We ve received a crash report https://github.com/ethereum/go-ethereum/issues/14777 from one of our users running our
project on Ubuntu on Windows. Alas there s no need to do that as we do ship Windows ...
karalabe
- 4
- Opened on Jul 10, 2017
- #14
Here is the code used in Caller() func:
c.pc = pcs[1]
if runtime.FuncForPC(pcs[0]) != sigpanic {
c.pc--
}
Could you please explain why the program counter is reduced by one ?
biased-kit
- 2
- Opened on Jun 4, 2017
- #11
runtime.CallersFrames was added in Go 1.7. Using it could clean up some of the internals of this package and eliminate
the need for the findSigpanic function.
ChrisHines
- 3
- Opened on May 22, 2017
- #10

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.