forked from jl777/SuperNET
-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactoring the project #1247
Labels
improvement: docs
improvement: error handling
Improvements made on error-handling
improvement: resource usage
Improvements made on resource usage on runtime or/and compile time
priority: medium
Moderately important tasks that should be completed but are not urgent.
Comments
Additional note - I have already tried to restructure project a bit and noticed few cycle dependencies between various mm2 modules. It's worth trying to remove these cycles during the refactoring. |
We can provide a module that re-exports other modules, this would fix circular dependency problem. |
This was referenced Apr 28, 2022
artemii235
pushed a commit
that referenced
this issue
May 19, 2022
* save development state Signed-off-by: Onur Özkan <[email protected]> * save development state Signed-off-by: Onur Özkan <[email protected]> * save development state Signed-off-by: ozkanonur <[email protected]> * exclude unused dependencies Signed-off-by: ozkanonur <[email protected]> * save development state Signed-off-by: Onur Özkan <[email protected]> * save development state Signed-off-by: Onur Özkan <[email protected]> * save development state Signed-off-by: Onur Özkan <[email protected]> * save development state Signed-off-by: Onur Özkan <[email protected]> * save development state Signed-off-by: Onur Özkan <[email protected]> * save development state Signed-off-by: Onur Özkan <[email protected]> * save development state Signed-off-by: Onur Özkan <[email protected]> * save development state Signed-off-by: Onur Özkan <[email protected]> * save development state Signed-off-by: Onur Özkan <[email protected]> * save development state (can finally build!!!) Signed-off-by: Onur Özkan <[email protected]> * save development state Signed-off-by: ozkanonur <[email protected]> * fix formatting Signed-off-by: Onur Özkan <[email protected]> * save development state Signed-off-by: Onur Özkan <[email protected]> * finalize fixing compiler,clipply,fmt errors Signed-off-by: ozkanonur <[email protected]> * update docs Signed-off-by: ozkanonur <[email protected]> * fix fmt Signed-off-by: Onur Özkan <[email protected]> * fix wasm testt Signed-off-by: ozkanonur <[email protected]> * fix fmt Signed-off-by: ozkanonur <[email protected]> * fix `test_mm_rpc_response_serialize` Signed-off-by: Onur Özkan <[email protected]> * rename `mm2_ehandle` into `mm2_err_handle` Signed-off-by: ozkanonur <[email protected]> * fix `cargo check test` Signed-off-by: ozkanonur <[email protected]> * fix pr notes Signed-off-by: ozkanonur <[email protected]> * fix another pr notes Signed-off-by: ozkanonur <[email protected]> * fix PR notes Signed-off-by: Onur Özkan <[email protected]> * disable doctest for `mm2_core` crate Signed-off-by: ozkanonur <[email protected]> * disable doctest for `mm2_err_handle` crate Signed-off-by: ozkanonur <[email protected]>
onur-ozkan
added
priority: low
Tasks with low importance that can be addressed when time permits.
improvement: error handling
Improvements made on error-handling
improvement: resource usage
Improvements made on resource usage on runtime or/and compile time
improvement: docs
and removed
Low priority
labels
Dec 12, 2024
shamardy
added
priority: medium
Moderately important tasks that should be completed but are not urgent.
and removed
priority: low
Tasks with low importance that can be addressed when time permits.
labels
Dec 12, 2024
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
improvement: docs
improvement: error handling
Improvements made on error-handling
improvement: resource usage
Improvements made on resource usage on runtime or/and compile time
priority: medium
Moderately important tasks that should be completed but are not urgent.
In order to improve the maintainability of mm2, there are things that they are really necessary to make some improvements in terms of maintaining the project, debugging the source code, etc.
Our current improvement goals will be as following:
EDIT
additional task:
test
dir.cc @artemii235
The text was updated successfully, but these errors were encountered: