Monorepo for Tangled tangled.org

spindle: more verbose error messages #887

merged opened by boltless.me targeting master from sl/okmkyytolvko
Labels

None yet.

assignee

None yet.

Participants 2
AT URI
at://did:plc:xasnlahkri4ewmbuzly2rlc5/sh.tangled.repo.pull/3m7zmleuoyw22
Interdiff #0 #1
spindle/db/events.go

This file has not been changed.

spindle/engines/nixery/engine.go

This file has not been changed.

spindle/server.go

This file has not been changed.

History

7 rounds 1 comment
sign up or login to add to the discussion
1 commit
expand
spindle: more verbose error messages
1/3 failed, 2/3 success
expand
expand 0 comments
pull request successfully merged
1 commit
expand
spindle: more verbose error messages
1/3 failed, 2/3 success
expand
expand 0 comments
1 commit
expand
spindle: more verbose error messages
3/3 success
expand
expand 0 comments
1 commit
expand
spindle: more verbose error messages
3/3 success
expand
expand 0 comments
1 commit
expand
spindle: more verbose error messages
3/3 success
expand
expand 0 comments
1 commit
expand
spindle: more verbose error messages
3/3 success
expand
expand 1 comment

lgtm, though i think we can compress statements of the form:

err := ...
if err != nil {
    ...
}

into:

if err := ...; err != nil {
    ...
}

as long as the subexpression is small (not necessary for this PR!).

1 commit
expand
spindle: more verbose error messages
3/3 success
expand
expand 0 comments