Vidya
Vidya
@ingwal commented on Feb 2 Hmm, it looks to me that slc is an unitialized pointer on the line containing "foo(slc)". Or is there an actual slice created on the...
@amherag commented on Feb 9 Ohhhhhhh you're right
@ingwal commented on Feb 9 What's the intented behaviour here? Creating an anonymous slice that the pointer can point to, or throw an error?
@olemis commented on Jan 2 For the record there is a `PrintStack()` function for `CXProgram`.
@ingwal commented on Sep 9 We should check the parameters to printf, but this isn't done yet. In the meantime, this should only give a runtime error and continue, but...