Skip to content

Commit

Permalink
Merge branch 'instance-typing' into instantiate
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemaurer committed Oct 23, 2024
2 parents 6017723 + 511d76d commit c3a14cf
Show file tree
Hide file tree
Showing 5,750 changed files with 6,324 additions and 364,929 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
File renamed without changes.
File renamed without changes.
File renamed without changes.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
os: ubuntu-latest
build_ocamlparam: ''
ocamlparam: '_,Oclassic=1'
disable_testcases: 'ocaml/testsuite/tests/typing-local/regression_cmm_unboxing.ml ocaml/testsuite/tests/int64-unboxing/test.ml'
disable_testcases: 'testsuite/tests/typing-local/regression_cmm_unboxing.ml testsuite/tests/int64-unboxing/test.ml'

# CR ccasinghino: We encountered build errors (missing autoconf, and
# then other errors) when `macos-latest` started referring to version
Expand Down Expand Up @@ -110,6 +110,13 @@ jobs:
ocamlparam: '_,w=-46,regalloc=gi,regalloc-param=SPLIT_LIVE_RANGES:on,regalloc-param=GI_PRIORITY_HEURISTICS:interval-length,regalloc-param=GI_SELECTION_HEURISTICS:first-available,regalloc-param=GI_SPILLING_HEURISTICS:flat-uses,regalloc-validate=1,cfg-cse-optimize=1'
check_arch: true

- name: cfg-selection
config: --enable-middle-end=flambda2
os: ubuntu-latest
build_ocamlparam: '_,w=-46,regalloc=cfg,cfg-cse-optimize=1,cfg-selection=1,cfg-zero-alloc-checker=1'
ocamlparam: '_,w=-46,regalloc=cfg,cfg-cse-optimize=1,cfg-selection=1,cfg-zero-alloc-checker=1'
check_arch: true

env:
J: "3"
# On macOS, the testsuite is slow, so run only on push to main (#507)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/document-syntax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request_target:
types: [opened, synchronize, reopened]
paths:
- 'ocaml/parsing/parser.mly'
- 'parsing/parser.mly'

jobs:
remind:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
- name: Configure
working-directory: ocaml-jst
run: |
autoconf
./configure --prefix=$GITHUB_WORKSPACE/ocaml-5/_install --with-dune=$GITHUB_WORKSPACE/ocaml-414/_install/bin/dune
- name: Check that resolved files build
Expand Down
Loading

0 comments on commit c3a14cf

Please sign in to comment.