hi there,
after some time away from Julia, i’m trying to create a new package, and seem to recall that standard convention is to put a “.jl” suffix on the repo name, i.e. on the root project directory.
i thought i would use the generate command in Pkg, but it tells me the name is not valid. e.g.,
(@v1.5) pkg> generate OkWow.jl
ERROR: "OkWow.jl" is not a valid package name
i noticed that when i drop the “.jl”, the command succeeds – but creates a project root without the “.jl”.
so my questions are:
- has the naming convention changed since the last time i looked at Julia ( about a year ago )?
- if not, why won’t
generateaccept the “.jl” suffix?
thanks in advance,
\0