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

Fixes compilation sequence on OSX, and adds a test to reproduce compi… #1

Open
wants to merge 2 commits into
base: testReorg
Choose a base branch
from

Conversation

lalithsuresh
Copy link

…lation failure in the DCM project

Signed-off-by: Lalith Suresh [email protected]

@lalithsuresh
Copy link
Author

This is the generated ddlog program that was failing to compile, in the minimal test case I added:

import sql
import sqlop

typedef Tnode_info = Tnode_info{name:string, unschedulable:bool, out_of_disk:bool, memory_pressure:bool, disk_pressure:bool, pid_pressure:bool, ready:bool, network_unavailable:bool, cpu_capacity:bigint, memory_capacity:bigint, ephemeral_storage_capacity:bigint, pods_capacity:bigint, cpu_allocatable:bigint, memory_allocatable:bigint, ephemeral_storage_allocatable:bigint, pods_allocatable:bigint}

input relation Rnode_info[Tnode_info]

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.

1 participant