Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Arti Arti
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 230
    • Issues 230
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 19
    • Merge requests 19
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • The Tor Project
  • Core
  • ArtiArti
  • Merge requests
  • !294

Another set of improvements to the error code

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Nick Mathewson requested to merge nickm/arti:error_improvements2 into main Feb 08, 2022
  • Overview 0
  • Commits 5
  • Pipelines 1
  • Changes 4

This time the changes are all localized in arti_client. They are:

  • Make detail() an accessor function.
  • Rename Error to ErrorDetail.
  • Rename TorResult to Result.
  • Simplify visibility macros a bit.
  • Update launch of chan expiration task to new API

The final commit fixes a compilation error on main; unfortunately it doesn't backport cleanly without the rest of the branch. Let me know if I should do an interim fix.

Closes #321 (closed).

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: error_improvements2