-
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.
Bug fix regarding the '\''Saerch for'\'' field'\''
- Loading branch information
Showing
13 changed files
with
55 additions
and
28 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
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,6 +1,6 @@ | ||
History | ||
⍝⍝ Contains information regarding the last couple of releases. A full history is available on GitHub. (This line is ignored) | ||
⍝ * 7.2.0 | ||
⍝ * The way Fire processes references pointing to namespaces has been improved. | ||
⍝ * 7.2.1 | ||
⍝ * Bug fix: the "Search for" field lost its memory ot one stage. | ||
⍝ \\ | ||
⍝ For information regarding older version see <https://github.com/aplteam/Fire/releases> |
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)'7.2.0.102' '2019-07-10' | ||
r←(1↓↑¯1↑⎕NPARTS⍕⎕THIS)'7.2.1.109' '2019-07-15' |
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,12 @@ | ||
R←Test_ZZZ_996(stopFlag batchFlag);⎕TRAP;rn;buff;searchFor | ||
⍝ Check the "ReleaseNotes.md" for carrying the correct version | ||
⎕TRAP←(999 'C' '. ⍝ Deliberate error')(0 'N') | ||
R←∆Failed | ||
|
||
rn←#.APLTreeUtils.ReadUtf8File'Docs\ReleaseNotes.md' | ||
searchFor←'# Release Notes ' | ||
buff←rn⊃⍨1⍳⍨searchFor∘{⍺≡(≢⍺)↑⍵}¨rn | ||
buff←(≢searchFor)↓buff | ||
→PassesIf buff≡{⍵/⍨3>+\'.'=⍵}1⊃##.Fire.Version | ||
|
||
R←∆OK |
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
Binary file not shown.
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
Binary file not shown.
This file was deleted.
Oops, something went wrong.
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