[PR #743] [CLOSED] Add isBase64 string property #708

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

📋 Pull Request Information

Original PR: https://github.com/apple/pkl/pull/743
Author: @jjuliano
Created: 10/27/2024
Status: Closed

Base: mainHead: main


📝 Commits (1)

  • 1c7b05d added isBase64 string property

📊 Changes

7 files changed (+40 additions, -10 deletions)

View changed files

📝 pkl-codegen-kotlin/src/main/kotlin/org/pkl/codegen/kotlin/KotlinCodeGenerator.kt (+5 -0)
📝 pkl-core/src/main/java/org/pkl/core/stdlib/base/StringNodes.java (+8 -0)
📝 pkl-core/src/test/files/LanguageSnippetTests/input/api/string.pkl (+4 -0)
📝 pkl-core/src/test/files/LanguageSnippetTests/input/api/stringUnicode.pkl (+7 -3)
📝 pkl-core/src/test/files/LanguageSnippetTests/output/api/string.pcf (+5 -2)
📝 pkl-core/src/test/files/LanguageSnippetTests/output/api/stringUnicode.pcf (+5 -2)
📝 stdlib/base.pkl (+6 -3)

📄 Description

This PR adds isBase64 string property.


🔄 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/743 **Author:** [@jjuliano](https://github.com/jjuliano) **Created:** 10/27/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`1c7b05d`](https://github.com/apple/pkl/commit/1c7b05dcb9681139ceafaa4a595b9dc3615f2c6c) added isBase64 string property ### 📊 Changes **7 files changed** (+40 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `pkl-codegen-kotlin/src/main/kotlin/org/pkl/codegen/kotlin/KotlinCodeGenerator.kt` (+5 -0) 📝 `pkl-core/src/main/java/org/pkl/core/stdlib/base/StringNodes.java` (+8 -0) 📝 `pkl-core/src/test/files/LanguageSnippetTests/input/api/string.pkl` (+4 -0) 📝 `pkl-core/src/test/files/LanguageSnippetTests/input/api/stringUnicode.pkl` (+7 -3) 📝 `pkl-core/src/test/files/LanguageSnippetTests/output/api/string.pcf` (+5 -2) 📝 `pkl-core/src/test/files/LanguageSnippetTests/output/api/stringUnicode.pcf` (+5 -2) 📝 `stdlib/base.pkl` (+6 -3) </details> ### 📄 Description This PR adds isBase64 string property. --- <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:26:19 +01:00
adam closed this issue 2025-12-30 01:26:19 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#708