Original PR: https://github.com/apple/pkl/pull/513 Author: @bioball Created: 6/3/2024 Status: ✅ Merged Merged: 6/4/2024 Merged by: @bioball
Base: main ← Head: fix-line-endings
main
fix-line-endings
7861b39
50d8e52
9 files changed (+569 additions, -562 deletions)
📝 .gitattributes (+7 -0) 📝 gradlew.bat (+92 -92) 📝 pkl-certs/pkl-certs.gradle.kts (+19 -19) 📝 pkl-core/src/test/kotlin/org/pkl/core/http/DummyHttpClientTest.kt (+34 -34) 📝 pkl-core/src/test/kotlin/org/pkl/core/http/HttpClientTest.kt (+149 -149) 📝 pkl-core/src/test/kotlin/org/pkl/core/http/LazyHttpClientTest.kt (+34 -34) 📝 pkl-core/src/test/kotlin/org/pkl/core/http/RequestRewritingClientTest.kt (+127 -127) 📝 pkl-core/src/test/kotlin/org/pkl/core/util/ExceptionsTest.kt (+48 -48) 📝 pkl-core/src/test/kotlin/org/pkl/core/util/HttpUtilsTest.kt (+59 -59)
.gitattributes
gradlew.bat
pkl-certs/pkl-certs.gradle.kts
pkl-core/src/test/kotlin/org/pkl/core/http/DummyHttpClientTest.kt
pkl-core/src/test/kotlin/org/pkl/core/http/HttpClientTest.kt
pkl-core/src/test/kotlin/org/pkl/core/http/LazyHttpClientTest.kt
pkl-core/src/test/kotlin/org/pkl/core/http/RequestRewritingClientTest.kt
pkl-core/src/test/kotlin/org/pkl/core/util/ExceptionsTest.kt
pkl-core/src/test/kotlin/org/pkl/core/util/HttpUtilsTest.kt
This fixes the rest of the line ending issues (hopefully) in the codebase.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/513
Author: @bioball
Created: 6/3/2024
Status: ✅ Merged
Merged: 6/4/2024
Merged by: @bioball
Base:
main← Head:fix-line-endings📝 Commits (2)
7861b39Mark some files binary50d8e52Fix more line ending issues📊 Changes
9 files changed (+569 additions, -562 deletions)
View changed files
📝
.gitattributes(+7 -0)📝
gradlew.bat(+92 -92)📝
pkl-certs/pkl-certs.gradle.kts(+19 -19)📝
pkl-core/src/test/kotlin/org/pkl/core/http/DummyHttpClientTest.kt(+34 -34)📝
pkl-core/src/test/kotlin/org/pkl/core/http/HttpClientTest.kt(+149 -149)📝
pkl-core/src/test/kotlin/org/pkl/core/http/LazyHttpClientTest.kt(+34 -34)📝
pkl-core/src/test/kotlin/org/pkl/core/http/RequestRewritingClientTest.kt(+127 -127)📝
pkl-core/src/test/kotlin/org/pkl/core/util/ExceptionsTest.kt(+48 -48)📝
pkl-core/src/test/kotlin/org/pkl/core/util/HttpUtilsTest.kt(+59 -59)📄 Description
This fixes the rest of the line ending issues (hopefully) in the codebase.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.