Skip to content
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

fix: Json Surface Writing #897

Merged
merged 6 commits into from
Jul 27, 2021

Conversation

Corentin-Allaire
Copy link
Contributor

Fix an issue in the json surface writing where we used a pointer on a surface instead of a shared pointer. This resolves issue #883 .

@Corentin-Allaire Corentin-Allaire added this to the next milestone Jul 26, 2021
@Corentin-Allaire Corentin-Allaire added Bug Something isn't working Component - Examples Affects the Examples module labels Jul 26, 2021
@codecov
Copy link

codecov bot commented Jul 26, 2021

Codecov Report

Merging #897 (e2bcd16) into main (0e83c06) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #897   +/-   ##
=======================================
  Coverage   48.66%   48.66%           
=======================================
  Files         331      331           
  Lines       17129    17129           
  Branches     8094     8094           
=======================================
  Hits         8336     8336           
  Misses       3087     3087           
  Partials     5706     5706           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0e83c06...e2bcd16. Read the comment docs.

@paulgessinger
Copy link
Member

I think this is it.

@asalzburger asalzburger merged commit 757161d into acts-project:main Jul 27, 2021
@paulgessinger paulgessinger linked an issue Jul 27, 2021 that may be closed by this pull request
@paulgessinger paulgessinger modified the milestones: next, v10.0.0 Jul 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Component - Examples Affects the Examples module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GeometryExample SEGFAULTs when using JSON writers
3 participants