[PR #432] [MERGED] Suppress warnings for System.getProperty("line.separator") #547

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

📋 Pull Request Information

Original PR: https://github.com/apple/pkl/pull/432
Author: @KushalP
Created: 4/16/2024
Status: Merged
Merged: 4/18/2024
Merged by: @bioball

Base: mainHead: system-line-separator


📝 Commits (1)

  • d86fed8 Suppress warnings for System.getProperty("line.separator")

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 pkl-core/src/main/java/org/pkl/core/util/IoUtils.java (+1 -0)

📄 Description

class System gets initialized at build time through native-image and added to the heap. We initialize everything at build time via the --initialize-at-build-time= flag.


🔄 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/432 **Author:** [@KushalP](https://github.com/KushalP) **Created:** 4/16/2024 **Status:** ✅ Merged **Merged:** 4/18/2024 **Merged by:** [@bioball](https://github.com/bioball) **Base:** `main` ← **Head:** `system-line-separator` --- ### 📝 Commits (1) - [`d86fed8`](https://github.com/apple/pkl/commit/d86fed81ee06b8431326919384f41c23bdbb4fdb) Suppress warnings for `System.getProperty("line.separator")` ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `pkl-core/src/main/java/org/pkl/core/util/IoUtils.java` (+1 -0) </details> ### 📄 Description `class System` gets initialized at build time through `native-image` and added to the heap. We initialize everything at build time via the `--initialize-at-build-time=` flag. --- <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:16 +01:00
adam closed this issue 2025-12-30 01:25:16 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#547