www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - bindbc-lua 0.4.0 -- Lua 5.4, parameter names

reply Mike Parker <aldacron gmail.com> writes:
In the latest release of binbc-lua, I've added support for Lua 
5.4.

In recognition of the upcoming named argument support, I've 
decided to add parameter names to all of the C API function 
declarations in the BindBC packages. bindbc-lua 0.4.0 now has 
them, even for the function pointers in the dynamic binding.

I've also fixed some minor bugs and cleaned up the README.

I think at this point, the bindbc-loader package has proven 
stable long enough that I can declare a version 1.0.0. I'll do 
that in the near future and will follow it with 1.0.0 releases of 
all of my BindBC packages.

bindbc-lua 0.4.0 can be found at

GitHub:
https://github.com/BindBC/bindbc-lua/releases/tag/0.4.0

code.dlang.org (not yet updated as I write this):
http://bindbc-lua.dub.pm/
Feb 19 2021
parent reply Dennis <dkorpel gmail.com> writes:
On Friday, 19 February 2021 at 08:28:01 UTC, Mike Parker wrote:
 In recognition of the upcoming named argument support, I've 
 decided to add parameter names to all of the C API function 
 declarations in the BindBC packages.
Nice! Thank you.
 bindbc-lua 0.4.0 can be found at

 GitHub:
 https://github.com/BindBC/bindbc-lua/releases/tag/0.4.0
The link doesn't work because the tag lacks a 'v', should be: https://github.com/BindBC/bindbc-lua/releases/tag/v0.4.0
Feb 25 2021
parent Mike Parker <aldacron gmail.com> writes:
On Thursday, 25 February 2021 at 19:28:43 UTC, Dennis wrote:
 On Friday, 19 February 2021 at 08:28:01 UTC, Mike Parker wrote:
 GitHub:
 https://github.com/BindBC/bindbc-lua/releases/tag/0.4.0
The link doesn't work because the tag lacks a 'v', should be: https://github.com/BindBC/bindbc-lua/releases/tag/v0.4.0
Thanks! Originally, I left the v off the tag, and of course that breaks in dub. I updated the tag yesterday and forgot to update this post.
Feb 25 2021