Skip to content
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

V0.3.1 #70

Merged
merged 79 commits into from
Apr 24, 2024
Merged

V0.3.1 #70

merged 79 commits into from
Apr 24, 2024

Conversation

FL03
Copy link
Owner

@FL03 FL03 commented Apr 8, 2024

Focus

  • Continue to refine and implement various operations
  • Begin cleaning any unhygienic macros

FL03 added 11 commits April 5, 2024 10:54
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
@FL03 FL03 added enhancement New feature or request rust Improvements or additions that update the Rust code upgrade Alterations to the codebase versioning Any merge, pull-request or otherwise intended to update a deployed system, package, etc. labels Apr 8, 2024
@FL03 FL03 added this to the v0.3.1 milestone Apr 8, 2024
@FL03 FL03 self-assigned this Apr 8, 2024
Copy link

codesandbox bot commented Apr 8, 2024

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

macros/src/ops/binary.rs Fixed Show fixed Hide fixed
macros/src/diff/handle/expr/method.rs Fixed Show fixed Hide fixed
macros/src/diff/handle/expr/method.rs Fixed Show fixed Hide fixed
macros/src/diff/handle/expr/method.rs Fixed Show fixed Hide fixed
macros/src/diff/handle/expr/method.rs Fixed Show fixed Hide fixed
FL03 and others added 7 commits April 8, 2024 12:02
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
macros/src/diff/handle/expr/method.rs Fixed Show fixed Hide fixed
macros/src/diff/handle/expr/method.rs Fixed Show fixed Hide fixed
macros/src/diff/handle/expr/method.rs Fixed Show fixed Hide fixed
macros/src/diff/handle/expr/method.rs Fixed Show fixed Hide fixed
FL03 added 3 commits April 9, 2024 11:13
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
FL03 and others added 15 commits April 17, 2024 11:40
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
}

#[allow(dead_code)]
fn grad_ctx_with_args(ctx: &Box<Expr>, args: &Punctuated<Expr, Comma>, var: &Ident) -> TokenStream {

Check failure

Code scanning / clippy

you seem to be trying to use &Box<T>. Consider using just &T Error

you seem to be trying to use &Box<T>. Consider using just &T
}

#[allow(dead_code)]
pub fn attrs_is_lexical(attrs: &Vec<syn::Attribute>) -> bool {

Check warning

Code scanning / clippy

writing &Vec instead of &[_] involves a new object where a slice will do Warning

writing &Vec instead of &[\_] involves a new object where a slice will do
FL03 and others added 11 commits April 21, 2024 13:01
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
Signed-off-by: Joe McCain III <jo3mccain@icloud.com>
@FL03 FL03 merged commit ecd7f60 into main Apr 24, 2024
@FL03 FL03 deleted the v0.3.1 branch April 24, 2024 21:45
Copy link

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clippy found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request rust Improvements or additions that update the Rust code upgrade Alterations to the codebase versioning Any merge, pull-request or otherwise intended to update a deployed system, package, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant