mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 14:20:35 +01:00
[PR #432] [MERGED] Suppress warnings for System.getProperty("line.separator")
#547
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/432
Author: @KushalP
Created: 4/16/2024
Status: ✅ Merged
Merged: 4/18/2024
Merged by: @bioball
Base:
main← Head:system-line-separator📝 Commits (1)
d86fed8Suppress warnings forSystem.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 Systemgets initialized at build time throughnative-imageand 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.