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

Show notifications about fetch library issues #7868

Merged
merged 1 commit into from Aug 7, 2023
Merged

Conversation

vlaaad
Copy link
Contributor

@vlaaad vlaaad commented Aug 7, 2023

User-facing changes:
The editor will now show notifications about failed attempts to fetch libraries.

Fixes #4000

User-facing changes:
The editor will now show notifications about failed attempts to fetch libraries.

Fixes #4000
@vlaaad vlaaad requested a review from matgis August 7, 2023 10:19
Comment on lines -238 to -247
(defn copy-engine-executable! ^File [^File target-dmengine platform {:keys [^File dmengine ^File engine-archive] :as engine-descriptor}]
(assert (or dmengine engine-archive))
(cond
(some? dmengine)
(fs/copy-file! dmengine target-dmengine)

(some? engine-archive)
(unpack-dmengine! engine-archive (dmengine-filename platform) target-dmengine))
target-dmengine)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unused.

@vlaaad vlaaad merged commit 34db77f into editor-dev Aug 7, 2023
5 checks passed
@vlaaad vlaaad deleted the DEFEDIT-4000 branch August 7, 2023 11:18
Copy link
Contributor

@matgis matgis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@@ -427,7 +427,8 @@
Options:
:fail :silently will not throw an exception on failure, and instead return an empty vector.
:target :keep will not replace the target file if it exists.
:target :replace (default) will replace the target file if it exists."
:target :replace (default) will replace the target file if it exists.
Returns a vector of source+target pairs if successful"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

source+target File pairs?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes :)

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.

None yet

2 participants