string->ip6-address is broken #957

Closed
opened 2023-10-02 17:32:05 +00:00 by vyzo · 1 comment
vyzo commented 2023-10-02 17:32:05 +00:00 (Migrated from github.com)
> (ip-address "f::1")
#u8(0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 1)
> (ip-address "ff::1")
#u8(0 255 0 0 0 0 0 0 0 0 0 0 0 0 0 1)
``` > (ip-address "f::1") #u8(0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 1) > (ip-address "ff::1") #u8(0 255 0 0 0 0 0 0 0 0 0 0 0 0 0 1) ```
vyzo commented 2023-10-03 16:45:55 +00:00 (Migrated from github.com)

This is actually correct, but it is still full of bugz.

This is actually correct, but it is still full of bugz.
Sign in to join this conversation.
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
mighty-gerbils/gerbil#957
No description provided.