Note: The handwritten (now deleted) equals and hashCode methods of class org.pkl.core.Release didn't include components os and flavor. I suspect this was an oversight.
🔄 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/812
**Author:** [@odenix](https://github.com/odenix)
**Created:** 11/14/2024
**Status:** ✅ Merged
**Merged:** 11/14/2024
**Merged by:** [@bioball](https://github.com/bioball)
**Base:** `main` ← **Head:** `pojos`
---
### 📝 Commits (1)
- [`2b94d16`](https://github.com/apple/pkl/commit/2b94d167ec530305b70410444014430427d40030) Continue conversion of org.pkl.core POJOs to record classes
### 📊 Changes
**5 files changed** (+56 additions, -101 deletions)
<details>
<summary>View changed files</summary>
📝 `pkl-core/src/main/java/org/pkl/core/Member.java` (+6 -0)
📝 `pkl-core/src/main/java/org/pkl/core/Platform.java` (+13 -7)
📝 `pkl-core/src/main/java/org/pkl/core/Release.java` (+35 -92)
📝 `pkl-doc/src/main/kotlin/org/pkl/doc/CliDocGenerator.kt` (+1 -1)
📝 `pkl-doc/src/main/kotlin/org/pkl/doc/DocScope.kt` (+1 -1)
</details>
### 📄 Description
Note: The handwritten (now deleted) `equals` and `hashCode` methods of class `org.pkl.core.Release` didn't include components `os` and `flavor`. I suspect this was an oversight.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/812
Author: @odenix
Created: 11/14/2024
Status: ✅ Merged
Merged: 11/14/2024
Merged by: @bioball
Base:
main← Head:pojos📝 Commits (1)
2b94d16Continue conversion of org.pkl.core POJOs to record classes📊 Changes
5 files changed (+56 additions, -101 deletions)
View changed files
📝
pkl-core/src/main/java/org/pkl/core/Member.java(+6 -0)📝
pkl-core/src/main/java/org/pkl/core/Platform.java(+13 -7)📝
pkl-core/src/main/java/org/pkl/core/Release.java(+35 -92)📝
pkl-doc/src/main/kotlin/org/pkl/doc/CliDocGenerator.kt(+1 -1)📝
pkl-doc/src/main/kotlin/org/pkl/doc/DocScope.kt(+1 -1)📄 Description
Note: The handwritten (now deleted)
equalsandhashCodemethods of classorg.pkl.core.Releasedidn't include componentsosandflavor. I suspect this was an oversight.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.