dollabs / pamela

Probabalistic Advanced Modeling and Execution Learning Architecture
Apache License 2.0
233 stars 13 forks source link

Issue 86 #90

Closed tmarble closed 7 years ago

tmarble commented 7 years ago

Start the PAMELA inheritance branch which will include breaking IR changes

pmdoll commented 7 years ago

Please comment out cider tasks

dcerys commented 7 years ago

Something contained in a previous email exchange, that doesn't appear to be included here:

There are at least two different Pamela operations: build and htn. It looks like this scheme supports only build errors. So, how about the following:

test/pamela/errors/IR/*.pamela are Pamela files for which we expect a parser error to occur. A non-error is a test failure. test/pamela/errors/HTN/*.pamela are Pamela files for which we expect an “htn” error to occur. We’ll use the same *.root-task convention as in the test/pamela/HTN directory (except that the pamela and root-task files will reside in the same directory).

I was tempted to suggest test/pamela/errors/build/.pamela and test/pamela/errors/htn/.pamela, but thought that using the same names as the uncle/aunt directories would minimize insanity. However, I'm not wedded to these specific names.

pmdoll commented 7 years ago

OBE by PR #92