You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I downloaded the latest release v0.11.1 and I copied the kcl file from test and I two CIDR functions, hosts_in_CIDR and subnets_from_CIDR, are not working.
I ran kcl run main.k on the following configuration,
Bug Report
1. Minimal reproduce step (Required)
I downloaded the latest release v0.11.1 and I copied the kcl file from test and I two CIDR functions, hosts_in_CIDR and subnets_from_CIDR, are not working.
I ran
kcl run main.k
on the following configuration,And here is my output.
2. What did you expect to see? (Required)
I should see cidr1 and cidr2 not to be empty. I am not sure what will be the exact values since that is what I was trying to figure out.
3. What did you see instead (Required)
Empty values for
cidr1
andcidr2
4. What is your KCL components version? (Required)
Downloaded the binary from GitHub release v0.11.1
The text was updated successfully, but these errors were encountered: