Skip to content

Split exts_filter and custom_commands - #2

Open
Flamefire wants to merge 1 commit into
Crivella:feature-julia_reusedepsfrom
Flamefire:julia-rework
Open

Split exts_filter and custom_commands#2
Flamefire wants to merge 1 commit into
Crivella:feature-julia_reusedepsfrom
Flamefire:julia-rework

Conversation

@Flamefire

Copy link
Copy Markdown

This is the approach I proposed in easybuilders#4146 (comment)

Basically:

  • exts_filter is the simple "does this package exist"-check (I think) it was supposed to be
  • custom_commands is a (sanity) check that the package(s) work

This also reinstantiates the 'dirs': [os.path.join('packages', self.name)], check removed in commit 764e925 (#4146) which would then be missing from standalone JuliaPackages.
That affects so far Pluto and Suppressor

I guess the real issue is that JuliaBundle inherits from JuliaPackage which means every bundle is assumed to be a package and some/(most?) of the work in easybuilders#4146 is to workaround that mistake.

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