Skip to content

Use pkgdir #165

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

Merged
merged 1 commit into from
Feb 23, 2022
Merged

Use pkgdir #165

merged 1 commit into from
Feb 23, 2022

Conversation

rikhuijzer
Copy link

Since Julia 1.4, there is the very convenient pkgdir which many people overlook. Via code searches, I noticed that this repository uses some dirname(dirname(pathof(FastTransforms))) which is the same as pkgdir(FastTransforms), so this PR proposes to replace that.

@codecov
Copy link

codecov bot commented Feb 23, 2022

Codecov Report

Merging #165 (7a43e8b) into master (e556219) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #165   +/-   ##
=======================================
  Coverage   81.86%   81.86%           
=======================================
  Files          12       12           
  Lines        2002     2002           
=======================================
  Hits         1639     1639           
  Misses        363      363           

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 e556219...7a43e8b. Read the comment docs.

@MikaelSlevinsky
Copy link
Member

Thanks!

@MikaelSlevinsky MikaelSlevinsky merged commit 567e3fe into JuliaApproximation:master Feb 23, 2022
@rikhuijzer rikhuijzer deleted the rh/pkgdir branch February 23, 2022 06:38
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