Update load() stub to accept options parameter#445
Conversation
Allows this library to compile on what I assume are unsupported operating systems. The latest release breaks usage on FreeBSD, this fixes it. Signed-off-by: David Newhall II <david@sleepers.pro>
|
I looked through your GitHub workflows a bit. You could add a simple |
|
@davidnewhall thank you so much for this. Really appreciate it! Unfortunately, I haven't had an opportunity to add any testing or support for FreeBSD. This is just the kick I needed to get that effort going :) |
|
@jaypipes I screwed up. I didn't actually test this specific change. I added this in my IDE and it added the import for me. I didn't notice. So this is still a problem. The file needs an |
No worries @davidnewhall :) I've merged the fix and I'll cut a new release shortly after merging some other PRs. |
Allows this library to compile on what I assume are unsupported operating systems. The latest release breaks usage on FreeBSD, this fixes it. You're welcome to reject this and fix it your own way. Thanks!