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
{{ message }}
This repository was archived by the owner on Jun 11, 2026. It is now read-only.
This is related to #3: there are a number of places where a dynamic bounds cast have been inserted to suppress compiler warning messages. A number of them were because the compiler gives warnings when strings with declared bounds are passed to arguments with default bounds of count(0). We should eliminate these once the compiler is smarter.
This is related to #3: there are a number of places where a dynamic bounds cast have been inserted to suppress compiler warning messages. A number of them were because the compiler gives warnings when strings with declared bounds are passed to arguments with default bounds of count(0). We should eliminate these once the compiler is smarter.