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

build(deps): bump clvm-tools-rs from 0.1.40 to 0.1.42 #18058

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 21, 2024

Draft For:

  • 0.1.42 is missing the intel wheel

Bumps clvm-tools-rs from 0.1.40 to 0.1.42.

Release notes

Sourced from clvm-tools-rs's releases.

0.1.42

What's Changed

Full Changelog: Chia-Network/clvm_tools_rs@0.1.41...0.1.42

0.1.41

What's Changed

New Contributors

Full Changelog: Chia-Network/clvm_tools_rs@0.1.40...0.1.41

Changelog

Sourced from clvm-tools-rs's changelog.

0.1.42

Fixed

  • Subtle differences with python representation of disassmebled strings.
  • Bug in CSE that would lift common subexpressions above their containing forms.

0.1.41

Changed

  • Addition of assemble, disassemble and compile from string to python api.

Fixed

  • Issue in parsing lambdas supporting the LSP.

0.1.34

Fixed

  • Fixed chialisp compilation issues

0.1.33

Changed

  • Set macOS deployment target to 10.14
  • Ensure we flush streams in case the runtime system doesn't get a chance

Fixed

  • Fix erroneous detection of recursion when two similar inline siblings

0.1.32

Skipped

0.1.31 Chia CLVM Tools Rust 2023-04-17

Added

  • defconst was added.
  • hierarchial debug was added.
  • clvm command linetools: supported more command line features in both compiler front-ends.

0.1.35

  • embed-file was added.
  • &rest arguments.
  • new bls and sec256 operators.

0.1.36

  • modern lambda added
  • updated some internal data strucutres and call interfaces to support env variable renaming at during closure generation / lambda capture, or any step during transformation.

0.1.37

  • First npm publish with a Program-like object reminiscent of

... (truncated)

Commits
  • abde83a Merge pull request #87 from Chia-Network/20240501-clvm-version-bump
  • ad62be6 Bump version
  • e9ff608 Merge pull request #80 from Chia-Network/20240406-assign-cse-fuzz
  • a729573 Nit: this can be pulled into the string since it's a simple identifier
  • dd40d9b Get rid of vestigal empty {} (thanks amine)
  • d390755 Use debug_assert (thanks amine) due to assert being live in release builds
  • 2adcdb4 fmt
  • 89d032a Ensure flags are exposed, minor fixes
  • 9b5ccaa Add a proper flag and a flag setting to compileropts so we can support passin...
  • 0dc71f3 Merge remote-tracking branch 'chia/base' into 20240406-assign-cse-fuzz
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from a team as a code owner May 21, 2024 20:24
@dependabot dependabot bot added Changed Required label for PR that categorizes merge commit message as "Changed" for changelog dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 21, 2024
@dependabot dependabot bot requested review from altendky and emlowe May 21, 2024 20:24
@dependabot dependabot bot force-pushed the dependabot-pip-main-clvm-tools-rs-0.1.42 branch from 982dd6b to 21532e7 Compare May 22, 2024 17:28
@altendky altendky closed this May 24, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 24, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@altendky altendky reopened this May 24, 2024
@github-actions github-actions bot added the merge_conflict Branch has conflicts that prevent merge to main label May 24, 2024
Copy link
Contributor

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@dependabot dependabot bot force-pushed the dependabot-pip-main-clvm-tools-rs-0.1.42 branch from 21532e7 to bcff6ac Compare May 24, 2024 18:04
Copy link
Contributor

Conflicts have been resolved. A maintainer will review the pull request shortly.

@github-actions github-actions bot removed the merge_conflict Branch has conflicts that prevent merge to main label May 24, 2024
updated-dependencies:
- dependency-name: clvm-tools-rs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot-pip-main-clvm-tools-rs-0.1.42 branch from bcff6ac to b577b80 Compare May 24, 2024 18:04
@altendky altendky marked this pull request as draft May 24, 2024 18:58
@altendky
Copy link
Contributor

we'll get it on the next release

@altendky altendky closed this May 24, 2024
@dependabot dependabot bot deleted the dependabot-pip-main-clvm-tools-rs-0.1.42 branch May 24, 2024 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changed Required label for PR that categorizes merge commit message as "Changed" for changelog dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant