-
Notifications
You must be signed in to change notification settings - Fork 9
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
Fix compile errors on GWT 2.8.2 #6
Conversation
As GWT code is not run in a concurrent environment, the concurrent map can be safely removed with a normal non-concurrent one.
The new GWT 2.7 emulation of Locale doesn't really provide any methods and only offers a US locale. Therefore the current approach of getting the country from the locale does not work. For now I've hardcoded the US locale as that's the only Locale offered in GWT 2.7.
@adrianmsmith thanks for your contribution. |
Hey, yes I would be happy to take over maintainership of this project. Do you know how one does that? Is there a GitHub feature for that, or we just announce in the README that I am maintaining my repository now? Could I ask, where did the code code from? Did you write it, or did it come from somewhere else? Are we sure that there are no copyright issues in the code? (That someone comes along at a later date and claims they wrote the code and that it's e.g. commercial) I think I would not do much more than you - I am using this library in a new project, so if I find bugs or features I need then I'll add them. And I'm happy to review and accept pull requests from anyone. But I probably won't do much more than that. But I figure that's better than nothing. |
There are several options:
(UPDATE: officially I can only speak about copyright of my code and not work taken from others as clarified below) |
Before I take it over - Regarding copyright, I was just wondering where the code came from? It doesn't seem to have been originally designed for GWT, so I was wondering if it came from another project? I see that most of the source files have "Copyright (c) 2007-2012, Stephen Colebourne & Michael Nascimento Santos" at the top. I think this source code was derived from https://www.threeten.org/ which seems to have been released under a BSD (not Apache) license (as far as I can tell?) Honestly I'm no expert on this sort of stuff, I was just wondering if you had more information there, and was sure that everything was OK in terms of copyright of the code that already exists. |
Ups. Too long ago, ideed. Thanks for taking this serious.
If you want to have the original mail, please send me an email to hohwille at users.sourceforge.net (see my git commits) so I can forward it to you. |
Ah that all sounds great, thanks for confirming this! So yeah, I am happy to take over ownership of this project. I think the best approach would be if you transfer it to my account (adrianmsmith) I have deleted my fork (as the instructions on GitHub state that you can't transfer a repository to someone with a fork.) |
No description provided.