> On Apr 6, 2022, at 03:26, Shlomi Fish <shlo...@shlomifish.org> wrote:
>
> Hi Felipe!
>
>> On Tue, 5 Apr 2022 11:22:07 -0400
>> Felipe Gasper <fel...@felipegasper.com> wrote:
>>
>> Hi all,
>>
>> I’ve cobbled together a bunch of tools I often need in XS modules
>> here:
>>
>> https://github.com/FGasper/easyxs
>>
>> This includes, for example:
>>
>> - the standard XS #include directives
>> - ppport.h
>> - a fix for the deluge of warnings from new clangs
>> - simple interfaces to call Perl from C
>>
>> … and more.
>>
>> See what you think.
>>
>
> Looks nifty, starred and bookmarked. I suggest having tests and CI though:
I mean to add them, yes. For now my own testing happens via whatever module of
mine uses this or that interface.
-F