paths-filter icon indicating copy to clipboard operation
paths-filter copied to clipboard

Please add ability to communicate changed files list via filesystem

Open jepler opened this issue 4 years ago • 0 comments

If the length of the changed files is long, it can exceed the limit on environment variables (131071 bytes for a single environment variable NAME=value setting on Linux; likely much less on Windows).

Please add the ability to communicate the list of changed files via the filesystem instead, to avoid this limitation.

Related:

  • adafruit/circuitpython#5359 (in which the changed files list is also incorrect due to something about my fork that we haven't fixed yet)

jepler avatar Sep 18 '21 02:09 jepler