Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: set exit code on signal #5769

Merged
merged 2 commits into from
May 24, 2022
Merged

Conversation

rgrinberg
Copy link
Member

set the exit code to 130 when dune is terminated with a signal

@rgrinberg rgrinberg added this to the 3.3.0 milestone May 24, 2022
@rgrinberg rgrinberg requested review from emillon and snowleopard and removed request for emillon May 24, 2022 15:49
@rgrinberg rgrinberg force-pushed the ps/rr/fix__set_exit_code_on_signal branch 2 times, most recently from 4509c33 to 89e9980 Compare May 24, 2022 16:15
@rgrinberg rgrinberg modified the milestones: 3.3.0, 3.2.1 May 24, 2022
@rgrinberg rgrinberg linked an issue May 24, 2022 that may be closed by this pull request
Copy link
Collaborator

@snowleopard snowleopard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, thanks! That's a pretty badass test. (The action might outlive Dune but I guess we don't care?)

@rgrinberg rgrinberg force-pushed the ps/rr/fix__set_exit_code_on_signal branch from 89e9980 to f31a09b Compare May 24, 2022 18:30
@rgrinberg
Copy link
Member Author

The action might outlive Dune but I guess we don't care?

When dune is killed it will try to kill spawned processes and their subprocesses. It's not a guarantee, but it should work most of the time.

demonstrate that dune exits with 1

Signed-off-by: Rudi Grinberg <[email protected]>
set the exit code to 130 when dune is terminated with a signal

Signed-off-by: Rudi Grinberg <[email protected]>

ps-id: FF217EDC-15F2-4BB2-9A37-5AB923FA61A9
@rgrinberg rgrinberg force-pushed the ps/rr/fix__set_exit_code_on_signal branch from f31a09b to 3514f19 Compare May 24, 2022 19:30
@rgrinberg rgrinberg merged commit a73b066 into main May 24, 2022
@rgrinberg rgrinberg modified the milestones: 3.2.1, 3.3.0 May 25, 2022
kit-ty-kate pushed a commit to ocaml/opam-repository that referenced this pull request Jun 17, 2022
…ne-site, dune-rpc, dune-rpc-lwt, dune-private-libs, dune-glob, dune-configurator, dune-build-info, dune-action-plugin and chrome-trace (3.3.0)

CHANGES:

- Sandbox preprocessing, lint, and dialect rules by default. All these rules
  now require precise dependency specifications (ocaml/dune#5807, @rgrinberg)

- Allow list expansion in the `pps` specification for preprocessing (ocaml/dune#5820,
  @Firobe)

- Add warnings 67-69 to dune's default set of warnings. These are warnings of
  the form "unused X.." (ocaml/dune#5844, @rgrinbreg)

- Introduce project "composition" for coq theories. Coq theories in separate
  projects can now refer to each other when in the same workspace (ocaml/dune#5784,
  @Alitzer, @rgrinberg)

- Fix hint message for ``data_only_dirs`` that wrongly mentions the unknown
  constructor ``data_only`` (ocaml/dune#5803, @lambdaxdotx)

- Fix creating sandbox directory trees by getting rid of buggy memoization
  (@5794, @rgrinberg, @snowleopard)

- Handle directory dependencies in sandboxed rules. Previously, the parents of
  these directory dependencies weren't created. (ocaml/dune#5754, @rgrinberg)

- Set the exit code to 130 when dune is terminated with a signal (ocaml/dune#5769, fixes
  ocaml/dune#5757)

- Support new locations of unix, str, dynlink in OCaml >= 5.0 (ocaml/dune#5582, @dra27)

- The ``coq.theory`` stanza now produces rules for running ``coqdoc``. Given a
  theory named ``mytheory``, the directory targets ``mytheory.html/`` and
  ``mytheory.tex/`` or additionally the aliases `@doc` and `@doc-latex` will
  build the HTML and LaTeX documentation repsectively. (ocaml/dune#5695, fixes ocaml/dune#3760,
  @Alizter)

- Coq theories marked as `(boot)` cannot depend on other theories
  (ocaml/dune#5867, @ejgallego)

- Ignore `bigarray` in `(libraries)` with OCaml >= 5.0. (ocaml/dune#5526, fixes ocaml/dune#5494,
  @moyodiallo)

- Start with :standard when building the ctypes generated foreign stubs so that
  we include important compiler flags, such as -fPIC (ocaml/dune#5816, fixes ocaml/dune#5809).
@Alizter Alizter deleted the ps/rr/fix__set_exit_code_on_signal branch November 10, 2022 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dune should return exit code 130 on Ctrl-C
2 participants