finale-lua / lua-scripts

A central repository for all Lua scripts for Finale.
https://finalelua.com
Creative Commons Zero v1.0 Universal
15 stars 14 forks source link

Add `assert_table_argument_type` to `library.mixin_helper` #705

Closed ThistleSifter closed 7 months ago

ThistleSifter commented 7 months ago

I need table argument validation for something I'm working on, so I split it out from the multi string proxy function into its own function. Also took the opportunity to fix up some old indenting horrors from the autoformatter.

I'd appreciate it if someone could test this by making sure any multi string proxy method still works and throws errors as expected.

rpatters1 commented 7 months ago

It's working for me.

rpatters1 commented 7 months ago

Is this ready to be merged?

ThistleSifter commented 7 months ago

Yes, it's ready.