On 9/20/2021 1:25 PM, Derrick Stolee wrote: > On 9/20/2021 12:42 PM, Taylor Blau wrote: >> We would probably want to perform this check both during initialization, >> and when adding patterns in cone mode. It may also be worthwhile to >> check the validity of the cone before running 'list' or 'reapply', too. > > 'list' definitely seems like a good idea, since it is expecting different > output than the literal patterns when cone mode is enabled. I double-checked this to see how to fix this, and the 'list' subcommand already notices that the patterns are not in cone mode and reverts its behavior to writing all of the sparse-checkout file to stdout. It also writes warnings over stderr before that. There might not be anything pressing to do here. Thanks, -Stolee