Ryan Hinton

Results 24 comments of Ryan Hinton

I'm not following your example, but I can see the difference between an Alert (protocol) vs. Affirm (data). Last time we talked, I got the idea that the Affirm was...

I was imagining something along the following lines. * Overload opening a transcript file to return a transcript file ID. (I would use an integer, making the result a file...

A finite set for now should be fine. I assume you've seen the C-like standard IO package here: They use a fixed maximum of files. I assume if you set...

> How would the separate enable for the file work? I can see two easy ways. 1. As you suggested, select the destination based on log message type. In my...

I don't understand your question. The bins with positive `AtLeast` seem to work fine. The problem is that `RandCovPoint` picks from the bins with zero weight. I was hoping to...

`RandCovPoint` seems to be working perfectly when all of the bins were created with `AtLeast >= 0`.

My understanding is that normal bins (AtLeast >= 1) will be generated by RandCovPoint until their coverage reaches 100%. I assume they can go over 100% and will still not...

I'm trying to run the system tests, but having trouble. What directory should I be in when I execute compiletest.sh? From compiletest.sh:326 and forward it looks like I should either...

OK, I ran from root ``` sh tce/tools/scripts/compiletest.sh -q -c ``` and got ``` sh $ tce/tools/scripts/compiletest.sh -q -c Temp: /tmp/compiletest.tce.7qBMdRM touch: cannot touch 'systemtest_longlong/bintools/Compiler/denbench_verification.testdesc.disabled': No such file or directory...

I can see those symlinks. But the file has two sets of `..`s, so maybe the script needs to be changed if it's really only one directory deep.