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

2019-09-11 Thread Francis Ginther
** Tags added: id-5d78a94dd35f904bcbcc8c0d -- 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 Subsystem for Linux To manage

[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 at: > https://github

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

2019-06-28 Thread Balint Reczey
But thank you for filing the bug here, too! ** Changed in: ksh (Ubuntu) Status: New => Incomplete ** Changed in: ksh (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.la

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

2019-06-28 Thread Balint Reczey
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 at: https://github.com/Microsoft/WSL/issues/ WSL2: https://devblogs.microsoft.com/commandline/wsl-2-is-now-available- in-windows-insiders/ -- You r

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

2019-06-28 Thread Marc Deslauriers
** Information type changed from Public Security to Public -- 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 Subsystem for

[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-05-05 Thread Launchpad Bug Tracker
[Expired for ksh (Ubuntu) because there has been no activity for 60 days.] ** Changed in: ksh (Ubuntu) Status: Incomplete => Expired -- 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

[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-06 Thread Balint Reczey
How do you run the script? # cat test.ksh #!/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 ))

[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