Skip to content

3.x: put .frozen before /lib in sys.path; update frozen libraries#1314

Merged
dhalbert merged 1 commit into
adafruit:3.xfrom
dhalbert:3.x-frozen-before-lib
Nov 2, 2018
Merged

3.x: put .frozen before /lib in sys.path; update frozen libraries#1314
dhalbert merged 1 commit into
adafruit:3.xfrom
dhalbert:3.x-frozen-before-lib

Conversation

@dhalbert

@dhalbert dhalbert commented Nov 2, 2018

Copy link
Copy Markdown
Collaborator

To prevent memory-space support issues, put .frozen before /lib on sys.path. Users will no longer have to manually delete frozen libraries in /lib to avoid them being found first.

Update frozen libraries. We were accidentally freezing tests/ directory in libraries that had it; saved some space by removing that. Some libraries are larger due to more version information and/or minor additions. Adafruit_BusDevice has a large new method. Had to squeeze pirkey build a bit. CPX (not Crickit CPX) build is very close to full.

@tannewt Take a look if you want. @kattni will review also.

This will be 3.1.0 if all is well.

Fixes #1310.

@dhalbert
dhalbert requested review from kattni and tannewt November 2, 2018 00:05

@kattni kattni left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thank you for doing this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants