lukeed / taskr

A fast, concurrency-focused task automation tool.
MIT License
2.53k stars 74 forks source link

Eager-load globs' files (only once) #213

Closed lukeed closed 7 years ago

lukeed commented 7 years ago

Originally proposed in #178 & attempted in #189

However, the _.files key was populated with a Promise that never resolved in fly.unwrap (fixed in 10c4a6a & re-resolved each time it was needed (Figure 1, Figure 2)

The globs should be expanded & yielded immediately within fly.source, resulting in a true array of file paths.

lukeed commented 7 years ago

Added in #218