You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simplify availability checks - remove try/catch and symbol checking
Per review feedback, simplified the availability checks:
- Removed try/catch blocks as they're unnecessary
- Removed Libdl symbol checking - if the binary exists via is_available(), it's fine
- Just check if the JLL module is defined and is_available() returns true
This makes the code cleaner and follows the principle that if the binary
exists, we can trust it has the required symbols.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments