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

Abstracted a couple common functions between Julia and Swift #3743

Merged
merged 11 commits into from
May 23, 2024

Conversation

B-rando1
Copy link
Collaborator

First, Julia and Swift both call booleans Bool, so I moved that naming into CommonPseudoOO.

Second, Julia and Swift are both not supported by Doxygen, so I followed @bmaclach's convention from Swift, using point form for the doc comments instead of backslashes, which are required for Doxygen. Since this is common between Julia and Swift, I extracted this functionality out of Swift and put it into CommonPseudoOO as well.

Also just an FYI, my work on the Julia renderer is on its own branch at https://github.com/JacquesCarette/Drasil/tree/JuliaRenderer. It's still got a long way to go, but it successfully generates an empty Julia file with a doc comment.

Copy link
Collaborator

@bmaclach bmaclach left a comment

Choose a reason for hiding this comment

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

The changes seem logical and correct to me, and I don't believe my previous comment is something that should block this from being merged, so I'm approving.

@JacquesCarette JacquesCarette merged commit 85f0ae1 into master May 23, 2024
5 checks passed
@JacquesCarette JacquesCarette deleted the JuliaSwiftCommon branch May 23, 2024 16:14
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.

None yet

3 participants