File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 44(using menhir 3 .0)
55
66(name diffast)
7+ ( version 0 .1.1)
78
89( generate_opam_files true )
910( opam_file_location inside_opam_directory)
Original file line number Diff line number Diff line change 1212 (rule
1313 (target v)
1414 (action
15- (with-stdout-to %{target} (run git describe --always --dirty))
15+ (with-accepted-exit-codes (or 0 128)
16+ (with-stdout-to %{target} (run git describe --always --dirty))
17+ )
1618 )
1719 )
1820)
2527
2628(rule
2729 (target v)
28- (enabled_if (= %{read:pkg/v} ""))
30+ (enabled_if (and ( = %{read:pkg/v} "") (<> %{read:dev/v} "") ))
2931 (action (write-file %{target} %{read-lines:dev/v}))
3032)
3133
34+ (rule
35+ (target v)
36+ (enabled_if (and (= %{read:pkg/v} "") (= %{read:dev/v} "")))
37+ (action (write-file %{target} "unknown"))
38+ )
39+
3240(rule
3341 (target version.ml)
3442 (action
You can’t perform that action at this time.
0 commit comments