You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/index.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,3 +86,4 @@ PackageCompiler 2.0 comes with a few breaking changes.
86
86
- The `audit_app` function has been removed. It caught too few problems to be useful in practice.
87
87
- The keyword `app_name` in `create_app` has been removed and replaced with a more flexible version.
88
88
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