Denis Merigoux
a4eb2bfc2b
Information about variable I/O in log events ( #469 )
2023-06-01 18:34:46 +02:00
Denis Merigoux
f7d8e924dd
Exclude rescript compiler from formatting
2023-06-01 17:45:33 +02:00
Denis Merigoux
4612920bf4
Merge branch 'master' into more_infos_in_logs
2023-06-01 17:38:41 +02:00
Denis Merigoux
9f52ad9148
Symlink...
2023-06-01 11:49:24 +02:00
Denis Merigoux
6feae765a0
We want python3...
2023-05-31 18:30:14 +02:00
Denis Merigoux
6942eafb3e
With repositories?
2023-05-31 18:25:17 +02:00
Denis Merigoux
45c43bd6b4
With sudo
2023-05-31 18:22:23 +02:00
Denis Merigoux
36d47adadf
Better fix
2023-05-31 18:20:25 +02:00
Denis Merigoux
52b119db58
Try fixing CI by puttin ninja as dependency
2023-05-31 17:51:01 +02:00
Denis Merigoux
27d2fd6bde
Update locks
2023-05-31 17:31:40 +02:00
Denis Merigoux
6b4693bb8b
Too much directory restriction
2023-05-30 14:06:52 +02:00
Denis Merigoux
94999dcc25
Correctly generate latex, nowrap option not working anymore?
2023-05-30 12:03:50 +02:00
Emile Rolley
2ded437e57
pkg(french-law/js): @catala-lang/french-lawv0.8.3-b.3
2023-05-29 13:03:50 +02:00
Emile Rolley
1ffc7a25df
pkg(french_law/js): udpate package.json infos
2023-05-29 12:41:16 +02:00
Emile Rolley
16088a74ab
pkg(rescript): @catala-lang/rescript-catala v0.8.1-b.0
2023-05-29 12:28:34 +02:00
Denis Merigoux
fa9f432e8b
Python runtime OK now
2023-05-26 17:08:26 +02:00
Denis Merigoux
8987d358e7
Implement the rest
2023-05-26 16:54:52 +02:00
Denis Merigoux
1f23f701bc
Move types
2023-05-26 16:03:26 +02:00
Denis Merigoux
6bc4cbd066
New SMIC value: Update assets
2023-05-25 18:48:23 +02:00
Emile Rolley
d1f15db070
publish(french_law/js): v0.8.1
2023-05-24 11:33:01 +02:00
Denis Merigoux
38081245b8
Really fix #466
2023-05-23 16:39:21 +02:00
Denis Merigoux
a00501fffa
Fix typo causing bad parsing
2023-05-23 15:39:41 +02:00
Denis Merigoux
e092679b75
Fixing #466 by reversing exception precedence
2023-05-23 14:12:26 +02:00
Denis Merigoux
5e6bf897a6
Improve AST markings ( #467 )
2023-05-23 11:11:14 +02:00
Louis Gesbert
209be6b758
Improve integration of marks into the main AST
...
Two interdependent changes here:
1. Enforce all instances of Shared_ast.gexpr to use the generic type for marks.
This makes the interfaces a tad simpler to manipulate: you now write
`('a, 'm) gexpr` rather than `('a, 'm mark) gexpr`.
2. Define a polymorphic `Custom` mark case for use by pass-specific annotations.
And leverage this in the typing module
2023-05-17 17:37:00 +02:00
Louis Gesbert
fc531777c0
Rework and normalise the Marked
interface
...
The module is renamed to `Mark`, and functions renamed to avoid redundancy:
`Marked.mark` is now `Mark.add`
`Marked.unmark` is now `Mark.remove`
`Marked.map_under_mark` is now simply `Mark.map`
etc.
`Marked.same_mark_as` is replaced by `Mark.copy`, but with the arguments
swapped (which seemed more convenient throughout)
Since a type `Mark.t` would indicate a mark, and to avoid confusion, the type
`Marked.t` is renamed to `Mark.ed` as a shorthand for `Mark.marked` ; this part
can easily be removed if that's too much quirkiness.
2023-05-17 17:37:00 +02:00
Louis Gesbert
558fcb6fef
Build: remove unnecessary ppx on dcalc, lcalc
...
we only use `visitors` for positions on the surface AST
2023-05-17 14:08:32 +02:00
Louis Gesbert
ba52aae401
Cleanup: definitions.ml
is not for values
...
A module without mli is ok as long as it only contains types
Here we already stretch it a bit with some functor applications, but having
toplevel values defeats the expectation that you can safely `open` this module.
2023-05-17 13:26:47 +02:00
adelaett
da04faf02f
Update lock files
2023-05-15 00:24:34 +00:00
Denis Merigoux
9354c29fe4
Tweak .gitattributes
2023-05-11 11:36:26 +02:00
adelaett
028e9459bf
Update lock files
2023-05-08 00:23:44 +00:00
Emile Rolley
86121308fe
publish(runtimes/rescript): @catala-lang/rescript-catala v0.8.0
2023-05-07 15:13:22 +02:00
Emile Rolley
fa8ebd3b62
docs: update the generating website assets section from the INSTALL file
2023-05-07 15:13:22 +02:00
Emile Rolley
4637260b1e
publish(french_law/js): @catala-lang/french-law 0.8.0
2023-05-07 15:13:22 +02:00
Emile Rolley
4935dd1280
build(assets): do not copy french_law.js anymore (use the @catala-lang/french-law instead)
2023-05-07 15:13:22 +02:00
Emile Rolley
16eaf63004
publish(french_law/js): @catala-lang/french-law v0.5.2
...
+ generate src/french_law.js with `make all` instead of `make generate-website-assets`
2023-05-07 15:13:22 +02:00
Emile Rolley
64079f52e8
fix(french_law/js): move the dune file into src/
2023-05-07 15:13:22 +02:00
Emile Rolley
6587f18331
publish(french_law/js): @catala-lang/french-law v0.5.1
2023-05-07 15:13:22 +02:00
Emile Rolley
1d9388a339
feat(french_law/js): add a ReScript wrapper for french_law.js
2023-05-07 15:13:22 +02:00
Emile Rolley
77b42d9e29
publish(runtimes/rescript): @catala-lang/rescript-catala v0.1.1
2023-05-07 15:13:22 +02:00
Emile Rolley
b4372a965d
refactor(runtimes/rescript): rename Runtime into CatalaRuntime
2023-05-07 15:13:22 +02:00
Emile Rolley
2a39f1b5f8
feat(runtimes): add rescript-catala
2023-05-07 15:13:22 +02:00
Denis Merigoux
c5124f50c4
Overseas housing benefits : last fixes and tests ( #446 )
2023-05-05 09:47:41 +02:00
Denis Merigoux
5509239662
Update assets
2023-05-04 19:23:11 +02:00
Denis Merigoux
eae61256ef
Adhere to the GNU standard for error messages
2023-05-04 19:19:19 +02:00
Denis Merigoux
eec5ae54c6
Fixed formatting -> tests update
2023-05-04 19:18:53 +02:00
Denis Merigoux
a5d4f54115
Push some fixes suggested by @altgr
2023-05-04 18:28:24 +02:00
Denis Merigoux
bcd91f5dea
Merge branch 'master' into aides_logement_outre_mer
2023-05-04 11:04:28 +02:00
Louis Gesbert
2a43929d59
Some more fixes and improvements to the printer ( #462 )
2023-05-03 17:36:57 +02:00
Denis Merigoux
7b8c35057d
Update Docker instructions in INSTALL.md ( #463 )
2023-05-02 21:58:52 +02:00