Eryn Lynn 
								
							 
						 
						
							
							
							
							
								
							
							
								0c30e0c40b 
								
							 
						 
						
							
							
								
								Merge branch 'master' into use-xpcall  
							
							 
							
							
							
						 
						
							2020-05-05 18:15:45 -04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eryn Lynn 
								
							 
						 
						
							
							
							
							
								
							
							
								1ca3fff6f5 
								
							 
						 
						
							
							
								
								Use xpcall, revamp error handling  
							
							 
							
							
							
						 
						
							2020-05-04 23:56:49 -04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									David Duque 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								9cf49499bd 
								
							 
						 
						
							
							
								
								Apply suggestions  
							
							 
							
							... 
							
							
							
							Co-authored-by: eryn L. K. <eryn@eryn.io> 
							
						 
						
							2020-05-04 20:19:54 +01:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									David Duque 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								4586cc5a90 
								
							 
						 
						
							
							
								
								Use pcall() on Promise.is when looking for the .andThen function  
							
							 
							
							... 
							
							
							
							Some tables might have strict metatables that error if a non-existant
member is indexed, causing the chain to fail. 
							
						 
						
							2020-05-02 19:24:05 +01:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eryn Lynn 
								
							 
						 
						
							
							
							
							
								
							
							
								57d98880b5 
								
							 
						 
						
							
							
								
								make promisify test more clear  
							
							 
							
							
							
						 
						
							2020-04-17 20:00:54 -04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									James Onnen 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								ffd4cd94a1 
								
							 
						 
						
							
							
								
								Avoid reallocating another table for the _consumers() metatable, leading to a 5%-10% speed up of the trivial Promise.new(function() end) case  
							
							 
							
							
							
						 
						
							2020-03-29 03:35:15 -07:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eryn Lynn 
								
							 
						 
						
							
							
							
							
								
							
							
								5a4a30e221 
								
							 
						 
						
							
							
								
								Fix broken tests  
							
							 
							
							
							
						 
						
							2020-02-28 21:21:01 -05:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Niles 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								4e6b0de633 
								
							 
						 
						
							
							
								
								Update init.lua  
							
							 
							
							
							
						 
						
							2020-02-14 15:08:53 -06:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Niles 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								e1e183d632 
								
							 
						 
						
							
							
								
								Optimize Promise.delay with linked-list impl  
							
							 
							
							... 
							
							
							
							- Always iterate over promises via `ipairs`
- Avoid pushing the call arguments stack to a table in Promise.prototype.expect and Promise.prototype.await
- Use a doubly-linked list implementation of a queue
The old queue/dequeue implementation used an array which:
    - has items removed from the front (`table.remove(queue, 1)` O(n) each time)
        - this is especially bad in the main loop which could run multiple times in-a-row on a large array
        - new: O(1)
    - uses table.insert() followed by table.sort() to add a new node (O(n log n))
        - new: O(n)
    - has to lookup the index of the node being dequeued (O(n))
        - new: O(1) 
							
						 
						
							2020-02-14 06:02:48 -06:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eryn Lynn 
								
							 
						 
						
							
							
							
							
								
							
							
								64ba0099f1 
								
							 
						 
						
							
							
								
								Pass error to executor runner  
							
							 
							
							
							
						 
						
							2020-02-12 19:59:04 -05:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eryn Lynn 
								
							 
						 
						
							
							
							
							
								
							
							
								87937962ad 
								
							 
						 
						
							
							
								
								Add traceback piping to more functions  
							
							 
							
							
							
						 
						
							2020-02-12 18:55:29 -05:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eryn Lynn 
								
							 
						 
						
							
							
							
							
								
							
							
								4ecdd156a5 
								
							 
						 
						
							
							
								
								awaitvalue -> expect  
							
							 
							
							
							
						 
						
							2019-11-12 23:14:18 -05:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eryn Lynn 
								
							 
						 
						
							
							
							
							
								
							
							
								85240d83b7 
								
							 
						 
						
							
							
								
								Fix rejection propagation issue  
							
							 
							
							
							
						 
						
							2019-11-12 23:07:43 -05:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eryn Lynn 
								
							 
						 
						
							
							
							
							
								
							
							
								f4202bdc0d 
								
							 
						 
						
							
							
								
								Fix timeout return value doc  
							
							 
							
							
							
						 
						
							2019-11-12 21:32:16 -05:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eryn Lynn 
								
							 
						 
						
							
							
							
							
								
							
							
								4daaf7ee5d 
								
							 
						 
						
							
							
								
								Update done docs  
							
							 
							
							
							
						 
						
							2019-09-30 20:50:05 -04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eryn Lynn 
								
							 
						 
						
							
							
							
							
								
							
							
								75d82b4909 
								
							 
						 
						
							
							
								
								Add allSettled, some, and any  
							
							 
							
							... 
							
							
							
							Closes  #10 
Closes  #11 
Closes  #5  
							
						 
						
							2019-09-29 02:03:22 -04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eryn Lynn 
								
							 
						 
						
							
							
							
							
								
							
							
								cef64024e6 
								
							 
						 
						
							
							
								
								Add Promise.delay, :timeout  
							
							 
							
							... 
							
							
							
							Closes  #8 
Closes  #7  
							
						 
						
							2019-09-29 00:07:32 -04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eryn Lynn 
								
							 
						 
						
							
							
							
							
								
							
							
								f32ebd35bb 
								
							 
						 
						
							
							
								
								Add docs warning  
							
							 
							
							
							
						 
						
							2019-09-28 23:29:00 -04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eryn Lynn 
								
							 
						 
						
							
							
							
							
								
							
							
								bb13a0e2b6 
								
							 
						 
						
							
							
								
								Add Return and done  
							
							 
							
							... 
							
							
							
							Closes  #9  
							
						 
						
							2019-09-28 22:03:06 -04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eryn Lynn 
								
							 
						 
						
							
							
							
							
								
							
							
								3052ec1474 
								
							 
						 
						
							
							
								
								Add Promise.try  
							
							 
							
							
							
						 
						
							2019-09-28 18:54:49 -04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eryn Lynn 
								
							 
						 
						
							
							
							
							
								
							
							
								f6c3dd163a 
								
							 
						 
						
							
							
								
								Make resolve/reject accept multiple values  
							
							 
							
							... 
							
							
							
							Closes  #4  
							
						 
						
							2019-09-28 17:48:55 -04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eryn Lynn 
								
							 
						 
						
							
							
							
							
								
							
							
								c0626c0baf 
								
							 
						 
						
							
							
								
								Make promisify catch errors  
							
							 
							
							... 
							
							
							
							Closes  #12  
							
						 
						
							2019-09-28 17:38:35 -04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eryn Lynn 
								
							 
						 
						
							
							
							
							
								
							
							
								65daff4777 
								
							 
						 
						
							
							
								
								Improve stack traces and errors  
							
							 
							
							
							
						 
						
							2019-09-28 05:14:53 -04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eryn Lynn 
								
							 
						 
						
							
							
							
							
								
							
							
								f541fb7202 
								
							 
						 
						
							
							
								
								Remove status symbols  
							
							 
							
							
							
						 
						
							2019-09-28 01:56:58 -04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eryn Lynn 
								
							 
						 
						
							
							
							
							
								
							
							
								4829a421db 
								
							 
						 
						
							
							
								
								Add Promise:tap  
							
							 
							
							
							
						 
						
							2019-09-28 01:33:06 -04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eryn Lynn 
								
							 
						 
						
							
							
							
							
								
							
							
								1ca7dfbc3e 
								
							 
						 
						
							
							
								
								Fix   #3  
							
							 
							
							
							
						 
						
							2019-09-28 01:06:29 -04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eryn Lynn 
								
							 
						 
						
							
							
							
							
								
							
							
								e86c068ce2 
								
							 
						 
						
							
							
								
								Improve error messages  
							
							 
							
							
							
						 
						
							2019-09-28 00:44:18 -04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eryn Lynn 
								
							 
						 
						
							
							
							
							
								
							
							
								d61ce8ed97 
								
							 
						 
						
							
							
								
								Add some comments  
							
							 
							
							
							
						 
						
							2019-09-28 00:19:29 -04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eryn Lynn 
								
							 
						 
						
							
							
							
							
								
							
							
								17fac4d008 
								
							 
						 
						
							
							
								
								Make all/race cancel correctly  
							
							 
							
							
							
						 
						
							2019-09-28 00:13:30 -04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eryn Lynn 
								
							 
						 
						
							
							
							
							
								
							
							
								3dbb121906 
								
							 
						 
						
							
							
								
								Make error more robust when misusing all/race  
							
							 
							
							
							
						 
						
							2019-09-27 18:46:10 -04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eryn Lynn 
								
							 
						 
						
							
							
							
							
								
							
							
								1a0ec7db47 
								
							 
						 
						
							
							
								
								Make Promise.is only check andThennable  
							
							 
							
							
							
						 
						
							2019-09-22 22:58:23 -04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eryn Lynn 
								
							 
						 
						
							
							
							
							
								
							
							
								14587cd491 
								
							 
						 
						
							
							
								
								Move unhandled rejection warning to hb  
							
							 
							
							
							
						 
						
							2019-09-18 17:58:07 -04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eryn Lynn 
								
							 
						 
						
							
							
							
							
								
							
							
								ffaff8a4b1 
								
							 
						 
						
							
							
								
								Make new/async more explicit  
							
							 
							
							
							
						 
						
							2019-09-18 16:42:15 -04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eryn Lynn 
								
							 
						 
						
							
							
							
							
								
							
							
								0139ed512f 
								
							 
						 
						
							
							
								
								Fix Promise.promisify and add test  
							
							 
							
							
							
						 
						
							2019-09-15 02:50:53 -04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eryn Lynn 
								
							 
						 
						
							
							
							
							
								
							
							
								8650aeffdb 
								
							 
						 
						
							
							
								
								Make Promise.promisify use coroutine.wrap  
							
							 
							
							
							
						 
						
							2019-09-13 22:58:32 -04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eryn Lynn 
								
							 
						 
						
							
							
							
							
								
							
							
								9e40be2532 
								
							 
						 
						
							
							
								
								Update docs  
							
							 
							
							
							
						 
						
							2019-09-13 20:07:36 -04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eryn Lynn 
								
							 
						 
						
							
							
							
							
								
							
							
								5541559c78 
								
							 
						 
						
							
							
								
								Make Promise.promisify use Promise.new  
							
							 
							
							
							
						 
						
							2019-09-13 20:01:40 -04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eryn Lynn 
								
							 
						 
						
							
							
							
							
								
							
							
								783eb1c2bb 
								
							 
						 
						
							
							
								
								Add calls, awaitValue  
							
							 
							
							
							
						 
						
							2019-09-12 20:13:29 -04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eryn Lynn 
								
							 
						 
						
							
							
							
							
								
							
							
								3d53e7a364 
								
							 
						 
						
							
							
								
								Update Examples.md  
							
							 
							
							
							
						 
						
							2019-09-12 04:02:48 -04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eryn Lynn 
								
							 
						 
						
							
							
							
							
								
							
							
								65bcf3fc17 
								
							 
						 
						
							
							
								
								Create usage guide  
							
							 
							
							
							
						 
						
							2019-09-12 03:59:02 -04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eryn Lynn 
								
							 
						 
						
							
							
							
							
								
							
							
								bf733e642f 
								
							 
						 
						
							
							
								
								Make cancellation propagate downstream  
							
							 
							
							
							
						 
						
							2019-09-12 03:58:56 -04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eryn Lynn 
								
							 
						 
						
							
							
							
							
								
							
							
								264ff27213 
								
							 
						 
						
							
							
								
								Add Promise.async  
							
							 
							
							
							
						 
						
							2019-09-10 17:12:00 -04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eryn Lynn 
								
							 
						 
						
							
							
							
							
								
							
							
								62c06a2698 
								
							 
						 
						
							
							
								
								Update documentation  
							
							 
							
							
							
						 
						
							2019-09-10 16:00:43 -04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eryn Lynn 
								
							 
						 
						
							
							
							
							
								
							
							
								9a1d1c3530 
								
							 
						 
						
							
							
								
								Update for release  
							
							 
							
							
							
						 
						
							2019-09-10 15:34:06 -04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eryn Lynn 
								
							 
						 
						
							
							
							
							
								
							
							
								154dc3cf9e 
								
							 
						 
						
							
							
								
								Revert to using BindableEvents for await  
							
							 
							
							
							
						 
						
							2018-11-09 03:40:40 -05:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eryn Lynn 
								
							 
						 
						
							
							
							
							
								
							
							
								601127071c 
								
							 
						 
						
							
							
								
								Call cancellation hook immediately if already cancelled  
							
							 
							
							
							
						 
						
							2018-11-09 00:00:40 -05:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eryn Lynn 
								
							 
						 
						
							
							
							
							
								
							
							
								cda921e793 
								
							 
						 
						
							
							
								
								Update await to use coroutine.yield  
							
							 
							
							... 
							
							
							
							And add compatability with cancellation by returning nil. 
							
						 
						
							2018-11-08 23:50:07 -05:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eryn Lynn 
								
							 
						 
						
							
							
							
							
								
							
							
								4f5ed034e0 
								
							 
						 
						
							
							
								
								Add type assertion to onCancel  
							
							 
							
							
							
						 
						
							2018-10-24 03:10:20 -04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eryn Lynn 
								
							 
						 
						
							
							
							
							
								
							
							
								99cb3d62f5 
								
							 
						 
						
							
							
								
								Fully implement finally and cancellation  
							
							 
							
							
							
						 
						
							2018-10-24 02:33:30 -04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eryn Lynn 
								
							 
						 
						
							
							
							
							
								
							
							
								c55f9f1310 
								
							 
						 
						
							
							
								
								Merge branch 'finally' into finally-and-cancellation  
							
							 
							
							
							
						 
						
							2018-10-23 19:16:15 -04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eryn Lynn 
								
							 
						 
						
							
							
							
							
								
							
							
								4b95be24d5 
								
							 
						 
						
							
							
								
								Add promise:finally  
							
							 
							
							
							
						 
						
							2018-10-23 19:14:29 -04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eryn Lynn 
								
							 
						 
						
							
							
							
							
								
							
							
								774e9c62c5 
								
							 
						 
						
							
							
								
								Implement promise cancellation  
							
							 
							
							
							
						 
						
							2018-10-23 19:12:05 -04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lucien Greathouse 
								
							 
						 
						
							
							
							
							
								
							
							
								3b30a3fa70 
								
							 
						 
						
							
							
								
								Remove extra synchronization in Promise.all  
							
							 
							
							
							
						 
						
							2018-09-14 18:47:57 -07:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lucien Greathouse 
								
							 
						 
						
							
							
							
							
								
							
							
								23a3b629d6 
								
							 
						 
						
							
							
								
								Switch type marker to be a special symbol, so it's less likely to conflict  
							
							 
							
							
							
						 
						
							2018-09-14 13:53:13 -07:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lucien Greathouse 
								
							 
						 
						
							
							
							
							
								
							
							
								9bda3e68ea 
								
							 
						 
						
							
							
								
								Make Promise.new refer to the created promise as  
							
							 
							
							
							
						 
						
							2018-09-14 13:47:51 -07:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lucien Greathouse 
								
							 
						 
						
							
							
							
							
								
							
							
								639f0e8419 
								
							 
						 
						
							
							
								
								Formatting and comment wrapping  
							
							 
							
							
							
						 
						
							2018-09-14 13:47:10 -07:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lucien Greathouse 
								
							 
						 
						
							
							
							
							
								
							
							
								d8c3bb9264 
								
							 
						 
						
							
							
								
								Convert Promise.Status to be a userdata with __tostring  
							
							 
							
							
							
						 
						
							2018-09-14 13:45:27 -07:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lucien Greathouse 
								
							 
						 
						
							
							
							
							
								
							
							
								8dd394cccd 
								
							 
						 
						
							
							
								
								Move Promise member methods onto Promise.prototype  
							
							 
							
							
							
						 
						
							2018-09-14 13:43:22 -07:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lucien Greathouse 
								
							 
						 
						
							
							
							
							
								
							
							
								7921abb625 
								
							 
						 
						
							
							
								
								Remove last case of manual  
							
							 
							
							
							
						 
						
							2018-09-14 13:41:32 -07:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lucien Greathouse 
								
							 
						 
						
							
							
							
							
								
							
							
								bb68da5e5b 
								
							 
						 
						
							
							
								
								Style cleanup  
							
							 
							
							
							
						 
						
							2018-09-14 13:39:27 -07:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lucien Greathouse 
								
							 
						 
						
							
							
							
							
								
							
							
								3c9881a478 
								
							 
						 
						
							
							
								
								Vararg cleanup and test robustness improvements  
							
							 
							
							
							
						 
						
							2018-09-14 13:38:52 -07:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lucien Greathouse 
								
							 
						 
						
							
							
							
							
								
							
							
								40acffb2f0 
								
							 
						 
						
							
							
								
								Improve robustness of Promise.all tests  
							
							 
							
							
							
						 
						
							2018-09-14 11:31:24 -07:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eryn Lynn 
								
							 
						 
						
							
							
							
							
								
							
							
								371f08598c 
								
							 
						 
						
							
							
								
								Implement Promise.all ( #4 )  
							
							 
							
							
							
						 
						
							2018-09-14 11:17:06 -07:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lucien Greathouse 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								e6b43a1fae 
								
							 
						 
						
							
							
								
								Make multiple return values be handled correctly in all (?) cases ( #3 )  
							
							 
							
							
							
						 
						
							2018-07-05 15:49:25 -07:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lucien Greathouse 
								
							 
						 
						
							
							
							
							
								
							
							
								e785799141 
								
							 
						 
						
							
							
								
								Fix missing unpack case, still not ideal  
							
							 
							
							
							
						 
						
							2018-06-16 20:04:01 -07:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lucien Greathouse 
								
							 
						 
						
							
							
							
							
								
							
							
								6c6eef6a3b 
								
							 
						 
						
							
							
								
								Store length of _values explicitly.  
							
							 
							
							... 
							
							
							
							This fixes some cases where middle-nils would drop values.
Not all cases are fixed because of the definition of wpcall,
which could be rectified by replacing it. 
							
						 
						
							2018-06-16 19:47:21 -07:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lucien Greathouse 
								
							 
						 
						
							
							
							
							
								
							
							
								bf3a3cf422 
								
							 
						 
						
							
							
								
								Rename internal _value field to _values  
							
							 
							
							
							
						 
						
							2018-06-16 19:42:14 -07:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lucien Greathouse 
								
							 
						 
						
							
							
							
							
								
							
							
								5010fa389a 
								
							 
						 
						
							
							
								
								Add Promise:getStatus() for checking on a promise's current status  
							
							 
							
							
							
						 
						
							2018-06-16 19:40:57 -07:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lucien Greathouse 
								
							 
						 
						
							
							
							
							
								
							
							
								8828d467c4 
								
							 
						 
						
							
							
								
								Use xpcall instead of pcall to create better stack traces  
							
							 
							
							
							
						 
						
							2018-05-21 14:13:53 -07:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lucien Greathouse 
								
							 
						 
						
							
							
							
							
								
							
							
								7fb09d103f 
								
							 
						 
						
							
							
								
								Update to Promise version from Rojo, which changes await()  
							
							 
							
							
							
						 
						
							2018-04-20 23:25:23 -07:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lucien Greathouse 
								
							 
						 
						
							
							
							
							
								
							
							
								9bc03fc001 
								
							 
						 
						
							
							
								
								Update the repository for prime-time  
							
							 
							
							
							
						 
						
							2018-04-11 15:26:54 -07:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lucien Greathouse 
								
							 
						 
						
							
							
							
							
								
							
							
								bafeb68973 
								
							 
						 
						
							
							
								
								Fix comment grammar  
							
							 
							
							
							
						 
						
							2018-02-01 11:22:01 -08:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lucien Greathouse 
								
							 
						 
						
							
							
							
							
								
							
							
								3dda05030b 
								
							 
						 
						
							
							
								
								Improved test coverage  
							
							 
							
							
							
						 
						
							2018-01-31 15:39:27 -08:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lucien Greathouse 
								
							 
						 
						
							
							
							
							
								
							
							
								8f093eec98 
								
							 
						 
						
							
							
								
								Simplified Promise.all implementation  
							
							 
							
							
							
						 
						
							2018-01-31 15:39:21 -08:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lucien Greathouse 
								
							 
						 
						
							
							
							
							
								
							
							
								a25ad236ae 
								
							 
						 
						
							
							
								
								Start implementing tests, add lemur and testez dependencies  
							
							 
							
							
							
						 
						
							2018-01-31 15:29:04 -08:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lucien Greathouse 
								
							 
						 
						
							
							
							
							
								
							
							
								8b1573ce41 
								
							 
						 
						
							
							
								
								Rename, implement Promise.all  
							
							 
							
							
							
						 
						
							2018-01-31 13:43:09 -08:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lucien Greathouse 
								
							 
						 
						
							
							
							
							
								
							
							
								d9bd6bbd3c 
								
							 
						 
						
							
							
								
								Initial dump  
							
							 
							
							
							
						 
						
							2018-01-25 17:21:58 -08:00