Skip to content

Commit 49cd1e2

Browse files
committed
stdlib
1 parent 6a4fa24 commit 49cd1e2

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

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.9'
4+
JLIB=: '9.7.10'
55

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

jlibrary/system/util/pacman.ijs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1365,6 +1365,7 @@ readlocal=: 3 : 0
13651365
readlin''
13661366
ADDONS=: fixjal freads ADDCFG,'addons.txt'
13671367
ADDINS=: fixjal2 freads ADDCFG,'addins.txt'
1368+
ADDINS=: ADDINS {~ <<< I. -. ({."1 ADDINS) e. {."1 ADDONS
13681369
REV=: fixrev freads ADDCFG,'revision.txt'
13691370
LASTUPD=: fixupd freads ADDCFG,'lastupdate.txt'
13701371
LIBS=: fixlibs freads ADDCFG,'library.txt'

script/buildga.cmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
@rem build windows on github actions
22

3-
echo clang-cl --version
3+
set
4+
clang-cl --version
45

56
@rem if $USE_EMU_AVX = 0 or $USE_PYXES = 0 skip build avx2 avx512
67

0 commit comments

Comments
 (0)