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.14 #570

Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 5, 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.14

Release Notes

scala-native/scala-native (org.scala-native:sbt-scala-native)

v0.4.14

Compare Source

See changelog on scala-native.org

v0.4.13

Compare Source

See changelog on scala-native.org

v0.4.12

Compare Source

Release notes for Scala Native 0.4.12

v0.4.11

Compare Source

Release notes for Scala Native 0.4.11

v0.4.10

Compare Source

Release notes for Scala Native 0.4.10

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.

@renovate renovate bot requested a review from a team as a code owner June 5, 2023 16:41
@renovate renovate bot changed the title Update dependency org.scala-native:sbt-scala-native to v0.4.13 Update dependency org.scala-native:sbt-scala-native to v0.4.14 Jun 6, 2023
@renovate renovate bot force-pushed the renovate/org.scala-native-sbt-scala-native-0.x branch from eb6524a to 7f4ac21 Compare June 6, 2023 14:38
@renovate renovate bot force-pushed the renovate/org.scala-native-sbt-scala-native-0.x branch from 7f4ac21 to bef5557 Compare July 21, 2023 15:42
@renovate renovate bot force-pushed the renovate/org.scala-native-sbt-scala-native-0.x branch from bef5557 to eb6b068 Compare August 22, 2023 11:07
@jdegoes jdegoes closed this Aug 22, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Aug 22, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (0.4.14). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/org.scala-native-sbt-scala-native-0.x branch August 22, 2023 11:09
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