arximboldi / immer

Postmodern immutable and persistent data structures for C++ — value semantics at scale
https://sinusoid.es/immer
Boost Software License 1.0
2.48k stars 177 forks source link

cmake: drop FindGuile.cmake #268

Closed pinotree closed 1 year ago

pinotree commented 1 year ago

It seems it is actually not used, as guile is currently searched with

pkg_check_modules(Guile guile-2.2)

since commit 026f2fe4bf7c4a2b62b670d76f6488929e1cded6 -- hence, drop this module.

codecov-commenter commented 1 year ago

Codecov Report

Merging #268 (5612ec8) into master (b60403c) will not change coverage. The diff coverage is n/a.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@           Coverage Diff           @@
##           master     #268   +/-   ##
=======================================
  Coverage   90.53%   90.53%           
=======================================
  Files         119      119           
  Lines       12144    12144           
=======================================
  Hits        10994    10994           
  Misses       1150     1150           
arximboldi commented 1 year ago

Great!