Skip to content

Event Task Feedback

Pre-release
Pre-release
Compare
Choose a tag to compare
@Moderocky Moderocky released this 08 Jul 15:44
· 25 commits to master since this release

This release includes a slew of small quality-of-life adjustments (thank you @bluelhf) and little fixes.

Dispatching an event will now give back a data object with some information and the available futures for all tasks it spawned (suggestion from @kiip1) as well as a way to do something after all have finished.

There is also a fix for a minor race condition that was preventing some Futures from being marked as finished correctly, if the script managed to complete faster than the event was finished being dispatched by the controller.

From now on, most work will be towards fixes, quality and speed improvements rather than new features, preparing for a version 1.1 major release.

What's Changed

  • Change ExprFunctionProperty to use 'of' instead of 'from' by @bluelhf in #7
  • Fix all the things by @bluelhf in #9
  • Fix pattern matching for optional groups by @bluelhf in #10
  • Don't throw unchecked exception in unsafe.set_java_field by @bluelhf in #11

New Contributors

Full Changelog: 1.0.34...1.0.35