quil-lang / quilc

The optimizing Quil compiler.
Apache License 2.0
454 stars 73 forks source link

test fails after cl-perm update #924

Open stylewarning opened 4 weeks ago

stylewarning commented 4 weeks ago
The value
  #(0 5 6 3 4 2 1)
is not of type
  (SIMPLE-ARRAY (UNSIGNED-BYTE 16) (*))
   [Condition of type TYPE-ERROR]

Restarts:
 0: [CONTINUE] Skip the rest of the test CL-QUIL-TESTS::TEST-CLIFFORD-AS-PERM and continue by returning (values)
 1: [RETEST] Rerun the test CL-QUIL-TESTS::TEST-CLIFFORD-AS-PERM
 2: [CONTINUE] Skip the rest of the test FIASCO-SUITES::CL-QUIL-TESTS and continue by returning (values)
 3: [RETEST] Rerun the test FIASCO-SUITES::CL-QUIL-TESTS
 4: [CONTINUE-WITHOUT-DEBUGGING] Turn off debugging for this test session and invoke the first CONTINUE restart
 5: [CONTINUE-WITHOUT-DEBUGGING-ERRORS] Do not stop at unexpected errors for the rest of this test session and continue by invoking the first CONTINUE restart
 --more--

Backtrace:
  0: (CL-PERMUTATION::%MAKE-PERM #(0 5 6 3 4 2 ...))
  1: (CL-QUIL.CLIFFORD::CLIFFORD-GROUP-AS-PERM-GROUP 1)
  2: ((LABELS CL-QUIL-TESTS::TEST-CLIFFORD-AS-PERM :IN CL-QUIL-TESTS::TEST-CLIFFORD-AS-PERM))