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
(I might take a stab at doing this, but I am not sure when I might find the time; but since I stumbled over this before, I thought I should at least log an issue about it.)
The text was updated successfully, but these errors were encountered:
The FAQ referenced in the title says:
It then proceeds to explain that they do "soft" versus "hard" bindings (to use the terminology from issue #39235).
But surely there are other differences? E.g.:
using
honors the export lists, whileimport
does notimport Foo.bar
is the same asimport Foo: bar
, butusing Foo.bar
is different fromusing Foo: bar
(at least whenFoo.bar
isn't a module)It'd be great if that FAQ could be improved to explain this better. While at it, perhaps it could also get a link to https://docs.julialang.org/en/v1/manual/modules "for further details".
(I might take a stab at doing this, but I am not sure when I might find the time; but since I stumbled over this before, I thought I should at least log an issue about it.)
The text was updated successfully, but these errors were encountered: