You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For larger projects, the structured dependency information (JSON) overflows the buffer Scala Steward is using, resulting in an exception, but effectively no new dependency updates.
This is a long standing issue hard to solve by tweaking the JSON format alone. Projects like Mill, with a rich set of integration tests integrated in the build resulting in more that 2000 build modules, won't fit the concept.
The easiest alternative would be to use a exchange file instead of a limited buffer.
The text was updated successfully, but these errors were encountered:
lefou
changed the title
Write Alg data to a file instead of a limited buffer
Write Alg data to and read from a file instead of a limited buffer
Apr 2, 2025
For context:
For larger projects, the structured dependency information (JSON) overflows the buffer Scala Steward is using, resulting in an exception, but effectively no new dependency updates.
--max-buffer-size
#3282This is a long standing issue hard to solve by tweaking the JSON format alone. Projects like Mill, with a rich set of integration tests integrated in the build resulting in more that 2000 build modules, won't fit the concept.
The easiest alternative would be to use a exchange file instead of a limited buffer.
The text was updated successfully, but these errors were encountered: