-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Instructions in README.md for running unit tests is incorrect #4
Comments
I also had a problem installing spade. Created an issue here: https://github.com/strobecorp/spade/issues/5 |
zliang-min
pushed a commit
to zliang-min/sproutcore20
that referenced
this issue
May 30, 2011
This should be fixed in the latest README update/spade gem release. |
Yeah, I can confirm that. |
nickiaconis
added a commit
to nickiaconis/ember.js
that referenced
this issue
Jun 1, 2016
locks
added a commit
that referenced
this issue
Aug 16, 2017
# This is the 1st commit message: typo in comment # The commit message #2 will be skipped: # indent yuidoc comment # The commit message #3 will be skipped: # remove IE8 test # The commit message #4 will be skipped: # remove commented out test # The commit message #5 will be skipped: # use file path and add imports # # Used RFC #176 modules API for imports. # Also cleaned up some of the globals-mode usage. # The commit message #6 will be skipped: # clean up more globals style documentation # The commit message #7 will be skipped: # Updates blueprints # The commit message #8 will be skipped: # remove extra type check # The commit message #9 will be skipped: # [BUGFIX beta] Reusing element causes problems in Safari # # When testing allowed input types, in some versions of Safari the type # cannot be change to `file` if previously set to a different one. # # Fixes #14727 # The commit message #10 will be skipped: # [DOC release]missed code block added # The commit message #1 will be skipped: # [DOC release] Update wait.js - Add missing backticks to code snippet. # The commit message #2 will be skipped: # use safe `toString` for array content in `mixins/array` # The commit message #3 will be skipped: # avoid expanding already expanded property key in computed.sort # The commit message #4 will be skipped: # avoid expanding already expanded property key in reduceMacro/arrayMacro/multiArrayMacro # The commit message #5 will be skipped: # [DOC release] Make `Ember.expandProperties` public # The commit message #6 will be skipped: # reuse meta `arrayContentDidChange` # The commit message #7 will be skipped: # replace `throw` with assertion in `enumerable` # The commit message #8 will be skipped: # [BUGFIX beta] Allow boolean values for current-when # # As the docs say, `A link will be active if current-when is true`. # Looks like this might have been broken since 1.13 and #12344 # did not seem to actually fix this particular bug. # # Related issues: # # - #12512 # - #12630 (fix was not merged) # - #12296 # The commit message #9 will be skipped: # remove unused imports # The commit message #10 will be skipped: # [DOC] Improve Ember.isEmpty # The commit message #1 will be skipped: # micro optimization in `enumerable`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no amber directory.
Running
spade update
inside the repo root dir gives an error:ejb-mbp2:sproutcore20 ebryn$ spade update
/Users/ebryn/.rvm/gems/ree-1.8.7-2010.02/gems/spade-0.0.7/lib/spade/bundle.rb:79:in
read': Too many levels of symbolic links - /Users/ebryn/Dev/repos/sproutcore20/.spade/packages/handlebars/package.json (Errno::ELOOP) from /Users/ebryn/.rvm/gems/ree-1.8.7-2010.02/gems/spade-0.0.7/lib/spade/bundle.rb:79:in
gen_spade_boot'from /Users/ebryn/.rvm/gems/ree-1.8.7-2010.02/gems/spade-0.0.7/lib/spade/bundle.rb:77:in
map' from /Users/ebryn/.rvm/gems/ree-1.8.7-2010.02/gems/spade-0.0.7/lib/spade/bundle.rb:77:in
gen_spade_boot'from /Users/ebryn/.rvm/gems/ree-1.8.7-2010.02/gems/spade-0.0.7/lib/spade/bundle.rb:67:in
update' from /Users/ebryn/.rvm/gems/ree-1.8.7-2010.02/gems/spade-0.0.7/lib/spade/bundle.rb:66:in
open'from /Users/ebryn/.rvm/gems/ree-1.8.7-2010.02/gems/spade-0.0.7/lib/spade/bundle.rb:66:in
update' from /Users/ebryn/.rvm/gems/ree-1.8.7-2010.02/gems/spade-0.0.7/lib/spade/cli/base.rb:120:in
update'from /Users/ebryn/.rvm/gems/ree-1.8.7-2010.02/gems/thor-0.14.6/lib/thor/task.rb:22:in
send' from /Users/ebryn/.rvm/gems/ree-1.8.7-2010.02/gems/thor-0.14.6/lib/thor/task.rb:22:in
run'from /Users/ebryn/.rvm/gems/ree-1.8.7-2010.02/gems/thor-0.14.6/lib/thor/invocation.rb:118:in
invoke_task' from /Users/ebryn/.rvm/gems/ree-1.8.7-2010.02/gems/thor-0.14.6/lib/thor.rb:263:in
dispatch'from /Users/ebryn/.rvm/gems/ree-1.8.7-2010.02/gems/thor-0.14.6/lib/thor/base.rb:389:in
start' from /Users/ebryn/.rvm/gems/ree-1.8.7-2010.02/gems/spade-0.0.7/bin/spade:7 from /Users/ebryn/.rvm/gems/ree-1.8.7-2010.02/bin/spade:19:in
load'from /Users/ebryn/.rvm/gems/ree-1.8.7-2010.02/bin/spade:19
Running
spade preview
works from the repo root dir, but tests aren't running when navigating to the test URL. From the web inspector ot looks like spade-boot.js is empty. Tested with Chrome 12 and Safari 5.The text was updated successfully, but these errors were encountered: