Skip to content

Fix a bug where a suffix parameter could be optimized for equality with a free parameter #390

Fix a bug where a suffix parameter could be optimized for equality with a free parameter

Fix a bug where a suffix parameter could be optimized for equality with a free parameter #390

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
Build: # needs to be extended
if: ${{ !contains(github.event.head_commit.message, 'ci skip') }}
runs-on: ubuntu-latest
strategy:
fail-fast: true
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
- name: Compile, check, and run tests
run: mvn verify assembly:single