Blaine Bublitz
Blaine Bublitz
What happens if you remove `async` on your function? You can't combine promise-returning and stream-returning functions.
Sounds like your fileinclude plugin is broken, maybe it is emitting an error that's being lost. Gulp 5 changed the underlying stream implementation and misbehaving stream implementations aren't supported anymore.
I believe this was related to https://github.com/gulpjs/glob-stream/pull/136 which we've fixed in https://github.com/gulpjs/gulp/pull/2839 and released as gulp v5.0.1 Can you please upgrade and test it out?
Can you make sure there's a semantic commit for the rename of multi memory so the changelog includes it as a breaking change?
@trucidare I noticed you merged main. We've changed some syntax, so you'll probably need to resolve conflicts by making those changes.
This library currently supports node 10+. This cannot be resolved until older node support is dropped.
@Svenmarim unfortunately the core team doesn't have the capacity to debug your entire gulpfile. If you can reduce this to a simple case, we'd be more able to help. Otherwise,...
I believe this was related to https://github.com/gulpjs/glob-stream/pull/136 which we've fixed in https://github.com/gulpjs/gulp/pull/2839 and released as gulp v5.0.1 Can you please upgrade and test it out?
Thanks for the report. I made a fix in glob-stream that only traverses the glob parent directory, but you are using a glob in the first segment so it will...
Talked to Oscar and we actually want to invert this assumption. Essentially, we want to delete the OCaml box-printing stuff used in oprint and use the `res_doc.re` stuff.