Skip to content

crystalline: 0.15.0 -> 0.17.1 with added updateScript#400558

Closed
kachick wants to merge 3 commits intoNixOS:masterfrom
kachick:update-crystalline
Closed

crystalline: 0.15.0 -> 0.17.1 with added updateScript#400558
kachick wants to merge 3 commits intoNixOS:masterfrom
kachick:update-crystalline

Conversation

@kachick
Copy link
Member

@kachick kachick commented Apr 21, 2025

Diff: elbywan/crystalline@v0.15.0...v0.17.1

Strictly speaking, crystalline 0.17 is supposed to be compatible with Crystal 1.16, but as I understand it, there is already a discrepancy—crystalline is currently at version 0.15, which corresponds to Crystal 1.14.

With that in mind, I wasn’t sure whether I should wait for this PR to be merged before submitting mine.

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 25.05 Release Notes (or backporting 24.11 and 25.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

cc: @donovanglover


Add a 👍 reaction to pull requests you find important.

@github-actions github-actions bot added 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. labels Apr 21, 2025
@nix-owners nix-owners bot requested a review from donovanglover April 21, 2025 16:52
@kachick
Copy link
Member Author

kachick commented Apr 21, 2025

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 400558


x86_64-linux

✅ 1 package built:
  • crystalline

aarch64-linux

✅ 1 package built:
  • crystalline

x86_64-darwin

✅ 1 package built:
  • crystalline

aarch64-darwin

✅ 1 package built:
  • crystalline

@kachick kachick mentioned this pull request Jun 4, 2025
13 tasks
cp $src/shard.lock $out
'';

# Since doInstallCheck causes another test error, versionCheckHook is avoided.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When enabled doInstallCheck, it caused following error

stdenv-linux/setup: line 1763
"unary operator expected"

It seems like a same error of #242681 (comment)

@nixpkgs-ci nixpkgs-ci bot added the 2.status: merge conflict This PR has merge conflicts with the target branch label Dec 12, 2025
When enabled doInstallCheck, it causes following error

```
stdenv-linux/setup: line 1763
"unary operator expected"
```
@nixpkgs-ci nixpkgs-ci bot removed the 2.status: merge conflict This PR has merge conflicts with the target branch label Dec 14, 2025
@kachick
Copy link
Member Author

kachick commented Dec 14, 2025

Closing this PR because there has been no feedback from the package maintainer.

@kachick kachick closed this Dec 14, 2025
@kachick kachick deleted the update-crystalline branch December 14, 2025 08:26
@donovanglover
Copy link
Member

Apologies for never getting around to this. I no longer use Crystal(line) and wasn't comfortable with pushing the updateScript when I first looked at this. If you're still interested in this package, feel free to replace me in the maintainers list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants