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

New version: StaticCompiler v0.6.0 #95194

Merged

Conversation

JuliaRegistrator
Copy link
Contributor

@JuliaRegistrator JuliaRegistrator commented Nov 11, 2023

Breaking changes

  • compile has been removed. This function was for compiling julia functions to be reused and called in new julia sessions, but this is no longer very useful due to the presence of pkgimages in version 1.9. StaticCompiler is back to focusing on standalone compilation.
  • compile_wasm has been removed. See WebAssemblyCompiler.jl for a more complete package for standalone compilation to WebAssembly
  • MixTape functionality has been removed. This was deemed unnecessary due to @device_override.

JuliaRegistrator referenced this pull request in tshort/StaticCompiler.jl Nov 11, 2023
* Remove `compile`, do some cleanup

* update README

* note about `compile_shlib`

* note about compile_shlib

* remove compile_wasm and MixTape; allow specifying a method_table

* Forgot v1.8 doesn't have package extensions

* oops

* don't export `compile_wasm`
Copy link
Contributor

Your new version pull request met all of the guidelines for auto-merging and is scheduled to be merged in the next round.


If you want to prevent this pull request from being auto-merged, simply leave a comment. If you want to post a comment without blocking auto-merging, you must include the text [noblock] in your comment. You can edit blocking comments, adding [noblock] to them in order to unblock auto-merging.

UUID: 81625895-6c0f-48fc-b932-11a18313743c
Repo: https://github.com/tshort/StaticCompiler.jl.git
Tree: ae21707c1334806e9706fe863265745794bdded9

Registrator tree SHA: 1ede4be248caa0b367cc8ebce8a0c76cb916c479
@JuliaRegistrator JuliaRegistrator force-pushed the registrator-staticcompiler-81625895-v0.6.0-7dd021f3a1 branch from d554533 to abe4e25 Compare November 11, 2023 22:09
@JuliaTagBot JuliaTagBot merged commit 0179af6 into master Nov 11, 2023
10 checks passed
@JuliaTagBot JuliaTagBot deleted the registrator-staticcompiler-81625895-v0.6.0-7dd021f3a1 branch November 11, 2023 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants