Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

1.1.0 beta2

Pre-release
Pre-release
Compare
Choose a tag to compare
released this 05 Jun 19:09

Agera core

  • Result now returns absent() if created with failure(e) when e is the absent() Throwable (needed to make the new beta1 Function that wraps a Throwable in a Result to propagate absent correctly)
  • Changed the new beta1 sort method in FunctionCompiler to not mutate input Lists
  • Fixed a problem in beta1 causing low pass filtering to fail
  • Remove the confusing stack trace in the absent() and default failure() Throwables in Result