pash icon indicating copy to clipboard operation
pash copied to clipboard

Port `pipelines-limit` flag from dspash-future branch

Open angelhof opened this issue 1 year ago • 2 comments

The dspash-future branch contains a useful option that puts a maximum limit on the numbers of parallel pipelines that can be spawned by PaSh (https://github.com/binpash/pash/blob/dspash-future/compiler/config.py#L142). It is currently not implemented in future and it would be great if the option and its effects are ported to future. To resolve this issue it would be good to also add an example usecase for this option in docs/tutorial.md.

angelhof avatar Nov 18 '24 22:11 angelhof

Hi all! I want to take on porting the pipelines-limit flag from dspash-future into future.

I’ll start by forking it, running the existing tests, and drafting a PR in a separate branch — please let me know if there are any special guidelines I should follow!

HuoDx avatar May 04 '25 06:05 HuoDx

Hi all! I want to take on porting the pipelines-limit flag from dspash-future into future.

I’ll start by forking it, running the existing tests, and drafting a PR in a separate branch — please let me know if there are any special guidelines I should follow!

Great :) Just make sure to work on a branch from the future and not the main branch :) Send messages on the discord server if things don't work/you have questions!

angelhof avatar May 05 '25 16:05 angelhof