[Bug 1818596] Re: Inbuilt KORN Arithmetic & Test functions broken under Windows Subsystem for Linux

2019-06-28 Thread Mark A. Lane
Logged issue VIA https://github.com/Microsoft/WSL/issues/ as : Inbuilt KORN Arithmetic & Test functions broken under Windows Subsystem for Linux #4244 Referencing : https://bugs.launchpad.net/ubuntu/+source/ksh/+bug/1818596 The bigger issue here is the power that M$ is waiving with the WSL ports

Re: [Bug 1818596] Re: Inbuilt KORN Arithmetic & Test functions broken under Windows Subsystem for Linux

2019-06-28 Thread Mark A. Lane
Thanks Balint I’ll file one @ Microsoft. — Regards, Mark A. Lane > On 29 Jun 2019, at 03:47, Balint Reczey wrote: > > I can reproduce the problem in WSL on Insider build 18917 but not in WSL2. > This looks like specific to the WSL implementation, please file an issue

[Bug 1818596] Re: Inbuilt KORN Arithmetic & Test functions broken under Windows Subsystem for Linux

2019-05-07 Thread Mark A. Lane
Read above. Is this being looked at ? ** Changed in: ksh (Ubuntu) Status: Expired => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1818596 Title: Inbuilt KORN Arithmetic & Test function

[Bug 1818596] Re: Inbuilt KORN Arithmetic & Test functions broken under Windows Subsystem for Linux

2019-03-06 Thread Mark A. Lane
Test script. ** Attachment added: "IntegerTest.ksh" https://bugs.launchpad.net/ubuntu/+source/ksh/+bug/1818596/+attachment/5244205/+files/IntergerTest.ksh -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/

[Bug 1818596] Re: Inbuilt KORN Arithmetic & Test functions broken under Windows Subsystem for Linux

2019-03-06 Thread Mark A. Lane
#!/bin/ksh Y=1 Z=1 X=7680072911 C=1 until [ ${C} -eq 50 ] do typeset -i -l Y=$(( ${Y} + ${Y} + ${X} )) typeset -i -l Z=$( echo "(${Z} + ${Z} + ${X})" | bc ) print "C=${C},Y=${Y},Z=${Z}, $( [ ${Y} -ne ${Z} ] && print Error || print Ok )" C=$(( ${C} + 1 )) done -- You received this bug notificatio

[Bug 1818596] Re: Inbuilt KORN Arithmetic & Test functions broken under Windows Subsystem for Linux

2019-03-06 Thread Mark A. Lane
-> sdiff a b #!/bin/ksh #!/bin/ksh Y=1 Y=1 Z=1 Z=1 X=7680072911X=76800729

[Bug 1818596] Re: Inbuilt KORN Arithmetic & Test functions broken under Windows Subsystem for Linux

2019-03-05 Thread Mark A. Lane
** Information type changed from Private Security to Public Security -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1818596 Title: Inbuilt KORN Arithmetic & Test functions broken under Windows Subs