Bug 266519

Summary: lang/crystal: Update to 1.5.1
Product: Ports & Packages Reporter: Gian-Simon Purkert <gspurki>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: fernape, val
Priority: --- Flags: bugzilla: maintainer-feedback? (val)
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/crystal-lang/crystal/releases/tag/1.5.1
Attachments:
Description Flags
Update to 1.5.1 none

Description Gian-Simon Purkert 2022-09-20 14:58:17 UTC
Created attachment 236706 [details]
Update to 1.5.1
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-09-24 16:40:08 UTC
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(-)
Comment 2 Fernando ApesteguĂ­a freebsd_committer freebsd_triage 2022-09-24 16:44:04 UTC
Committed,

Thanks!