-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issue: mention the need for a githubissue port #5
Comments
ghost
changed the title
Mention the need for a githubissue port in documentation
issue: mention the need for a githubissue port
Jul 6, 2019
jroimartin
added a commit
to jroimartin/github
that referenced
this issue
Jan 11, 2020
plumbserve() fails with a nil pointer dereferrence when it tries to print errors via w.Err(). This happens because w is a dummy window with a nil *acme.Win. This commit replaces w.Err() calls in plumbserve() with log.Printf(). It also extracts the plumbserve() method out of *awin, given that the previous change removes this dependency. Fixes issue rsc#5.
jroimartin
added a commit
to jroimartin/github
that referenced
this issue
Jan 11, 2020
plumbserve() fails with a nil pointer dereference when it tries to print errors via w.Err(). This happens because w is a dummy window with a nil *acme.Win. This commit replaces w.Err() calls in plumbserve() with log.Printf(). It also extracts the plumbserve() method out of *awin, given that the previous change removes this dependency. Fixes issue rsc#5.
jroimartin
added a commit
to jroimartin/github
that referenced
this issue
Jan 12, 2020
plumbserve() fails with a nil pointer dereference when it tries to print errors via w.Err(). This happens because w is a dummy window with a nil *acme.Win. This commit replaces w.Err() calls in plumbserve() with acme.Errf(). It also extracts the plumbserve() method out of *awin, given that the previous change removes this dependency. Fixes issue rsc#5.
@rsc this is still the case ☝🏻 |
ollytom
pushed a commit
to ollytom/issues
that referenced
this issue
Nov 3, 2024
plumbserve() fails with a nil pointer dereference when it tries to print errors via w.Err(). This happens because w is a dummy window with a nil *acme.Win. This commit replaces w.Err() calls in plumbserve() with acme.Errf(). It also extracts the plumbserve() method out of *awin, given that the previous change removes this dependency. Fixes issue rsc#5.
ollytom
pushed a commit
to ollytom/issues
that referenced
this issue
Nov 3, 2024
plumbserve() fails with a nil pointer dereference when it tries to print errors via w.Err(). This happens because w is a dummy window with a nil *acme.Win. This commit replaces w.Err() calls in plumbserve() with acme.Errf(). It also extracts the plumbserve() method out of *awin, given that the previous change removes this dependency. Fixes issue rsc#5.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I got a panic while running
issue -a
.This line failed to print the error message https://github.com/rsc/github/blob/master/issue/acme.go#L70. I eventually figured I had to add
to ~/lib/plumbing but that's not in the documentation. The panic trace is similar to the below (similar because line number is influenced by some print's I've added).
The text was updated successfully, but these errors were encountered: