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
Files with hyphenated filenames, e.g. foo-bar.re are silently ignored by bsb. I've learned that this is because files are modules and hyphens are invalid in module names. It should therefore cause an error, but because they are ignored the errors eventually produced will be very confusing.