INIT Refactor Workspaces #12

Closed
modulatingforce wants to merge 1 commit from dev-refactor-workspaces into dev

** Will update the below with latest and greatest working

├── Cargo.lock
├── Cargo.toml
├── main.rs
├── custom.rs   // <-- defines a call back fn botinstance uses to pull in custom modules
├── core
│   ├── botinstance
|	|   ├── Cargo.toml
│	│   └── src
|	|	 	└── lib.rs 
│   ├── botmodules
|	|   ├── Cargo.toml
│	│   └── src
|	|	 	└── lib.rs
│   ├── identity
|	|   ├── Cargo.toml
│	│   └── src
|	|	 	└── lib.rs
│   └── ratelimiters
|	    ├── Cargo.toml
│	    └── src
|	 	 	└── lib.rs
├── custom
│   └── experiments
|	    ├── Cargo.toml
│	    └── src
|		 	└── lib.rs
└── target
** Will update the below with latest and greatest working ``` ├── Cargo.lock ├── Cargo.toml ├── main.rs ├── custom.rs // <-- defines a call back fn botinstance uses to pull in custom modules ├── core │ ├── botinstance | | ├── Cargo.toml │ │ └── src | | └── lib.rs │ ├── botmodules | | ├── Cargo.toml │ │ └── src | | └── lib.rs │ ├── identity | | ├── Cargo.toml │ │ └── src | | └── lib.rs │ └── ratelimiters | ├── Cargo.toml │ └── src | └── lib.rs ├── custom │ └── experiments | ├── Cargo.toml │ └── src | └── lib.rs └── target ```
modulatingforce added this to the Prototype 1.0 milestone 2024-02-24 17:06:32 -05:00
modulatingforce added the
Kind/Enhancement
label 2024-02-24 17:06:32 -05:00
modulatingforce self-assigned this 2024-02-24 17:06:32 -05:00
modulatingforce added this to the Rust Learning project 2024-02-24 17:06:33 -05:00
modulatingforce added 1 commit 2024-02-24 17:11:12 -05:00
modulatingforce added the
Reviewed
Won't Fix
label 2024-02-24 21:40:43 -05:00
Author
Owner

Determined : Not Feasible

  • Workspaces are Better suited for modules and components that aren't dependent on one another
  • At the moment, bot components are currently designed to be interdependent in such a way that introducing workspaces also introduces an issue with cyclical dependencies
Determined : **Not Feasible** - Workspaces are Better suited for modules and components that aren't dependent on one another - At the moment, bot components are currently designed to be interdependent in such a way that introducing workspaces also introduces an issue with cyclical dependencies
modulatingforce closed this pull request 2024-02-24 21:46:15 -05:00

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
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#12
No description provided.