-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[r3bl_core] Add decl macro to create singleton, and fix doc tests
1. create_global_singleton! - takes a struct that implement Default trait - and can make it a global mutable singleton that is thread safe - uses no unsafe code. 2. fix all doc tests - stop using `ignore` in doc tests - write code that at least compiles, if it does not run, using `no_run` 3. update main `run` nushell script to run `audit-deps` function in the `all-cicd` function - whitelist 3 RUSTSEC advisories for crates that are old or unmaintained: - `instant` - `hashbrown` - `yaml-rust`
- Loading branch information
1 parent
51a599d
commit 2b01bc6
Showing
19 changed files
with
516 additions
and
412 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.