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

Syntax error, lines 205-214 #5

Open
cczona opened this issue Sep 28, 2011 · 1 comment
Open

Syntax error, lines 205-214 #5

cczona opened this issue Sep 28, 2011 · 1 comment

Comments

@cczona
Copy link

cczona commented Sep 28, 2011

Selecting menu item Bundles > GetBundles > Get Bundles is failing to load anything. The logs are reporting:

/Users/cczona/Library/Application Support/TextMate/Bundles/GetBundles.tmbundle/Support/getBundles.rb:205: syntax error, unexpected ':', expecting keyword_then or ',' or ';' or '\n'
when "Official": "Official"
^
/Users/cczona/Library/Application Support/TextMate/Bundles/GetBundles.tmbundle/Support/getBundles.rb:206: syntax error, unexpected keyword_when, expecting keyword_end
when "Under Review": "Review"
^
/Users/cczona/Library/Application Support/TextMate/Bundles/GetBundles.tmbundle/Support/getBundles.rb:206: syntax error, unexpected ':', expecting keyword_end
when "Under Review": "Review"
^
/Users/cczona/Library/Application Support/TextMate/Bundles/GetBundles.tmbundle/Support/getBundles.rb:208: warning: else without rescue is useless
/Users/cczona/Library/Application Support/TextMate/Bundles/GetBundles.tmbundle/Support/getBundles.rb:206: warning: unused literal ignored
/Users/cczona/Library/Application Support/TextMate/Bundles/GetBundles.tmbundle/Support/getBundles.rb:211: syntax error, unexpected ':', expecting keyword_then or ',' or ';' or '\n'
when /github.com/: "Github"
^
/Users/cczona/Library/Application Support/TextMate/Bundles/GetBundles.tmbundle/Support/getBundles.rb:214: syntax error, unexpected keyword_end, expecting $end

This is a confirmed clean copy, newly pulled from https://github.com/adamsalter/GetBundles.tmbundle.git and after Bundles > Bundle Editor > Reload Bundles.

All other menu items work (except of course for Close Dialog, since the dialog never opens in the first place).

@mralexgray
Copy link

+1 Please help!!

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

No branches or pull requests

2 participants