Thread overview | |||||
---|---|---|---|---|---|
|
May 15, 2012 [phobos] crc32 module | ||||
---|---|---|---|---|
| ||||
Hi,
What are going to do about this one? I have two concerns:
1) It doesn't seem to be Boost-licensed.
2) It's in the global package namespace. Bad bad bad.
I don't think (1) is going to be a problem in practice (the license it
does have is fairly permissive). (2) on the other hand is annoying.
Could we copy it into std/crc32.d and deprecated crc32.d?
Regards,
Alex
_______________________________________________
phobos mailing list
phobos@puremagic.com
http://lists.puremagic.com/mailman/listinfo/phobos
|
May 14, 2012 Re: [phobos] crc32 module | ||||
---|---|---|---|---|
| ||||
Posted in reply to Alex Rønne Petersen | Yes, we never got to that until now. Andrei On 5/14/12 8:10 PM, Alex Rønne Petersen wrote: > Hi, > > What are going to do about this one? I have two concerns: > > 1) It doesn't seem to be Boost-licensed. > 2) It's in the global package namespace. Bad bad bad. > > I don't think (1) is going to be a problem in practice (the license it > does have is fairly permissive). (2) on the other hand is annoying. > Could we copy it into std/crc32.d and deprecated crc32.d? > > Regards, > Alex > _______________________________________________ > phobos mailing list > phobos@puremagic.com > http://lists.puremagic.com/mailman/listinfo/phobos _______________________________________________ phobos mailing list phobos@puremagic.com http://lists.puremagic.com/mailman/listinfo/phobos |
May 15, 2012 Re: [phobos] crc32 module | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrei Alexandrescu | Pull request: https://github.com/D-Programming-Language/phobos/pull/585 Regards, Alex On Tue, May 15, 2012 at 3:41 AM, Andrei Alexandrescu <andrei@erdani.com> wrote: > Yes, we never got to that until now. > > Andrei > > > On 5/14/12 8:10 PM, Alex Rønne Petersen wrote: >> >> Hi, >> >> What are going to do about this one? I have two concerns: >> >> 1) It doesn't seem to be Boost-licensed. >> 2) It's in the global package namespace. Bad bad bad. >> >> I don't think (1) is going to be a problem in practice (the license it >> does have is fairly permissive). (2) on the other hand is annoying. >> Could we copy it into std/crc32.d and deprecated crc32.d? >> >> Regards, >> Alex >> _______________________________________________ >> phobos mailing list >> phobos@puremagic.com >> http://lists.puremagic.com/mailman/listinfo/phobos _______________________________________________ phobos mailing list phobos@puremagic.com http://lists.puremagic.com/mailman/listinfo/phobos |
Copyright © 1999-2021 by the D Language Foundation