Skip to content

Create scaffolding for executor v2 [#3156]

Ethan Reesor requested to merge 3156-create-scaffolding-for-executor-v2 into main

Closes #3156 (closed). Move executor v1 to a folder named 'v1', copy v1 to be the basis of v2, and implement automatic switching from v1 to v2. The v2 executor packages are very intentionally plain copies without any changes at all, beyond replacing v1 imports with v2. That will make it far easier to merge with other work.

Changelog: feature

Edited by Ethan Reesor

Merge request reports