Skip to content

FS executor bug fix for RC zero

Pre-release
Pre-release
Compare
Choose a tag to compare
@rur rur released this 25 Jun 04:44
· 18 commits to master since this release
0d0690d

Quick fix for an issue in the previous release affecting the FS executor.

Bugfix

  • FileSystemExecutor was memoizing template contents
    • This is of little benefit since it only helps at startup time
    • The template contents stay in memory for the lifetime of the app

Housekeeping

  • Add test coverage for DeveloperExecutor forced reloading