hyperbole icon indicating copy to clipboard operation
hyperbole copied to clipboard

Get list of args from closures

Open matsl opened this issue 1 year ago • 0 comments
trafficstars

What

Get list of args from closures.

Why

Closures needs to be identified in order for unit tests to work on Emacs with native compilation. This makes "make test" and "make test-all" work for native compiled code.

Note

The current CI setup does not trigger this since the docker images does not have native compilation.

There could be more places to look for this type of changes. It does only fix the code to run the unit tests.

matsl avatar May 18 '24 14:05 matsl