Skip to content

Commit

Permalink
Upgrade OMP AST to 4.08 (mhallin#76)
Browse files Browse the repository at this point in the history
* Upgrade OMP AST to 4.08
* chore: bump ppx_tools_versioned for 402 and 406
* ci: change pipeline triggers
Co-authored-by: Tomasz Cichocinski <tomaszcichocinski@gmail.com>
  • Loading branch information
anmonteiro authored Feb 11, 2020
1 parent e240bf3 commit 6acea38
Show file tree
Hide file tree
Showing 30 changed files with 430 additions and 337 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: graphql_ppx pipeline

on: [push, pull_request]
on:
pull_request:
push:
branches:
- master

jobs:
test_and_build_linux:
Expand Down
2 changes: 1 addition & 1 deletion 402.esy.lock/.gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

180 changes: 88 additions & 92 deletions 402.esy.lock/index.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 402.esy.lock/opam/cppo.1.6.5/opam

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion 402.esy.lock/opam/jbuilder.transition/opam

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 12 additions & 10 deletions 406.esy.lock/opam/seq.0.2/opam → 402.esy.lock/opam/seq.0.2.2/opam

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

12 changes: 6 additions & 6 deletions 402.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"name": "graphql_ppx",
"description": "Used to build for BuckleScript 5 using OCaml 4.02",
"dependencies": {
"@opam/dune": "*",
"@esy-ocaml/reason": "*",
"@opam/dune": "~1.11.0",
"@opam/menhir": "20171013",
"@opam/ocaml-migrate-parsetree": "1.4.0",
"@opam/ppx_tools_versioned": "5.2.3",
"@opam/result": "*",
"@opam/yojson": "*",
"@opam/ocaml-migrate-parsetree": "1.2.0",
"@opam/ppx_tools_versioned": "*",
"@esy-ocaml/reason": "*",
"refmterr": "*",
"@opam/menhir": "20171013"
"refmterr": "~3.1.1"
},
"devDependencies": {
"@opam/alcotest": "*",
Expand Down
2 changes: 1 addition & 1 deletion 406.esy.lock/.gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6acea38

Please sign in to comment.