File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11 r←Version
22⍝ See als History
3- r←'0.37.0+608 '
3+ r←'0.37.0+609 '
Original file line number Diff line number Diff line change 916916 globalCiderConfigFilename ← P . GetCiderGlobalConfigHomeFolder , ' cider.config.template'
917917 :If 0 = ⎕NEXISTS globalCiderConfigFilename
918918 ⍝ First attempt
919- globalCiderConfigFilename (⎕NCOPY P . ## . F .ExecNfunction )P . ## . ## . TatinVars . HOME , ' /cider.config.template'
920- :ElseIf ≢ / {⊃ ⎕NGET ⍵ }¨ globalCiderConfigFilename (P . ## . ## . TatinVars . HOME , ' /cider.config.template' )
919+ globalCiderConfigFilename (⎕NCOPY P . ## . F .ExecNfunction )P . ## . TatinVars . HOME , ' /cider.config.template'
920+ :ElseIf ≢ / {⊃ ⎕NGET ⍵ }¨ globalCiderConfigFilename (P . ## . TatinVars . HOME , ' /cider.config.template' )
921921 ⍝ Replace by the template if changed
922- globalCiderConfigFilename (⎕NCOPY P . ## . F .ExecNfunction )P . ## . ## . TatinVars . HOME , ' /cider.config.template'
922+ globalCiderConfigFilename (⎕NCOPY P . ## . F .ExecNfunction )P . ## . TatinVars . HOME , ' /cider.config.template'
923923 :EndIf
924924 config ← ⎕JSON ⍠ (' Dialect' ' JSON5' )⊣ ⊃ P . ## . F . NGET globalCiderConfigFilename
925925 :If 0 = ⎕SE . Link . ⎕NC ' Version' ⍝ There was no such function prior to Link 3
Original file line number Diff line number Diff line change 1919 source: "APLSource/Cider/",
2020 tags: "project-management",
2121 userCommandScript: "APLSource/Cider_UC.dyalog",
22- version: "0.37.0+608 ",
22+ version: "0.37.0+609 ",
2323}
You can’t perform that action at this time.
0 commit comments