mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 14:20:35 +01:00
[PR #513] [MERGED] Fix line endings #596
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.