Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • O Open VDS
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 30
    • Issues 30
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Open Subsurface Data Universe SoftwareOpen Subsurface Data Universe Software
  • Platform
  • Domain Data Management Services
  • Seismic
  • Open VDS
  • Merge requests
  • !625

Change the OpenVDSInterface to use an ErrorHandler callback

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Morten Ofstad requested to merge feature/morten.ofstad/ErrorHandler into master Jun 09, 2022
  • Overview 0
  • Commits 4
  • Pipelines 4
  • Changes 5

Change the OpenVDSInterface to use an ErrorHandler callback to set the error so it doesn't depend on the allocator being the same on the inside of the library as in the client application. Assigning std::string from the inside to a std::string reference from the outside fails when the allocators are not the same, so we need the interface to use C-string.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/morten.ofstad/ErrorHandler