You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We just don't have any way to declare bin/ scripts yet, although we should so that we can search for bin/scripts without having them installed.
On installation zef just greps bin/ and adds them to a non-spec field that CURI understands when installing. So what happens now is bin/cro gets installed to two spots in CURI -- resources/ and sources/ -- but only one ever gets used: resources/ ( Note this is CURI's resources/ folder, not the one in a distribution ). The problem, other than the extra file installed which isn't really a problem, is that when searching it is assumed provides means a certain thing so that zef install foobar doesn't install something with "provides" : { "foobar" : "bin/foobar.pl6" }
This is basically just a carry-over from panda, and ideally we'd have a "scripts" : [] META6.json field or some such along with a round of ecosystem PRs to add this field and its values to various modules.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.