-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module versions with unicode #59
Comments
Thanks for hunting that down @lucaswerkmeister. It looks like it's a limitation inherited from JBoss modules, which is using regexes with the |
|
What are the technical restrictions to the version anyways? I get that the module name needs to be a valid Java identifier because it’s part of the package names, but as far as my knowledge goes, the version is a String only used in file names and could be almost arbitrary… |
Oh and by the way, a module called |
I've opened https://issues.jboss.org/browse/MODULES-190, so we'll see what they say. |
Wow, they only ever had 189 bugs? That must be solid technology ;) |
This has just been fixed in jboss module's upstream: https://issues.jboss.org/browse/MODULES-190 |
Err, didn't we move that issue? |
That message is printed here.
If you try to create that version directly with
ceylon new
, you get this instead:Found around here. @tombentley here’s your issue, I used the repository that contains the error message.
The text was updated successfully, but these errors were encountered: