We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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).
The text was updated successfully, but these errors were encountered:
+1 Please help!!
Sorry, something went wrong.
No branches or pull requests
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).
The text was updated successfully, but these errors were encountered: