gleam-lang / suggestions

📙 A place for ideas and feedback
26 stars 2 forks source link

Gleam project name should be able to include numbers #127

Closed CrowdHailer closed 3 years ago

CrowdHailer commented 3 years ago
$ gleam new oauth2point1_client

error: Invalid project name

We were not able to create your project as `oauth2point1_client` is
does not have the correct format. Project names must start
with a lowercase letter and may only contain lowercase letters
and underscores.

Please try again with a different project name.

I think oauth2point1_client should be an acceptable project name, certainly many hex projects have numbers in them. e.g. oauth2

CrowdHailer commented 3 years ago

Tackled by https://github.com/gleam-lang/gleam/pull/991