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.16 #602

Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 5, 2023

Mend Renovate logo banner

This PR contains the following updates:

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

Release Notes

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

v0.4.16

Compare Source

See changelog on scala-native.org

v0.4.15

Compare Source

See changelog on scala-native.org

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 September 5, 2023 09:26
@renovate renovate bot force-pushed the renovate/org.scala-native-sbt-scala-native-0.x branch 6 times, most recently from 1fd8614 to c6eeadb Compare September 9, 2023 14:53
@renovate renovate bot force-pushed the renovate/org.scala-native-sbt-scala-native-0.x branch from c6eeadb to 5c2829d Compare September 15, 2023 11:27
@renovate renovate bot changed the title Update dependency org.scala-native:sbt-scala-native to v0.4.15 Update dependency org.scala-native:sbt-scala-native to v0.4.16 Oct 14, 2023
@renovate renovate bot force-pushed the renovate/org.scala-native-sbt-scala-native-0.x branch from 5c2829d to d733bb9 Compare October 14, 2023 01:05
@renovate renovate bot force-pushed the renovate/org.scala-native-sbt-scala-native-0.x branch 2 times, most recently from 04ccd4b to 5f53b54 Compare October 27, 2023 23:32
@renovate renovate bot force-pushed the renovate/org.scala-native-sbt-scala-native-0.x branch from 5f53b54 to e224ea0 Compare November 18, 2023 11:19
@vigoo vigoo closed this Nov 18, 2023
Copy link
Contributor Author

renovate bot commented Nov 18, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (0.4.16). 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 November 18, 2023 11: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