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

various minor changes to the documentation #50879

Merged
merged 1 commit into from
Aug 14, 2023

Conversation

matthias314
Copy link
Contributor

A small contribution to an improved documentation. I've bundled a few tiny, unrelated changes together instead of submitting many PRs. Let me know if you prefer it differently or if you want any other change.

Some comments:

llvmcall: The file test/llvmcall.jl was mentioned. I've added a link to GitHub. However, it works only for tagged version. Improvements welcome.

@sync: I would like to add links to Distributed.@spawnat and Distributed.@distributed, but I don't know how to do it from one package (Base) to another. I once asked about it on Discourse, but didn't get an answer.

hasfastin: now mentioned in the documentation

@brenhinkeller brenhinkeller added the docs This change adds or pertains to documentation label Aug 10, 2023
@@ -1315,7 +1315,11 @@ a tuple of types. All types, as well as the LLVM code, should be specified as li
not as variables or expressions (it may be necessary to use `@eval` to generate these
literals).

See `test/llvmcall.jl` for usage examples.
[Opaque pointers](https://llvm.org/docs/OpaquePointers.html) (written as `ptr`) are not allowed in the LLVM code.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My understanding was that this would be supported at some point, once Julia moves to using them internally - do you know, @gbaraldi?

@KristofferC KristofferC merged commit ad0712f into JuliaLang:master Aug 14, 2023
2 checks passed
@matthias314 matthias314 deleted the m3/doc-changes branch August 14, 2023 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs This change adds or pertains to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants