boundstone icon indicating copy to clipboard operation
boundstone copied to clipboard

Error on v version V 0.1.22 19b4cf6

Open inxomnyaa opened this issue 4 years ago • 0 comments

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

inxomnyaa avatar Nov 24 '19 13:11 inxomnyaa