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

Update dependency org.scala-native:sbt-scala-native to v0.4.9 #53

Merged
merged 2 commits into from
Jan 4, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 4, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
org.scala-native:sbt-scala-native (source) plugin patch 0.4.4 -> 0.4.9

Release Notes

scala-native/scala-native

v0.4.9

Compare Source

Release notes for Scala Native 0.4.9

New features

Incremental compilation

A new experimental compilation mode was being developed during the latest edition of Google Summer of Code by Liangyong Yu.
This feature splits generated code based on the package names and allows to skip re-compilation of generated LLVM IR if changes to definitions are detected.
Incremental compilation can allow reducing compilation times by up to 20%. You can read more about this change in Liangyongs GSoC report
To enable this experimental feature modify your nativeConfig:

nativeConfig ~= {
  _.withIncrementalCompilation(true)
}

v0.4.8

Compare Source

Release notes for Scala Native 0.4.8

v0.4.7: Scala Native 0.4.7

Compare Source

Patch release replacing 0.4.6
Release notes for Scala Native 0.4.7

v0.4.6: Scala Native 0.4.6

Compare Source

Release notes for Scala Native 0.4.6

v0.4.5: Scala Native 0.4.5

Compare Source

Release notes for Scala Native 0.4.5


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@khajavi khajavi enabled auto-merge (squash) January 4, 2023 16:07
@renovate
Copy link
Contributor Author

renovate bot commented Jan 4, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@khajavi khajavi merged commit 2cda6e5 into main Jan 4, 2023
@khajavi khajavi deleted the renovate/org.scala-native-sbt-scala-native-0.x branch January 4, 2023 16:21
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.

1 participant