Bug with Source as Typed?

General APL language issues
Post Reply
Rav
Posts: 29
Joined: Tue Jul 25, 2023 4:41 pm

Bug with Source as Typed?

Post by Rav »

I love the new Source as Typed feature. I've noticed one thing through. When I have a function that has the spacing the way I want it and I want to make a copy of that function with another name by editing it and changing the name, the new function doesn't retain the spacing. For example:

Code: Select all

     ∇ foo
[1]    'fm' ⎕WC 'Form'
     ∇
If I now )ed that function and change line [0] to goo and save it, goo looks like this:

Code: Select all

     ∇ goo
[1]    'fm'⎕WC'Form'
     ∇
Is there a reason the spacing isn't being retained? Thanks / Rav
Vince|Dyalog
Posts: 439
Joined: Wed Oct 01, 2008 9:39 am

Re: Bug with Source as Typed?

Post by Vince|Dyalog »

Thanks for reporting this, Rav.

I have logged it as an issue, 21424.

Regards,

Vince
Post Reply