Skip to content

Commit

Permalink
Acre 5.0.13+177 2019-05-01 18.23
Browse files Browse the repository at this point in the history
Acre 5.0.13+177 2019-05-01 18.23

## Acre Desktop - Release Notes

Fixed bug #169 in Install. Emulators/Enhancements now set in `Install`.
As described in release `v5.0.12+174`:
> Henceforth any significant commit will also give rise to a new release.
>)LOADing acre.dws from that release, which can be unzipped anywhere, will install acre in any Windows Dyalog v14.0+ and non-windows v16.0+.

> A user wishing to build the system in advance of the next release can do so in Windows Dyalog v14.0+ by )LOADing build.dws from the acre project folder.
> This produces the installation folder containing acre.dws in LocalAppData for the present user whence it can be moved prior to installation as above.
  • Loading branch information
PhilLast committed May 1, 2019
1 parent d1234a0 commit c49baf7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 15 deletions.
2 changes: 1 addition & 1 deletion APLSource/_code-0/Install-1.aplf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Install{
⎕THIS.FSfso''setCase setAplVer''
zsetEmulators setCase setAplVer''
path wsid2,\1 _NPARTS() ⎕WSID
name1{/1=+\='.'}⎕XSI
apo'"'(quUT.qu)
Expand Down
18 changes: 8 additions & 10 deletions APLSource/_code-0/releaseNotes-80.aplf
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,16 @@
zUT.cq ntbs UT.ft''
1 1:z
z#.⎕NEW'ClipBoard'('Text'z)
Acre 5.0.12+174 2019-04-30 20.36
Acre 5.0.13+177 2019-05-01 18.23
## Acre Desktop - Release Notes
Mainly fixing bugs but significant changes regard:
* modifier `-variables='Off'|'On'` and config option `Variables←'Off'|'On'` to restrict or permit the saving of variables.
* automatic renaming of files when an item's type changes to prevent the most common cause of multiple files representing the same named item.
* config option `SCMexit←'#.function.name` to include a hook (user exit) to permit intervention regarding an external source code manager.
Fixed bug #169 in Install. Emulators/Enhancements now set in `Install`.
As described in release `v5.0.12+174`:
> Henceforth any significant commit will also give rise to a new release.
>)LOADing acre.dws from that release, which can be unzipped anywhere, will install acre in any Windows Dyalog v14.0+ and non-windows v16.0+.
Henceforth any significant commit will also give rise to a new release.
)LOADing `acre.dws` from that release, which can be unzipped anywhere, will install acre in any Windows Dyalog v14.0+ and non-windows v16.0+.
A user wishing to build the system in advance of the next release can do so in Windows Dyalog v14.0+ by )LOADing `build.dws` from the acre project folder.
This produces the installation folder containing `acre.dws` in `LocalAppData` for the present user whence it can be moved prior to installation as above.
> A user wishing to build the system in advance of the next release can do so in Windows Dyalog v14.0+ by )LOADing build.dws from the acre project folder.
> This produces the installation folder containing acre.dws in LocalAppData for the present user whence it can be moved prior to installation as above.

}
5 changes: 1 addition & 4 deletions APLSource/_code-0/setAplVer-48.aplf
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
setAplVer{
⎕THIS.SV{
9=⎕NC'SV':SV
##.⎕NS''
}0
⎕THIS.SV{9=⎕NC'SV':SV ##.⎕NS''}0
2=SV.⎕NC'aplver':SV.aplver
SV.aplver(({/\2>+\='.'}1),)'.'⎕WG'APLVersion'
Dyalog vernum as maj.min and OS as capital initial
Expand Down

0 comments on commit c49baf7

Please sign in to comment.