Bug 275177 - devel/delve: Update to 1.21.2
Summary: devel/delve: Update to 1.21.2
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: Muhammad Moinur Rahman
URL: https://github.com/go-delve/delve/blo...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-18 19:34 UTC by Dmitry Wagin
Modified: 2023-11-20 13:30 UTC (History)
1 user (show)

See Also:


Attachments
delve.diff (838 bytes, patch)
2023-11-18 19:34 UTC, Dmitry Wagin
dmitry.wagin: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Wagin 2023-11-18 19:34:09 UTC
Created attachment 246400 [details]
delve.diff

Update to 1.21.2

Added

    DAP: add concrete type to interface type (@suzmue, #3510)
    Support for VSCode in the edit command (@derekparker, #3524)
    Follow-mode support for Windows (@aarzilli, #3507)

Fixed

    Fix bugs handling stdout/stderr in DAP (@hyangah, #3522)
    Fix bug with autogenerated wrappers for methods of generic types (@aarzilli, #3528)

Changed

    Use Cgo instead of C code in the FreeBSD backend (@4a6f656c, #3529)
    Remove obsolete build tags (+build) (@alexandear, #3513)


Changelog: https://github.com/go-delve/delve/blob/master/CHANGELOG.md#1212-2023-10-30
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-11-20 13:27:42 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1a0193ce5f2b5f53c5d6759468d07854dd9fec26

commit 1a0193ce5f2b5f53c5d6759468d07854dd9fec26
Author:     Dmitry Wagin <dmitry.wagin@ya.ru>
AuthorDate: 2023-11-19 21:42:54 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-11-20 13:26:48 +0000

    devel/delve: Update version 1.21.1=>1.21.2

    Added
      - DAP: add concrete type to interface type (@suzmue, #3510)
      - Support for VSCode in the edit command (@derekparker, #3524)
      - Follow-mode support for Windows (@aarzilli, #3507)

    Fixed
      - Fix bugs handling stdout/stderr in DAP (@hyangah, #3522)
      - Fix bug with autogenerated wrappers for methods of generic types
        (@aarzilli, #3528)

    Changed
      - Use Cgo instead of C code in the FreeBSD backend (@4a6f656c, #3529)
      - Remove obsolete build tags (+build) (@alexandear, #3513)

    Changelog:
     https://github.com/go-delve/delve/blob/master/CHANGELOG.md#1212-2023-10-30

    PR:             275177
    Approved by:    submitter is maintainer

 devel/delve/Makefile | 2 +-
 devel/delve/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)