Skip to content

Symlink not being created, wildcard not working #74

@timersys

Description

@timersys

Issue 1: Wildcard load
I got two packages on ~/Packages so I tried the following:
studio load ~/Packages/* but I got the following error:

studio load ~/Packages/*                                                       
  [Symfony\Component\Console\Exception\RuntimeException]  
  Too many arguments.                                                                                            
load <path>

Issue 2: Symlink problem with package B
I got 1 project type wordpress-plugin that requires 2 libraries in composer.json .
so WP requires A and B

{
  "name" : "timersys/WP",
  "type" : "wordpress-plugin",
"require": {
        "timersys/A": "dev-master",
        "timersys/B": "dev-master"
    }
}

A library in composer.json also requires project B

{
  "name" : "timersys/A",
"require": {
        "timersys/B": "dev-master"
    }
}

Issue is that library B symlink is not being created and keep getting downloaded. I tried studio load also inside B but that makes not difference. Not sure what Im doing wrong but I can't make it work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions