Hello,

The ⎕IO bug  is back.

(note: ⎕IO ←→ 0 seems to be set to 0 using edif2)


      ∇qio_test[⎕]∇

    ∇
[0]   qio_test
[1]   ⎕IO
    ∇
 

      ⎕IO←1
      ⎕IO
1
            qio_test
1
            ⍎¨ 'qio_test' 'qio_test'
1
1

      ⎕IO←0

      ⎕IO

0

            qio_test
0
            ⍎¨ 'qio_test' 'qio_test'
1
1

Greetings

Hans-Peter



Am 14.08.2018 um 18:17 schrieb Chris Moller:
>
> I just committed a minor patch to edif, fixing a relatively low
> probability bug involving a possible message queue name collision if
> you have two or more APL sessions open simultaneously.
>
> https://github.com/ChrisMoller/edif
>
> --cm
>

Reply via email to