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

Type Inference PoC - iteration 1 - most basic type inference #8652

Merged
merged 186 commits into from
Jun 13, 2024

yet another bump

f3d16a2
Select commit
Loading
Failed to load commit list.
Merged

Type Inference PoC - iteration 1 - most basic type inference #8652

yet another bump
f3d16a2
Select commit
Loading
Failed to load commit list.
Mergify / Summary succeeded Jun 13, 2024 in 0s

2 potential rules

Rule: Automatic merge on approval (merge)

  • -closed [📌 merge requirement]
  • #approved-reviews-by>=1 [🛡 GitHub branch protection]
  • #changes-requested-reviews-by=0 [🛡 GitHub branch protection]
  • -conflict [📌 merge requirement]
  • -draft [📌 merge requirement]
  • branch-protection-review-decision=APPROVED [🛡 GitHub branch protection]
  • label=CI: Ready to merge
  • any of: [📌 merge -> configuration change requirements]
    • -mergify-configuration-changed
    • check-success=Configuration changed
  • any of: [🛡 GitHub branch protection]
    • check-success=license/cla
    • check-neutral=license/cla
    • check-skipped=license/cla
  • any of: [🛡 GitHub branch protection]
    • check-success=Test Formatting
    • check-neutral=Test Formatting
    • check-skipped=Test Formatting
  • any of: [🛡 GitHub branch protection]
    • check-success=Changelog
    • check-neutral=Changelog
    • check-skipped=Changelog
  • any of: [🛡 GitHub branch protection]
    • check-success=Build Backend (linux, x86_64)
    • check-neutral=Build Backend (linux, x86_64)
    • check-skipped=Build Backend (linux, x86_64)
  • any of: [🛡 GitHub branch protection]
    • check-success=Build Backend (windows, x86_64)
    • check-neutral=Build Backend (windows, x86_64)
    • check-skipped=Build Backend (windows, x86_64)
  • any of: [🛡 GitHub branch protection]
    • check-success=Lint (linux, x86_64)
    • check-neutral=Lint (linux, x86_64)
    • check-skipped=Lint (linux, x86_64)
  • any of: [🛡 GitHub branch protection]
    • check-success=Package New IDE (windows, x86_64)
    • check-neutral=Package New IDE (windows, x86_64)
    • check-skipped=Package New IDE (windows, x86_64)
  • any of: [🛡 GitHub branch protection]
    • check-success=Package New IDE (linux, x86_64)
    • check-neutral=Package New IDE (linux, x86_64)
    • check-skipped=Package New IDE (linux, x86_64)
  • any of: [🛡 GitHub branch protection]
    • check-success=Verify License Packages (linux, x86_64)
    • check-neutral=Verify License Packages (linux, x86_64)
    • check-skipped=Verify License Packages (linux, x86_64)
  • any of: [🛡 GitHub branch protection]
    • check-success=GUI build (windows, x86_64)
    • check-neutral=GUI build (windows, x86_64)
    • check-skipped=GUI build (windows, x86_64)
  • any of: [🛡 GitHub branch protection]
    • check-success=GUI build (linux, x86_64)
    • check-neutral=GUI build (linux, x86_64)
    • check-skipped=GUI build (linux, x86_64)
  • any of: [🛡 GitHub branch protection]
    • check-success=GUI tests (linux, x86_64)
    • check-neutral=GUI tests (linux, x86_64)
    • check-skipped=GUI tests (linux, x86_64)
  • any of: [🛡 GitHub branch protection]
    • check-success=Engine (GraalVM CE) (linux, x86_64)
    • check-neutral=Engine (GraalVM CE) (linux, x86_64)
    • check-skipped=Engine (GraalVM CE) (linux, x86_64)
  • any of: [🛡 GitHub branch protection]
    • check-success=Engine (GraalVM CE) (windows, x86_64)
    • check-neutral=Engine (GraalVM CE) (windows, x86_64)
    • check-skipped=Engine (GraalVM CE) (windows, x86_64)
  • any of: [🛡 GitHub branch protection]
    • check-success=Native Rust tests (linux, x86_64)
    • check-neutral=Native Rust tests (linux, x86_64)
    • check-skipped=Native Rust tests (linux, x86_64)
  • any of: [🛡 GitHub branch protection]
    • check-success=Standard Library Tests (GraalVM CE) (linux, x86_64)
    • check-neutral=Standard Library Tests (GraalVM CE) (linux, x86_64)
    • check-skipped=Standard Library Tests (GraalVM CE) (linux, x86_64)
  • any of: [🛡 GitHub branch protection]
    • check-success=Standard Library Tests (GraalVM CE) (windows, x86_64)
    • check-neutral=Standard Library Tests (GraalVM CE) (windows, x86_64)
    • check-skipped=Standard Library Tests (GraalVM CE) (windows, x86_64)
  • any of: [🛡 GitHub branch protection]
    • check-success=JVM Tests (GraalVM CE) (linux, x86_64)
    • check-neutral=JVM Tests (GraalVM CE) (linux, x86_64)
    • check-skipped=JVM Tests (GraalVM CE) (linux, x86_64)
  • any of: [🛡 GitHub branch protection]
    • check-success=JVM Tests (GraalVM CE) (windows, x86_64)
    • check-neutral=JVM Tests (GraalVM CE) (windows, x86_64)
    • check-skipped=JVM Tests (GraalVM CE) (windows, x86_64)

Rule: Automatic PR update (update)

  • #commits-behind>0 [📌 update requirement]
  • -closed [📌 update requirement]
  • any of:
    • label=CI: Keep up to date
  • -conflict [📌 update requirement]
  • queue-position=-1 [📌 update requirement]

💖  Mergify is proud to provide this service for free to open source projects.

🚀  You can help us by becoming a sponsor!


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com