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

Error on v version V 0.1.22 19b4cf6 #3

Open
inxomnyaa opened this issue Nov 24, 2019 · 0 comments
Open

Error on v version V 0.1.22 19b4cf6 #3

inxomnyaa opened this issue Nov 24, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@inxomnyaa
Copy link

warning: bstone\bstone.v:17:55: pointer field `bstone.VRakLib.session_manager` must be initialized
warning: bstone\bytebuffer.v:17:37: `bstone.Endianness.little` is unnecessary, use `.little`
warning: bstone\bytebuffer.v:396:32: `bstone.Endianness.little` is unnecessary, use `.little`
warning: bstone\bytebuffer.v:399:29: `bstone.Endianness.big` is unnecessary, use `.big`
warning: bstone\packet.v:90:52: pointer field `bstone.EncapsulatedPacket.buffer` must be initialized
bstone\session.v:96:54: no need to specify the full array type here, use `[]` instead of `[][]bstone.EncapsulatedPacket`
   94|         receive_sequenced_highest_index: [0].repeat(ChannelCount)
   95|
   96|         receive_ordered_packets: [[]EncapsulatedPacket].repeat(ChannelCount)
                                                            ^
   97|
   98|         session_manager: session_manager
@JellyBrick JellyBrick added the bug Something isn't working label Mar 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants