-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
scope - devxChanges to the project's developer experience (CI/CD, configs, etc.)Changes to the project's developer experience (CI/CD, configs, etc.)
Description
Context
- Up until 74 - Add diff renderer and improve reporting #113, the require search paths were left as default, which meant we always had to require from the top of the
lestpackage - In that PR, we added
./src/lua/?.luaand./src/lua/?/index.luaas search paths, but only shortened imports for files that were already touched
Scope
- Update all remaining
requirepaths to dropsrc.lua. - Remove the legacy
./?.luasearch path
Acceptance Criteria
- Legacy search path is removed and there are no build errors
Metadata
Metadata
Assignees
Labels
scope - devxChanges to the project's developer experience (CI/CD, configs, etc.)Changes to the project's developer experience (CI/CD, configs, etc.)
Type
Projects
Status
Ready for dev