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

Need to declare public symbols for non-exported but public methods #9

Open
marekpetrik opened this issue Sep 10, 2024 · 0 comments
Open

Comments

@marekpetrik
Copy link
Contributor

One idea:
@static if VERSION ≥ v"1.11"
# therein declare public identifiers
include("public.jl")
end

The structures and methods that need such definitions are

  • Domains.Gambler.Ruin
  • Domains.Gambler.RuinTransient

and probably others.

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

No branches or pull requests

1 participant