nushell / engine-q

MIT License
58 stars 40 forks source link

Make PipelineData helpers collect rawstreams #969

Closed sophiajt closed 2 years ago

sophiajt commented 2 years ago

Description

Try out having pipelinedata helpers collect rawstreams before they apply functions. This fixes up str trim for me, and might be worth a try for nushell/engine-q#968 and similar.

cc @fdncred

Tests

Make sure you've run and fixed any issues with these commands:

kubouch commented 2 years ago

@jntrnr This issue sounds related: nushell/nushell#4318

fdncred commented 2 years ago

yes, this fixes nushell/engine-q#968 for me. thanks!

sophiajt commented 2 years ago

Cool, since this seems to be an improvement, I'll go ahead and land.