Re: [Jprogramming] Bug in sorting?

2023-12-28 Thread LdBeth
JVERSION Engine: j9.5.1/j64avx2/darwin Build: commercial/2023-12-20T04:08:21/clang-14-0-0/SLEEF=1 Library: 9.5.5 Platform: Darwin 64 Installer: j9.5 install InstallPath: /usr/local/etc/j9.5 Contact: www.jsoftware.com And sorting by itself along would crash JEngine p =. 8 2 $ 0 0 1 1 1 0 0 0

Re: [Jprogramming] jios user subdirectory

2023-12-28 Thread Ian Clark
Brian wrote: > I got the editing window open using ".o but I don't see a save option, or a run option or a load option from there. The ⌘ button (top-left) drops a menu of "File" items. Tap: More… -(the last item) to see the full menu (scrollable by finger-drag). One of those items is Redirect ⇧⌘S

Re: [Jprogramming] Bug in sorting?

2023-12-28 Thread 'Michael Day' via Programming
Also, perhaps unsurprisingly, ~.@:/:~ p crashes jqt in my Windows 11 installation of J 9.5 Strangely enough, ~./:~ p seems not to crash; however the results are inconsistent, and usually wrong! Bill's assertion about the bug being related to the Boolean type appears to hold in this insta

Re: [Jprogramming] jios user subdirectory

2023-12-28 Thread Ian Clark
getclip'' returns '' before any text has been placed on the clipboard (i.e. cut or copied). It looks like it's not working on your kit. Can you copy/paste text either way between other apps besides jios? As I tried to make clear, I know nothing about the feature except (a) it works between my Ma

Re: [Jprogramming] Bug in sorting?

2023-12-28 Thread bill lam
I got a similar result. I believe this bug is related to the boolean argument. coercing the array to integer can work correctly. p =. 00 + 8 2 $ 0 0 1 1 1 0 0 0 0 1 1 0 1 0 0 0 On Thu, Dec 28, 2023 at 6:02 PM Marcin Żołek < marcin.zo...@students.mimuw.edu.pl> wrote: > Hello, > I was trying to ru

[Jprogramming] Bug in sorting?

2023-12-28 Thread Marcin Żołek
Hello, I was trying to run my code on j9.4 Linux, j9.4 MacOS, j9.5 MacOS and it crashes. In terminal /Applications/j9.5/bin/jconsole bug.ijs < input.txt JE has crashed, likely due to an internal bug. Please report the code which caused the crash, as well as the following printout, to the J prog