Bug 266519 - lang/crystal: Update to 1.5.1
Summary: lang/crystal: Update to 1.5.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL: https://github.com/crystal-lang/cryst...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-20 14:58 UTC by Gian-Simon Purkert
Modified: 2022-09-24 16:44 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (val)


Attachments
Update to 1.5.1 (1.30 KB, patch)
2022-09-20 14:58 UTC, Gian-Simon Purkert
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!