WIP: Adjust Custom Modules Loader #68

Draft
modulatingforce wants to merge 0 commits from Refactor-custom-load into master

I know I brought this up and was a concern that if we commands all under main, that would be bulky

I think an alternative is to recommend the custom developers to create a modules loader like init() and call that in main() directly on the given . There'll be a slight variation of existing logic, but mostly moving out the custom portion out of being called from core

I know I brought this up and was a concern that if we commands all under `main`, that would be bulky https://git.flake.sh/modulatingforce/forcebot_rs/src/commit/e67c8582c1f3ee717faa529ba1b3af7b629dddef/src/main.rs#L27 I think an alternative is to recommend the custom developers to create a modules loader like `init()` and call that in `main()` directly on the given . There'll be a slight variation of existing logic, but mostly moving out the custom portion out of being called from core
modulatingforce self-assigned this 2024-04-07 22:26:00 -04:00
modulatingforce added this to the Rust Learning project 2024-04-07 22:26:25 -04:00
modulatingforce modified the project from Rust Learning to Forcebot Prototype 1.0 Push 2024-04-07 22:26:42 -04:00
modulatingforce added this to the Prototype 1.0 milestone 2024-04-07 22:26:45 -04:00
Some checks failed
ci/woodpecker/pr/cargo-checks Pipeline was successful
ci/woodpecker/cron/flake-update Pipeline failed
This pull request is marked as a work in progress.
This branch is out-of-date with the base branch
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin Refactor-custom-load:Refactor-custom-load
git checkout Refactor-custom-load
Sign in to join this conversation.
No reviewers
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: modulatingforce/forcebot_rs#68
No description provided.