sbt/internal
Eugene Yokota a75e847a08 refactor: Refactor response handler
**Problem**
The sbtn response handling code is relatively stragightforward,
but it's a bit messy.

**Solution**
This cleans it up a bit, similar to the style used by Unfiltered
back then (not sure how Unfiltered plans are written nowadays) by
expressing each event handling as a partial function, and composing them
together using `orElse`.
2025-02-09 18:17:02 -05:00
..
util-collection refactor: Refactor response handler 2025-02-09 18:17:02 -05:00
util-complete Migrate all usages of `System.console == null` 2024-10-28 18:25:16 -07:00
util-control update ErrorHandling.scala 2024-09-11 07:36:03 +09:00
util-interface/src/main/java/xsbti Transfer copyright to Scala Center 2023-06-20 16:39:07 +02:00
util-logging Remove jansi from WindowsInputStream 2024-11-07 19:15:13 -08:00
util-logic/src Transfer copyright to Scala Center 2023-06-20 16:39:07 +02:00
util-position/src Transfer copyright to Scala Center 2023-06-20 16:39:07 +02:00
util-relation/src Transfer copyright to Scala Center 2023-06-20 16:39:07 +02:00
util-scripted/src/main fix: Fixes glob in scripted 2024-12-22 01:32:16 -05:00