Skip to content

Conversation

kmsquire
Copy link
Member

@kmsquire kmsquire commented Dec 29, 2021

  • The name was accidentally changed to sys.dll in a previous refactor
  • Also rename get_sysimg_file -> get_library_filename. It used to
    be used to get the sysimg filename for create_app and create_lib,
    but now it's only used by create_lib.

Fixes #653

* The name was accidentally changed to sys.dll in a previous refactor
* Also rename `get_sysimg_file` -> `get_library_filename`.  It used to
  be used to get the sysimg filename for `create_app` and `create_lib`,
  but now it's only used by `create_lib`.
@codecov
Copy link

codecov bot commented Dec 29, 2021

Codecov Report

Merging #655 (9731f6b) into master (22576ee) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #655   +/-   ##
=======================================
  Coverage   95.25%   95.25%           
=======================================
  Files           2        2           
  Lines         464      464           
=======================================
  Hits          442      442           
  Misses         22       22           
Impacted Files Coverage Δ
src/PackageCompiler.jl 95.72% <100.00%> (ø)

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 22576ee...9731f6b. Read the comment docs.

@KristofferC KristofferC merged commit 94fdba2 into master Jan 11, 2022
@KristofferC KristofferC deleted the kms/fix-windows-library-filename branch January 11, 2022 07:02
@ThummeTo
Copy link

Thanks!

@ThummeTo
Copy link

I just wanted to ask when the next verison release is planned?

We have a PackageCompiler-Dependency in one of our libs and it's currently not working with the old/wrong DLL-naming.

Best regards!

@kmsquire
Copy link
Member Author

Going to make a release now.

@ThummeTo
Copy link

Thank you very much!

@kmsquire
Copy link
Member Author

Okay, it took me a day, but v2.0.5 is released now.

@ThummeTo
Copy link

Thank you very much @kmsquire!
I just checked the update and it works perfectly!

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.

create_library doesn't create mylib.dll for example on windows
3 participants