-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Acre 4.2 compatible and some minor bug fixes
- Loading branch information
Showing
65 changed files
with
125 additions
and
128 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
CheckStartButton←{ | ||
n.StartBtn.Active←n.NamesOnly.State∨(0<+/n.(Code Vars).State)∧n.Vars.State∨0<+/n.(APL_Code Comments Text).State | ||
n.StartBtn.Active←n.NamesOnly.State∨(0<+/n.(Code Vars).State)∧0<+/n.(APL_Code Comments Text).State | ||
1:r←⍬ | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,5 +40,5 @@ | |
:EndSelect | ||
:EndTrap | ||
:Until flag | ||
TellAcre taa | ||
##.G.TestFlag TellAcre taa | ||
⍝Done |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
{r}←TellAcre name;buff;flag | ||
{r}←testFlag TellAcre name;buff;flag | ||
⍝ Tells acre that ⍵ (fully qualified name) got changed. | ||
⍝ Returns 0 in case acre did not take action and 1 otherwise | ||
r←⍬ | ||
:If ~0∊⍴name | ||
:AndIf ##.IsAnyAcreAround | ||
:If 9=⎕SE.⎕NC'acre' | ||
⍝ We should catch acre's messages here and then restore the original settings but we cannot do this with the current version of acre. | ||
flag←~0∊⍴' '~⍨⎕SE.UCMD'Acre.SetChanged ',(∊name),' [ messages←''off'' ]' | ||
flag←~0∊⍴' '~⍨⎕SE.UCMD'Acre.SetChanged ',(∊name),' -messages=''off''' | ||
:ElseIf 9=#.⎕NC'acre' | ||
flag←~0∊⍴' '~⍨#.acre.SetChanged name | ||
:EndIf | ||
:If flag | ||
:If flag∧0=testFlag | ||
⎕←'acre was told successfully about ',name | ||
:Else | ||
:ElseIf 0=testFlag | ||
⎕←'acre was told but not interested in ',name | ||
:EndIf | ||
:EndIf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
r←Version | ||
⍝ See also `History` | ||
r←(1↓↑¯1↑⎕NPARTS⍕⎕THIS)'6.4.2' '2018-03-18' | ||
r←(1↓↑¯1↑⎕NPARTS⍕⎕THIS)'6.5.0' '2018-04-10' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
CloseFire | ||
:Trap 0 ⋄ {}⎕NQ #._Fire.Fire.GUI.n.Form'Close' ⋄ :EndTrap | ||
CloseFire;_ | ||
:Trap 0 | ||
_←⎕NQ #._Fire.Fire.GUI.n.Form'Close' | ||
:EndTrap |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
CopyTestData | ||
#.⎕EX'#.TestData' | ||
'#.TestData'⎕NS'' | ||
#.TestData.⎕CY'Fire_Test' | ||
#.TestData.⎕CY'C:\T\Projects\APL-cation\Fire\Fire_Test' | ||
'A2'#.⎕CY'Fire_Test' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{r}←ShowWarning dummy | ||
r←⍬ | ||
⎕←(⎕PW-1)⍴'-' | ||
⎕←'*** NOTE:' | ||
⎕←'' | ||
⎕←'Quite a number of Fire''s test cases are sensitive to timing issues. This is more likely to be an issue' | ||
⎕←'on slow machine but it can happen even on the fastest machine.' | ||
⎕←'' | ||
⎕←'Rather than slowing down all of the test cases it was decided to accept that and use `RunDebug` and' | ||
⎕←'simply run failing test cases again. It is very likely to succed then' | ||
⎕←'' | ||
⎕←'In order to continue press <enter>' | ||
⎕←'' | ||
{}⍞ | ||
⍝Done |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.