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

Spaces disallowed in branch grafts #141

Open
armatthews opened this issue Jan 24, 2013 · 1 comment
Open

Spaces disallowed in branch grafts #141

armatthews opened this issue Jan 24, 2013 · 1 comment
Labels

Comments

@armatthews
Copy link
Contributor

The following should be allowed, but instead gives "ERROR: Illegal character at start of branch reference name", due to the space between "Branch:" and "pathA".

task First > out :: p=(Branch: pathA=$a pathB=$b) { echo $p > $out }
task Second < in=$out@First[Branch: pathA] {}
global {
a=1
b=2
}

@jhclark
Copy link
Owner

jhclark commented May 15, 2014

@dowobeha This is one for you. At first glance, this one looks easy to pull off.

@jhclark jhclark added the easy label May 15, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants