-
Notifications
You must be signed in to change notification settings - Fork 64
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
Review: Async.Promise #567
Commits on Dec 31, 2017
-
Configuration menu - View commit details
-
Copy full SHA for dd78349 - Browse repository at this point
Copy the full SHA dd78349View commit details -
Configuration menu - View commit details
-
Copy full SHA for 088e312 - Browse repository at this point
Copy the full SHA 088e312View commit details -
Async.Promise: Do not check self fulfillment
Discussion for ES6 Promise: promises-aplus/promises-spec#108 Standard ES6 Promise does not check self fulfillment. And in Vim script, there is no way to refer itself in thenable object because Promise object is copy of s:PROMISE.
Configuration menu - View commit details
-
Copy full SHA for ad71bbe - Browse repository at this point
Copy the full SHA ad71bbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78a7476 - Browse repository at this point
Copy the full SHA 78a7476View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba7d405 - Browse repository at this point
Copy the full SHA ba7d405View commit details -
Async.Promise: Prefer partial to lambda
because it is usually shorter and faster. (As long as I measured, partial is 10% faster than lambda when some variable is captured.
Configuration menu - View commit details
-
Copy full SHA for 1e82791 - Browse repository at this point
Copy the full SHA 1e82791View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0e9d8f - Browse repository at this point
Copy the full SHA b0e9d8fView commit details -
Async.Promise: Fix maybe-uninitialized variable
Although previous code has no problem, but linter complains about it.
Configuration menu - View commit details
-
Copy full SHA for fea1b27 - Browse repository at this point
Copy the full SHA fea1b27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 264c07f - Browse repository at this point
Copy the full SHA 264c07fView commit details -
Async.Promise: Fix job example in document
Thank you @lambdalisue and @tyru!
Configuration menu - View commit details
-
Copy full SHA for f392520 - Browse repository at this point
Copy the full SHA f392520View commit details -
Async.Promise: Explicit l: at :let to avoid functioin name conflicts
Thank you @haya14busa and @tyru!
Configuration menu - View commit details
-
Copy full SHA for 58041c4 - Browse repository at this point
Copy the full SHA 58041c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e956ca0 - Browse repository at this point
Copy the full SHA e956ca0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 057d36e - Browse repository at this point
Copy the full SHA 057d36eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf1bd23 - Browse repository at this point
Copy the full SHA cf1bd23View commit details -
Async.Promise: Fix test descriptions and variable names, more checks
nit festival! Thank you @haya14busa
Configuration menu - View commit details
-
Copy full SHA for 427a0cd - Browse repository at this point
Copy the full SHA 427a0cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82b5c31 - Browse repository at this point
Copy the full SHA 82b5c31View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9770e2 - Browse repository at this point
Copy the full SHA e9770e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1095e9b - Browse repository at this point
Copy the full SHA 1095e9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8770b7 - Browse repository at this point
Copy the full SHA b8770b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbed16a - Browse repository at this point
Copy the full SHA fbed16aView commit details