Skip to content
Success

Changes

Summary

  1. Runtime events: dispatch the right event message type (#13970) (details)
  2. Merge pull request #14102 from dra27/msvc-warnings (details)
Commit f2c396a4b5cdd0d9298d935c1808ade6a4949021 by david.allsopp
Runtime events: dispatch the right event message type (#13970)

* Dispatch the right event message type

`type.runtime | type.user` does not really make sense as `.runtime`
and `.user` are two projections of the same union type.

Prevents a MSVC 19.44.35109.1 warning:

    runtime/runtime_events.c(595): warning C5287: operands are different enum types
    'ev_runtime_message_type' and 'ev_user_message_type'; use an explicit cast to silence this warning

Co-authored-by: Gabriel Scherer <gabriel.scherer@gmail.com>

* Fit in 80 cols

---------

Co-authored-by: Gabriel Scherer <gabriel.scherer@gmail.com>
(cherry picked from commit 3e00aa54590360c0a97e471a259c5ad38ea12713)
The file was modifiedruntime/runtime_events.c (diff)
Commit 8e99183c09d4a70d2140e1bdf2c0212b383ef96f by david.allsopp
Merge pull request #14102 from dra27/msvc-warnings

Address CI failures coming from recent GitHub Actions image updates

(cherry picked from commit 45e1a06ad69677e06d2110408ac414eeda10bf9f)
The file was modifiedconfigure.ac (diff)
The file was modifiedconfigure (diff)
The file was modifiedtestsuite/tests/lib-bigarray-2/bigarrcstub.c (diff)
The file was modified.github/workflows/build.yml (diff)
The file was modifiedtestsuite/tests/lib-bigarray-2/bigarrfstub.c (diff)
The file was modified.github/workflows/build-msvc.yml (diff)