Skip to content

Commit

Permalink
Prerelease fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
norberturkiewicz committed Jul 22, 2020
1 parent 5ba722a commit 26d5ca8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion APLSource/Main-1/DependencyError-401.aplf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
⍝ ⍺ ←→ Dependency Space
⍝ ⍵ ←→ Error message
u←⍺{6::'' ⋄ ⍺⍎⍵}'URL'
m←⍵,' (',u,')'
m←⍵,' ',u
⍺.SignalError:m ⎕SIGNAL 746
⎕←m
0
Expand Down
2 changes: 1 addition & 1 deletion APLSource/Main-1/ExecuteOnBuild_-281.aplf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ExecuteOnBuild_←{
⍺←0
pf←GetProjectFolder ⍺
c←GetConfigSpace pf
0=≢pf:1 'Not in a project'
c←GetConfigSpace pf
746::1 ⎕DMX.EM
m←pf Retrieve ⍵
f←m.ProjectFolder
Expand Down
3 changes: 2 additions & 1 deletion APLSource/Main-1/ProcessOpenArg-881.aplf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
ProcessOpenArg←{
b←' -f'≡¯3↑⍵
p←(bׯ3)↓⍵
⎕USING←,⊂⍕'System'
p←Environment.ExpandEnvironmentVariables(bׯ3)↓⍵
p b
}
2 changes: 2 additions & 0 deletions APLSource/Main-1/ReleaseOnGitHub-1281.aplf
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
au.ContentType←gct ⍵
au.RawData←f
resultUpload←c.Repository.Release.UploadAsset(release au)
_←⎕DL 1
_←resultUpload.Result
0
}¨u
'Done'
Expand Down

0 comments on commit 26d5ca8

Please sign in to comment.