mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
[PR #846] [MERGED] Spelling #770
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/846
Author: @jsoref
Created: 12/16/2024
Status: ✅ Merged
Merged: 12/23/2024
Merged by: @bioball
Base:
main← Head:spelling📝 Commits (10+)
bc82028spelling: additionalfce25fespelling: address02cbabcspelling: amending220cca3spelling: analyzef2242d6spelling: cachingef32bf1spelling: cannotf15e462spelling: charactercbcab7cspelling: classa788119spelling: codegenfbb4362spelling: constructor📊 Changes
53 files changed (+153 additions, -153 deletions)
View changed files
📝
docs/modules/bindings-specification/pages/message-passing-api.adoc(+7 -7)📝
docs/modules/java-binding/pages/codegen.adoc(+2 -2)📝
docs/modules/language-reference/pages/index.adoc(+4 -4)📝
docs/modules/release-notes/pages/0.26.adoc(+2 -2)📝
docs/modules/release-notes/pages/0.27.adoc(+2 -2)📝
docs/modules/release-notes/pages/0.28.adoc(+1 -1)📝
docs/modules/release-notes/template.adoc(+1 -1)📝
docs/modules/style-guide/pages/index.adoc(+1 -1)📝
pkl-cli/src/main/kotlin/org/pkl/cli/commands/AnalyzeCommand.kt(+1 -1)📝
pkl-cli/src/test/kotlin/org/pkl/cli/CliEvaluatorTest.kt(+3 -3)📝
pkl-commons-test/src/main/files/packages/birds@0.5.0/package/catalog/Ostrich.pkl(+1 -1)📝
pkl-commons-test/src/main/kotlin/org/pkl/commons/test/PackageServer.kt(+1 -1)📝
pkl-commons/src/main/kotlin/org/pkl/commons/Strings.kt(+1 -1)📝
pkl-config-java/src/main/java/org/pkl/config/java/ConfigEvaluatorBuilder.java(+6 -6)📝
pkl-config-java/src/test/java/org/pkl/config/java/mapper/PObjectToDataObjectTest.java(+6 -6)📝
pkl-core/src/main/java/org/pkl/core/Evaluator.java(+1 -1)📝
pkl-core/src/main/java/org/pkl/core/NoSuchPropertyException.java(+1 -1)📝
pkl-core/src/main/java/org/pkl/core/ast/member/ClassNode.java(+1 -1)📝
pkl-core/src/main/java/org/pkl/core/ast/type/TypeNode.java(+1 -1)📝
pkl-core/src/main/java/org/pkl/core/module/ModuleKeys.java(+1 -1)...and 33 more files
📄 Description
This PR corrects misspellings identified by the check-spelling action (which is an evolution of the script I used ages ago when I first made a PR here...).
The misspellings have been reported at https://github.com/jsoref/pkl/actions/runs/12355506259#summary-34479284401
The action reports that the changes in this PR would make it happy: https://github.com/jsoref/pkl/actions/runs/12355506467#summary-34479285104
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.