SamsTheNerd / ducky-periphs

A peripheral addon mod for ComputerCraft Restitched
9 stars 3 forks source link

Focal Port cannot produce a List Iota #4

Closed jojotastic777 closed 1 year ago

jojotastic777 commented 1 year ago

Steps to reproduce:

  1. Place a Focal Port on the left side of a computer.
  2. Write a List Iota (for example, [1.00]) to the Focal Port using the Chronicler's Gambit.
  3. Run the following code on that computer:
    local focus = peripheral.wrap("left")
    focus.writeIota(focus.readIota())
  4. Focal Port now contains garbage.
SamsTheNerd commented 1 year ago

fixed in v1.1.3