-
Notifications
You must be signed in to change notification settings - Fork 27
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
Upgrade Deltacode to use Skeleton and support python 3.8+ #182 #187
Upgrade Deltacode to use Skeleton and support python 3.8+ #182 #187
Conversation
git-svn-id: svn+ssh://rubyforge.org/var/svn/rubygems/trunk@1 3d4018f9-ac1a-0410-99e9-8a154d859a19
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Use virtualenv-embedded libraries
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
This will work even from a git archive or when git is not installed. Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
This was they do not end up in the template CHANGELOG.rst Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
New configure
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
From aboutcode-org/typecode#20 Reported-by: Pierre Tardy <pierre.tardy@renault.com> Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
And remove v prefix from fallback version Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* This is handy for windows to have the same path as linux Signed-off-by: Chin Yeung Li <tli@nexb.com>
Create junction from Scripts to bin
Signed-off-by: Jono Yang <jyang@nexb.com>
…-dir Check for deps in local thirdparty directory aboutcode-org#31
Signed-off-by: Jono Yang <jyang@nexb.com>
Signed-off-by: Jono Yang <jyang@nexb.com>
* Create copyright statement from holder information Signed-off-by: Jono Yang <jyang@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
8927679
to
d7cb1f7
Compare
Setting DCO test to pass as skeleton had some commits which had no sign-offs. The latest commit has the sign-off. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comments for a few changes, looking good otherwise! Thanks!
18309c2
to
df10d63
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See some more comments for your consideration. Thanks! Looking like we'll be ready after these changes. Thanks!
* Delete `thirdparty/` and unnecessary files. * Delete `Deltacode`, `Deltacode.bat`, `test.csv` and `expected.json`. * Change `from bitarray import bitdiff` to `from bitarray.util import count_xor`. * Upgrade bitarray to support python 3.7+. * Added dependencies in `requirements.txt` and `requirements-dev.txt`. Signed-off-by: Arnav Mandal <arnav.mandal1234@gmail.com>
df10d63
to
bfdfaa9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@arnav-mandal1234 thanks! LGTM!
@pombredanne this is ready for you to review!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Just left a comment about updating the commands under the quick start guide in the README
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Thanks+++ @arnav-mandal1234 |
thirdparty/
and unnecessary files.Deltacode
,Deltacode.bat
,test.csv
andexpected.json
.from bitarray import bitdiff
tofrom bitarray.util import count_xor
.requirements.txt
andrequirements-dev.txt
.Signed-off-by: Arnav Mandal arnav.mandal1234@gmail.com