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

Move Fractions library inside project #194

Merged
merged 2 commits into from
Jul 17, 2018

Conversation

RohanNagar
Copy link
Contributor

@RohanNagar RohanNagar commented Jul 16, 2018

Addresses #160.

All of the Fractions code is taken as-is on their master branch, with the only difference being instead of using generated error messages (i.e. their Resources class), I just use the string error messages directly. These are located at:

Fractions/Formatter/DefaultFractionFormatter.cs : 16

Link to Changed Line
Original Code Before Change

Fractions/Fraction.CompareTo.cs : 23

Link to Changed Line
Original Code Before Change

Fractions/Fraction.Math.cs : 113

Link to Changed Line
Original Code Before Change

Fractions/Fraction.ConvertFrom.cs : 43

Link to Changed Line
Original Code Before Change

Those 4 lines (and the removed import at the top of each file) are the only difference from the original code.

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Jul 16, 2018
@brendandburns
Copy link
Contributor

This looks fine, but please add a README.md which includes a pointer to the original location for the source as well as the reason for the vendoring.

Also, please include the LICENSE.txt file from the original repo in that directory.

Thanks!

@RohanNagar
Copy link
Contributor Author

Thanks @brendanburns. Added the README and LICENSE.

@brendandburns
Copy link
Contributor

LGTM.

Thanks.

@brendandburns brendandburns merged commit ac99f43 into kubernetes-client:master Jul 17, 2018
@RohanNagar RohanNagar deleted the fractions branch July 17, 2018 16:55
JonJam pushed a commit to JonJam/csharp that referenced this pull request Sep 8, 2018
* Move Fractions library inside project

* Add README and license
@danm-de
Copy link

danm-de commented Jun 3, 2019

Hi,
Fractions 4.0.1 should be strong named.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants