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

Rewrite opening files to fix compilation errors #336

Merged
merged 1 commit into from
Sep 20, 2023
Merged

Conversation

Adda0
Copy link
Collaborator

@Adda0 Adda0 commented Sep 20, 2023

This PR rewrites opening files in Cython which for some unknown reason fails on my system. Both changes are necessary for the binding to compile. The performance should not be affected.

@Adda0 Adda0 requested a review from tfiedor September 20, 2023 05:45
@codecov
Copy link

codecov bot commented Sep 20, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (f679a26) 72.93% compared to head (7f18cca) 72.93%.
Report is 5 commits behind head on devel.

Additional details and impacted files
@@           Coverage Diff           @@
##            devel     #336   +/-   ##
=======================================
  Coverage   72.93%   72.93%           
=======================================
  Files          33       33           
  Lines        4134     4134           
  Branches      952      952           
=======================================
  Hits         3015     3015           
  Misses        740      740           
  Partials      379      379           
Files Changed Coverage Δ
include/mata/nfa/builder.hh 80.00% <ø> (ø)
include/mata/parser/inter-aut.hh 97.29% <ø> (ø)
src/nfa/builder.cc 79.84% <0.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Adda0 Adda0 merged commit 2b84311 into devel Sep 20, 2023
19 of 20 checks passed
@Adda0 Adda0 deleted the rewrite_opening_files branch September 20, 2023 05:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants