Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken GoDoc in comment for Decimal.UnmarshalMsgpack #201

Closed
ligurio opened this issue Aug 4, 2022 · 0 comments · Fixed by #202
Closed

Broken GoDoc in comment for Decimal.UnmarshalMsgpack #201

ligurio opened this issue Aug 4, 2022 · 0 comments · Fixed by #202
Labels
documentation Improvements or additions to documentation

Comments

@ligurio
Copy link
Member

ligurio commented Aug 4, 2022

See https://pkg.go.dev/github.com/tarantool/[email protected]/decimal#Decimal.UnmarshalMsgpack
image

oleg-jukovec added a commit that referenced this issue Aug 4, 2022
The patch fixes markdown of Decimal.UnmarshalMsgpack method in godoc. It
also makes the package description less confusing, removes duplication.

Closes #201
oleg-jukovec added a commit that referenced this issue Aug 4, 2022
The patch fixes markdown of Decimal.UnmarshalMsgpack method in godoc. It
also makes the package description less confusing, removes duplication.

Closes #201
oleg-jukovec added a commit that referenced this issue Aug 4, 2022
The patch fixes markdown of Decimal.UnmarshalMsgpack method in godoc. It
also makes the package description less confusing, removes duplication.

Closes #201
oleg-jukovec added a commit that referenced this issue Aug 8, 2022
The patch hides the implementation details of the Decimal type from
GoDoc. It provides comments for Decimal.MarshalMsgpack and
Decimal.UnmarshalMsgpack.

Closes #201
oleg-jukovec added a commit that referenced this issue Aug 11, 2022
The patch hides the implementation details of the Decimal type from
GoDoc. It provides comments for Decimal.MarshalMsgpack and
Decimal.UnmarshalMsgpack.

Closes #201
oleg-jukovec added a commit that referenced this issue Aug 11, 2022
The patch hides the implementation details of the Decimal type from
GoDoc. It provides comments for Decimal.MarshalMsgpack and
Decimal.UnmarshalMsgpack.

Closes #201
@kyukhin kyukhin added documentation Improvements or additions to documentation teamE labels Aug 12, 2022
oleg-jukovec added a commit that referenced this issue Aug 17, 2022
The patch hides the implementation details of the Decimal type from
GoDoc. It provides comments for Decimal.MarshalMsgpack and
Decimal.UnmarshalMsgpack.

Closes #201
oleg-jukovec added a commit that referenced this issue Aug 17, 2022
The patch hides the implementation details of the Decimal type from
documentation. It provides comments for Decimal.MarshalMsgpack and
Decimal.UnmarshalMsgpack.

Closes #201
oleg-jukovec added a commit that referenced this issue Aug 17, 2022
The patch hides the implementation details of the Decimal type from
documentation. It provides comments for Decimal.MarshalMsgpack and
Decimal.UnmarshalMsgpack.

Closes #201
oleg-jukovec added a commit that referenced this issue Aug 17, 2022
Overview

    The minor release with time zones and interval support for
    datetime.

    Also now you can use go-tarantool with `msgpack.v5`. To do this,
    add `go_tarantool_msgpack_v5` to your build tags:

    $ go build -tags=go_tarantool_msgpack_v5 .

Breaking changes

    There are no breaking changes in the release.

New features

    Optional msgpack.v5 usage (#124).

    TZ support for datetime (#163).

    Interval support for datetime (#165).

Bugfixes

    Markdown of documentation for the decimal subpackage (#201).
oleg-jukovec added a commit that referenced this issue Aug 17, 2022
The patch hides the implementation details of the Decimal type from
documentation. It provides comments for Decimal.MarshalMsgpack and
Decimal.UnmarshalMsgpack.

Closes #201
oleg-jukovec added a commit that referenced this issue Aug 17, 2022
The patch hides the implementation details of the Decimal type from
documentation. It provides comments for Decimal.MarshalMsgpack and
Decimal.UnmarshalMsgpack.

Closes #201
oleg-jukovec added a commit that referenced this issue Aug 17, 2022
The patch hides the implementation details of the Decimal type from
documentation. It provides comments for Decimal.MarshalMsgpack and
Decimal.UnmarshalMsgpack.

Closes #201
oleg-jukovec added a commit that referenced this issue Aug 17, 2022
Overview

    The minor release with time zones and interval support for
    datetime.

    Also now you can use go-tarantool with `msgpack.v5`. To do this,
    add `go_tarantool_msgpack_v5` to your build tags:

    $ go build -tags=go_tarantool_msgpack_v5 .

Breaking changes

    There are no breaking changes in the release.

New features

    Optional msgpack.v5 usage (#124).

    TZ support for datetime (#163).

    Interval support for datetime (#165).

Bugfixes

    Markdown of documentation for the decimal subpackage (#201).
oleg-jukovec added a commit that referenced this issue Aug 17, 2022
Overview

    The minor release with time zones and interval support for
    datetime.

    Also now you can use go-tarantool with `msgpack.v5`. To do this,
    add `go_tarantool_msgpack_v5` to your build tags:

    $ go build -tags=go_tarantool_msgpack_v5 .

Breaking changes

    There are no breaking changes in the release.

New features

    Optional msgpack.v5 usage (#124).

    TZ support for datetime (#163).

    Interval support for datetime (#165).

Bugfixes

    Markdown of documentation for the decimal subpackage (#201).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants