Mojang / DataFixerUpper

A set of utilities designed for incremental building, merging and optimization of data transformations.
MIT License
1.2k stars 138 forks source link

Fix: resolve message when calling toString() on PartialResult #74

Closed Gegy closed 1 year ago

Gegy commented 1 year ago

When making DataResult error message resolution lazy in #71, the PartialResult.toString() implementation was not updated to resolve the message. This causes lambda strings to appear in error messages (e.g. MC-260617)