[PR #513] [MERGED] Fix line endings #596

Closed
opened 2025-12-30 01:25:33 +01:00 by adam · 0 comments
Owner

📋 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: mainHead: fix-line-endings


📝 Commits (2)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/apple/pkl/pull/513 **Author:** [@bioball](https://github.com/bioball) **Created:** 6/3/2024 **Status:** ✅ Merged **Merged:** 6/4/2024 **Merged by:** [@bioball](https://github.com/bioball) **Base:** `main` ← **Head:** `fix-line-endings` --- ### 📝 Commits (2) - [`7861b39`](https://github.com/apple/pkl/commit/7861b39cf0bd24ec318431ea98e234e0a3963782) Mark some files binary - [`50d8e52`](https://github.com/apple/pkl/commit/50d8e5228c9ce0127e36e23eb823806643b80e15) Fix more line ending issues ### 📊 Changes **9 files changed** (+569 additions, -562 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description This fixes the rest of the line ending issues (hopefully) in the codebase. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-30 01:25:33 +01:00
adam closed this issue 2025-12-30 01:25:33 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#596