Skip to content

Commit

Permalink
Require atdgen-runtime >= 2.12.0 to avoid int64 representation bug (#18)
Browse files Browse the repository at this point in the history
* Require atdgen-runtime >= 2.12.0 to prevent int64 values from being
serialized as JSON strings

* Update generated files
  • Loading branch information
mjambon authored Feb 27, 2024
1 parent 829919a commit 1a18579
Show file tree
Hide file tree
Showing 8 changed files with 49,097 additions and 39,454 deletions.
17 changes: 15 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,19 @@
(name sarif)
(synopsis "Static Analysis Results Interchange Format (SARIF) Version 2.1.0")
(description "Static Analysis Results Interchange Format (SARIF) Version 2.1.0")
(depends (ocaml (>= 4.14.0)) dune re (atdgen (>= 2.10.0)) (atdgen-runtime (>= 2.10.0)) timedesc (ppx_expect :with-test) ppx_deriving (uri (>= 4.4.0)))
(depends
(ocaml (>= 4.14.0))
dune
re
(atdgen (>= 2.10.0))
; fix int64 JSON issue https://github.com/ahrefs/atd/issues/402
(atdgen-runtime (>= 2.12.0))
timedesc
(ppx_expect :with-test)
ppx_deriving
(uri (>= 4.4.0))
)
(tags
(sarif)))
(sarif)
)
)
Loading

0 comments on commit 1a18579

Please sign in to comment.