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
This shouldn't be too hard to implement in some ways, but is a part of a broader story of how to pass errors out to users, and how we're going to make reco check work.
In terms of how the feature might look, at the moment importing any standard library package is likely to be problematic due to our general lack of support for many language constructs. At least, at the moment I'm not particularly aware of any package that will work.
Another way to approach the issue might be to fail only when unsupported language features are actually used. That is, packages may contain many features, some of which might work and others not. So we need to decide whether to disable standard library packages wholesale or not.
pwaller
changed the title
reco check should be aware of Go standard libraries and warn users appropriately if they have used something we don't support
Warn users when they use unsupported standard library imports
Nov 5, 2018
Can offer our targeted versions if relevant.
The text was updated successfully, but these errors were encountered: