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 remember that there was introduced a syntax to import multiple names from the same module without having to type out the module name repeatedly, to avoid having to type e.g.
import MyModule.f, MyModule.g
but I can't remember what it was, and there is no example in the Julia manual chapter about modules. What was it? Let's document it!
The text was updated successfully, but these errors were encountered:
* upstream/master: (89 commits)
fixJuliaLang#5225
update pcre
fix off-by-1 in isqrt. closesJuliaLang#4884
Add more keywords to ctags regex, plus README
annotate the types of arguments for derived trigonometric & hyperbolic functions
fix doc for && and || and update helpdb
only show ccall literal address warning in imaging mode. closesJuliaLang#5215
minor update of hypot to ensure consistency of output types
FixJuliaLang#5217
silence compiler warning
hopefully more robust way of getting github URL (don't assume module name is Pkg name)
add text/html writemime for MethodList and Method (fixJuliaLang#4952)
update NEWS
doc: `import M: single,name` syntax, closeJuliaLang#5214
clean up native finalizers code
specialized abs2 for bool
remove use of callback API in REPL
Some error message cleanup to fix segfault when transposing sparse vector with illegal values.
test/git*.jl: don't use `echo` to read-and-write from processes.
test/git*.jl: don't use `echo` to read-and-write from processes.
...
I remember that there was introduced a syntax to import multiple names from the same module without having to type out the module name repeatedly, to avoid having to type e.g.
but I can't remember what it was, and there is no example in the Julia manual chapter about modules. What was it? Let's document it!
The text was updated successfully, but these errors were encountered: