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
Related to #172 — the implementation in 0def6af added support for trailing commas in the list of modules in a use() declaration, but I forgot to add support for trailing commas in attach lists:
box::use(mod/a[x, y, ])
This fails with an obscure error message.
The text was updated successfully, but these errors were encountered:
Related to #172 — the implementation in 0def6af added support for trailing commas in the list of modules in a
use()
declaration, but I forgot to add support for trailing commas in attach lists:This fails with an obscure error message.
The text was updated successfully, but these errors were encountered: