Skip to content

Commit dea8bc7

Browse files
authored
add a note about removing @ccallable for apps
1 parent 981a550 commit dea8bc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/src/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,4 @@ PackageCompiler 2.0 comes with a few breaking changes.
8686
- The `audit_app` function has been removed. It caught too few problems to be useful in practice.
8787
- The keyword `app_name` in `create_app` has been removed and replaced with a more flexible version.
8888
If you used `app_name="Foo"`, replace it with `executables=["Foo"=>"julia_main"]`.
89+
- The `@ccallable` in front of the entry point functions of apps should be removed. Failure to do so might lead to strange errors during creation of the app.

0 commit comments

Comments
 (0)