Skip to content

fix for ObjectMap UnmarshalJSON dereferencing a nil pointer#33

Open
jb0n wants to merge 14 commits into
alexbeltran:masterfrom
jb0n:master
Open

fix for ObjectMap UnmarshalJSON dereferencing a nil pointer#33
jb0n wants to merge 14 commits into
alexbeltran:masterfrom
jb0n:master

Conversation

@jb0n

@jb0n jb0n commented Jun 2, 2022

Copy link
Copy Markdown

Just a small fix I stumbled on when using this lib

@alexbeltran alexbeltran left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for contributing. It looks like you've change the package name to your local branch to your own branch. Please change all references to jb0n back to alexbeltran.

Also, there seems to be a few unrelated changes, do you mind breaking this pull request into smaller pieces.

Comment thread README.md
# Installation
Part of this library is a command line client. To install from source run:
```
go get -u github.com/alexbeltran/gobacnet/baccli

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revert name back.

expectedTag = 4
if tag != expectedTag {
return &ErrorIncorrectTag{Expected: expectedTag, Given: tag}
OUTER:

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this required?

@jb0n

jb0n commented May 9, 2024 via email

Copy link
Copy Markdown
Author

@alexbeltran

alexbeltran commented May 9, 2024 via email

Copy link
Copy Markdown
Owner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants