Skip to content
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

Feature/instacart version #1

Merged
merged 102 commits into from Nov 21, 2019
Merged

Feature/instacart version #1

merged 102 commits into from Nov 21, 2019

Conversation

diegourquiza
Copy link

Update our forked repo to 3.0.2 plus instacart compiler time improvement changes.
robb#293

raphaelcruzeiro and others added 30 commits September 16, 2016 17:52
… a problem with the priority operator `~` that will prevent the test project from building (commenting the faulty test will make the test project build and all other tests will pass).
…t follows the same standards from the standard library
…oid possible name clashes with other frameworks
More CI changes for Swift 3.0
Reference the workspace, and include tvOS in the CI
Make the replaceGroup argument optional
This is defined at the project level, and not repeated in every target.
I've also removed the `SWIFT_VERSION` setting from each target and instead unified it at the project level, to ensure that all targets always compile with a consistent version.
Enabled whole module optimizations
This fixes the error “PrioritySpec.swift:22:28: Adjacent operators are in unordered precedence groups 'AssignmentPrecedence' and 'CarthographyPriorityPrecedence’”

It also works around the bug “PrioritySpec.swift:22:48: Cannot assign value of type 'NSLayoutConstraint' to type 'NSLayoutConstraint!’” by switching out the priority Int for a Float.

This workaround is necessary as there’s a Swift compiler bug present.
References:
https://bugs.swift.org/browse/SR-2823
https://openradar.appspot.com/28582961
…ound

Priority fix and compiler bug workaround
- Added methods that support arrays
- Added default value for `distribute` `amount` parameter

This does not contain breaking changes.
orta and others added 23 commits October 31, 2017 08:06
This change makes sure the `isActive` requirement gets compiled because
the changes implemented in Cartography 3.0 make use of that API
This allows a more expressive use of edges insetting, as it moves the
current function to be a member of `Edges` itself.

e.g. `view.edges == inset(view.superview!.edges, 10)` can now be
written as `view.edges == view.superview!.edges.inseted(by: 10)` which
is a lot more expressive

This commit does not break the current implementation of the `inset`
function, only adds this cosmetic change that allows more expressivity
Minor improvements and fixes to Cartography
Update README: fixed syntax for swift3 later
Add installation instructions to readme
@diegourquiza diegourquiza merged commit 974d4c0 into master Nov 21, 2019
@diegourquiza diegourquiza deleted the feature/instacart-version branch November 21, 2019 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet