Skip to content

.juliabundleignore should apply to top-level files, too #99

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mbauman
Copy link
Member

@mbauman mbauman commented Jun 20, 2025

The appbundle's .juliabundleignore was previously not picking up for files in the same directory. This is a simple change to effectively make the loop a do-while.

The appbundle's `.juliabundleignore` was previously not picking up for files in the same directory.  This is a simple change to effectively make the loop a do-while.
@mbauman
Copy link
Member Author

mbauman commented Jun 20, 2025

It'd probably be good to update the tests to ensure they look for a .juliabundleignore (and ignore siblings) in the bundles top level. The existing tests miss this case as the ignore files (and a sibling file) are not at the bundle root.

@test !isfile(joinpath(dir, bundle, ".bundle", "dev", "Pkg1", "README.md")) # in .juliabundleignore

@ranjanan ranjanan requested a review from pfitzseb June 23, 2025 23:59
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.

1 participant