Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Fix License wording, extra line break, and delete unused file #3

Merged
merged 1 commit into from
Nov 11, 2014
Merged

Fix License wording, extra line break, and delete unused file #3

merged 1 commit into from
Nov 11, 2014

Conversation

mellinoe
Copy link
Contributor

The license information in the T4 templates wasn't the same as the header in the other files, this fixes that by changing the ttinclude file and re-generating the CS files. This also removes two extra line breaks that slipped through last time, and also deletes a file that was completely unused from before some refactorings (it's split into two files now).

GenerationConfig.ttinclude, ConstantHelper.cs, Register.cs, Vector.cs, and GenericVectorTests.cs are all the T4 files which were changed / regenerated with the normal license info.

Quaternion.cs and Plane.cs had an extra line break in them.

@dotnet-bot dotnet-bot merged commit d6310ac into dotnet:master Nov 11, 2014
@mellinoe mellinoe deleted the FixLicenseAndFormatting branch November 14, 2014 19:55
pgavlin added a commit to pgavlin/corefx that referenced this pull request Aug 11, 2015
Merge corefx/master into sn2.
steveharter pushed a commit to steveharter/dotnet_corefx that referenced this pull request Sep 9, 2015
trstringer referenced this pull request in trstringer/corefx May 18, 2016
@karelz karelz modified the milestone: 1.0.0-rtm Dec 3, 2016
krwq added a commit that referenced this pull request Mar 7, 2017
Fix for tests failing on Un*x due to "file:///"
DnlHarvey added a commit that referenced this pull request Apr 13, 2017
Bring in dotnet/corefx
JeffCyr added a commit to JeffCyr/corefx that referenced this pull request Feb 7, 2018
stephentoub pushed a commit that referenced this pull request Feb 12, 2018
* Modified Dns.GetHostAddressesAsync to be truly async

* Applied code review recommendations

* Unix build fix

* Unix build fix #2

* Unix build fix #3

* NETFX build fix

* Fixed useGetHostByName logic

* Simplified ProcessResult code

* Cleaned up cancel code

* cleanup
pjanotti pushed a commit to pjanotti/corefx that referenced this pull request Feb 12, 2018
* Modified Dns.GetHostAddressesAsync to be truly async

* Applied code review recommendations

* Unix build fix

* Unix build fix dotnet#2

* Unix build fix dotnet#3

* NETFX build fix

* Fixed useGetHostByName logic

* Simplified ProcessResult code

* Cleaned up cancel code

* cleanup
A-And pushed a commit to A-And/corefx that referenced this pull request Feb 21, 2018
* Modified Dns.GetHostAddressesAsync to be truly async

* Applied code review recommendations

* Unix build fix

* Unix build fix dotnet#2

* Unix build fix dotnet#3

* NETFX build fix

* Fixed useGetHostByName logic

* Simplified ProcessResult code

* Cleaned up cancel code

* cleanup
A-And added a commit to A-And/corefx that referenced this pull request Sep 24, 2018
A-And added a commit that referenced this pull request Sep 25, 2018
* Add TryAdd and Clear regression tests

* Add Run Condition on Clear()

* Address PR Feedback

* Address PR Feedback #2

*  Address PR Feedback #3

* Remove Extra Line

* Add MoveNext Result Asserts
Fasjeit referenced this pull request in CryptoPro/corefx Oct 31, 2018
ghost pushed a commit that referenced this pull request Aug 9, 2019
* Json prototype (#1)

Basic API for Json writable DOM with scenarios including collection initialization, accessing and modifying Json nodes.

* Json prototype - transformation API  (#2)

* transformation API added
* assertions to existing scenarios added

* Json prototype (#1)

Basic API for Json writable DOM with scenarios including collection initialization, accessing and modifying Json nodes.

* Json prototype - transformation API  (#2)

* transformation API added
* assertions to existing scenarios added

* JsonNumber implementation and tests (#3)

* IEquatables added
* JsonNumber implementation and unit tests added
* pragmas deleted
* review comments included, more tests added
* decimal support added to JsonNumber
* decimal support added to JsonArray and JsonObject

* all unimplemented classes and methods with accompanying tests removed

* First part of documentation added

* documentation completed

* missing exceptions added

* JsonElement changes removed

* part of the review comments included

* work on review comments

* code refactor

* more decimal tests added using MemberData

* more decimal tests added using MemberData

* more test cases added

* equals summary adjusted, equals tests added

* more Equals tests added, GetHashCode tests added, minor changes

* scientifing notation support added, rational numbers tests fixes

* rational overflow tests added

* ulong maxvalue tests added to rational types

* presision problems fixes

* exception strings fixed

* CI failing fixes (hopefully), review comments included

* missing == tests added to achieve 100% branch coverage

* review comments included

* trailing whitespaces fixes

* equals comments added

* equals object refactored to call quals json number

* merge fix
akrisiun added a commit to akrisiun/corefx that referenced this pull request Sep 8, 2019
akrisiun added a commit to akrisiun/corefx that referenced this pull request Sep 29, 2019
macrogreg pushed a commit to open-telemetry/opentelemetry-dotnet-instrumentation that referenced this pull request Sep 24, 2020
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
Fix for tests failing on Un*x due to "file:///"

Commit migrated from dotnet/corefx@34aff2c
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
…6850)

* Modified Dns.GetHostAddressesAsync to be truly async

* Applied code review recommendations

* Unix build fix

* Unix build fix dotnet/corefx#2

* Unix build fix dotnet/corefx#3

* NETFX build fix

* Fixed useGetHostByName logic

* Simplified ProcessResult code

* Cleaned up cancel code

* cleanup


Commit migrated from dotnet/corefx@d3ff31e
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
* Add TryAdd and Clear regression tests

* Add Run Condition on Clear()

* Address PR Feedback

* Address PR Feedback dotnet/corefx#2

*  Address PR Feedback dotnet/corefx#3

* Remove Extra Line

* Add MoveNext Result Asserts


Commit migrated from dotnet/corefx@d8a0778
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
…x#39917)

* Json prototype (dotnet/corefx#1)

Basic API for Json writable DOM with scenarios including collection initialization, accessing and modifying Json nodes.

* Json prototype - transformation API  (dotnet/corefx#2)

* transformation API added
* assertions to existing scenarios added

* Json prototype (dotnet/corefx#1)

Basic API for Json writable DOM with scenarios including collection initialization, accessing and modifying Json nodes.

* Json prototype - transformation API  (dotnet/corefx#2)

* transformation API added
* assertions to existing scenarios added

* JsonNumber implementation and tests (dotnet/corefx#3)

* IEquatables added
* JsonNumber implementation and unit tests added
* pragmas deleted
* review comments included, more tests added
* decimal support added to JsonNumber
* decimal support added to JsonArray and JsonObject

* all unimplemented classes and methods with accompanying tests removed

* First part of documentation added

* documentation completed

* missing exceptions added

* JsonElement changes removed

* part of the review comments included

* work on review comments

* code refactor

* more decimal tests added using MemberData

* more decimal tests added using MemberData

* more test cases added

* equals summary adjusted, equals tests added

* more Equals tests added, GetHashCode tests added, minor changes

* scientifing notation support added, rational numbers tests fixes

* rational overflow tests added

* ulong maxvalue tests added to rational types

* presision problems fixes

* exception strings fixed

* CI failing fixes (hopefully), review comments included

* missing == tests added to achieve 100% branch coverage

* review comments included

* trailing whitespaces fixes

* equals comments added

* equals object refactored to call quals json number

* merge fix


Commit migrated from dotnet/corefx@5050ee8
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants