Skip to content

Commit 0940666

Browse files
committed
stdlib
1 parent 8c20da3 commit 0940666

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

jlibrary/addons/data/dict/dict.ijs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ if. index_type -: 'tree' do.
8383
else.
8484
items =: {{
8585
(0 0) 16!:_9 dict NB. read-lock.
86-
cnt =. count ''
8786
r =. memu (<<<0 (16!:_5) dict) { 1 (16!:_8) dict
8887
if. -. valueshape -: 0 do.
8988
r =. r ,&< memu (<<<0 (16!:_5) dict) { 2 (16!:_8) dict

jlibrary/system/main/stdlib.ijs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cocurrent <'z'
22
3 : 0 ''
33

4-
JLIB=: '9.7.10'
4+
JLIB=: '9.7.11'
55

66
notdef=. 0: ~: 4!:0 @ <
77
hostpathsep=: ('/\'{~6=9!:12'')&(I. @ (e.&'/\')@] })

jlibrary/system/util/pacman.ijs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -867,18 +867,19 @@ jinstall=: 3 : 0
867867

868868
JINSTALL=: 1
869869

870-
'j ide addons'=. 3 {. ;: y
870+
'j ide addons shorts'=. 4 {. ;: y
871871

872872
ifide=. -. ide -: 'none'
873873
ifaddons=. -. addons -: 'none'
874+
ifshorts=. -. shorts -: 'false'
874875

875876
echo 'Installing ', 1 pick revinfo_j_''
876877

877878
'update' jpkg ''
878879
echo 'Updating J engine...'
879880
je_update''
880881

881-
if. -. 'Darwin'-:UNAME do.
882+
if. ifshorts *. -. 'Darwin'-:UNAME do.
882883
if. 2~:ftype jpath'~/Desktop' do.
883884
echo 'No Desktop folder, so shortcuts not installed'
884885
else.

0 commit comments

Comments
 (0)