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

Update Rust crate rnix to 0.12.0 #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 14, 2022

This PR contains the following updates:

Package Type Update Change
rnix dependencies minor 0.10.1 -> 0.12.0

Release Notes

nix-community/rnix-parser (rnix)

v0.12.0

  • Add support for pipe operators

v0.11.0

Compare Source

  • removes the types module and replaces it with ast

  • the ast modules has better types and sum types

  • removes ParsedType in favor of Expr

  • removes the value module. methods on Value go on the individual types. For example, string related methods go on ast::Str

  • parse changed to Root::parse

  • NODE_OR_DEFAULT is removed

  • NODE_KEY -> NODE_ATTRPATH, NODE_KEY_VALUE -> NODE_ATTRPATH_VALUE

  • BinOp::IsSet is removed since it's actually not a normal binary operator.

  • NODE_SELECT is flattened in favor of NODE_ATTRPATH which consists of multiple Attrs, including a.b.c and a.b.c or expr

  • a or b is Apply, not "OrDefault", which matches the result of Nix. Fixes #​23

  • ${ is considered invalid at Expr places now, which matches the result of Nix.

  • remove TOKEN_DYNAMIC_START and TOKEN_DYNAMIC_END

  • rowan 15.0

  • various other parsing fixes

v0.10.2

Compare Source

  • Correctly parse every possible case of path-interpolation in Nix code (#​85).

    (from @​ncfavier).


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/rnix-0.x branch from 146a2ef to 706ebd0 Compare November 20, 2022 17:03
@renovate renovate bot changed the title Update Rust crate rnix to 0.10.2 Update Rust crate rnix to 0.11.0 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/rnix-0.x branch from 706ebd0 to b0a9c2b Compare January 11, 2025 03:27
@renovate renovate bot changed the title Update Rust crate rnix to 0.11.0 Update Rust crate rnix to 0.12.0 Jan 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants