Skip to content

Commit

Permalink
Fix #626
Browse files Browse the repository at this point in the history
  • Loading branch information
abrudz committed Feb 27, 2024
1 parent 6992cbe commit e65ad4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions StartupSession/Link/Utils.apln
Original file line number Diff line number Diff line change
Expand Up @@ -1043,10 +1043,10 @@
exttypeExtensions Tail nc
:EndIf
:If opts.text'aplan'
:OrIf 2.1NameClass ns,'.',name
:OrIf 2.1NameClass where,'.',name
subext''
:Else
subextSubExt nsname
subextSubExt wherename
:EndIf
filesubdir,file,subext,ext
fileApplyOldExtn(~forceExtensions)file doesn't sound like a good idea - the existing .dyalog file could define something different (in particular if one of the two files is an array and casecode is off)
Expand Down Expand Up @@ -2083,7 +2083,7 @@
opts
:Case 2 ambivalent or dyadic
'opts'⎕NS
names'all' 'arrays' 'beforeRead' 'beforeWrite' 'caseCode' 'codeExtensions' 'extended' 'fastLoad' 'flatten' 'forceExtensions' 'forceFilenames' 'getFilename' 'overwrite' 'proceed' 'recursive' 'source' 'sysVars' 'typeExtensions' 'watch' 'create' 'ignoreconfig'
names'all' 'arrays' 'beforeRead' 'beforeWrite' 'caseCode' 'codeExtensions' 'extended' 'fastLoad' 'flatten' 'forceExtensions' 'forceFilenames' 'getFilename' 'overwrite' 'proceed' 'recursive' 'source' 'sysVars' 'typeExtensions' 'watch' 'create' 'ignoreconfig' 'text'
:For name :In names
lc0 CaseText name
:If ×args.⎕NC lc
Expand Down
2 changes: 1 addition & 1 deletion StartupSession/Link/Watcher.apln
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
:Else
fswlink.fsw
:EndIf
:If fsw⎕NULL paused{90::0 ~fsw.EnableRaisingEvents}
:If fsw⎕NULL paused{6 90::0 ~fsw.EnableRaisingEvents}
:ElseIf CRAWLER paused~IsCrawlerActive link
:Else paused0
:EndIf
Expand Down

0 comments on commit e65ad4a

Please sign in to comment.