Created attachment 236706 [details] Update to 1.5.1
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=41671cfa49c920b92faaa5971888e3d47d1462bd commit 41671cfa49c920b92faaa5971888e3d47d1462bd Author: Gian-Simon Purkert <gspurki@gmail.com> AuthorDate: 2022-09-22 15:50:19 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-09-24 16:35:54 +0000 lang/crystal: Update to 1.5.1 ChangeLog: https://github.com/crystal-lang/crystal/releases/tag/1.5.1 * Fix Class#nilable? for recursive unions and root types * Fix Float#abs and Number#format for -0.0 * Fix null dereference when passing empty slice to Base64.encode * Do not check abstract def parameter names on abstract types and modules * Compiler/codegen: reset @needs_value * Fix homogeneous_aggregate? check for aarch64 types * Compiler: don't eagerly check cast type * Fix type restriction augmenter for Union(*T) and similar * Formatter: Fix assign followed by comment * Handle formatting annotated method parameters * Update distribution-scripts * Update distribution-scripts * [CI] Bumping xcode to 13.4.1 PR: 266519 Reported by: gspurki@gmail.com Approved by: greg@unrelenting.technology (maintainer, timeout > 2 weeks) lang/crystal/Makefile | 2 +- lang/crystal/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
Committed, Thanks!