Skip to content

Commit

Permalink
Make
Browse files Browse the repository at this point in the history
  • Loading branch information
aplteam committed Jul 10, 2019
1 parent 3a32d2a commit 9ad85e1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion APLSource/Fire-1/History-1.aplf
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
* New option "Ignore references" introduced.\\
* The way Fire processes references pointing to namespaces has been improved.
\\
For information regarding older version see <https://github.com/aplteam/Fire/releases>
2 changes: 1 addition & 1 deletion APLSource/Fire-1/Version-1.aplf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
rVersion
See also `History`
r(1¯1⎕NPARTS⎕THIS)'7.2.0.101' '2019-07-10'
r(1¯1⎕NPARTS⎕THIS)'7.2.0.102' '2019-07-10'
4 changes: 2 additions & 2 deletions Docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

This release changes the way Fire processes references pointing to namespaces.

Before 7.2 when the search was restricted to a particular namespace then if that namespace contained references pointing elsewhere they would be listed.
Before 7.2 when the search was restricted to a particular namespace then if that namespace contained references pointing elsewhere they would be listedm assuming they carried a hit.

That is almost never what you want to happen: the purpose to restrict the search to a particular namespace is to ignore stuff that lives elsewhere. From now on that's what Fire does.

Note that this does not affect the result of the search list when you do **not** restrict the search to a particular namespace. So Fire's behaviour does not change when "Start looking here:" contains either a `#` or `⎕SE`.
Note that this does not affect the result of the search list when you do **not** restrict the search to a particular namespace. So Fire's behaviour does not change when "Start looking here:" contains either `#` or `⎕SE`.
Binary file modified Fire.dws
Binary file not shown.
2 changes: 1 addition & 1 deletion Fire.iss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
; This script is best executed by Fire's "Make" utility.

#define MyAppVersion "7.2.0.101"
#define MyAppVersion "7.2.0.102"
#define MyAppName "Fire"
#define MyAppExeName "Fire.dws"
#define MyAppPublisher "APL Team Ltd"
Expand Down
2 changes: 1 addition & 1 deletion publish.config
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<tool name="Fire"> <version>7.2.0</version> <date>2019-07-10</date> <main>Fire</main> <container>#._Fire</container> <files> <file>Fire_UC.dyalog</file> <file>ReadMe.html</file> <file>HowToInstall.html</file> <file>UsefulRegExes.html</file> </files> <ignoreForNow> <file>conga30ssl32.dll</file> <file>conga30_32.dll</file> <file>conga30ssl64.dll</file> <file>conga30_64.dll</file> </ignoreForNow> <needs> <script>APLTreeUtils</script> <script>FilesAndDirs</script> <script>OS</script> <script>WinReg</script> <script development="true">Tester</script> <script>GitHubAPIv3</script> </needs> <ignoreForNow> <ws copy="Rumba">Rumba</ws> </ignoreForNow> <scriptOnly>0</scriptOnly> <wsid>Fire</wsid> <autoload>1</autoload> <buildid>101</buildid></tool>
<tool name="Fire"> <version>7.2.0</version> <date>2019-07-10</date> <main>Fire</main> <container>#._Fire</container> <files> <file>Fire_UC.dyalog</file> <file>ReadMe.html</file> <file>HowToInstall.html</file> <file>UsefulRegExes.html</file> </files> <ignoreForNow> <file>conga30ssl32.dll</file> <file>conga30_32.dll</file> <file>conga30ssl64.dll</file> <file>conga30_64.dll</file> </ignoreForNow> <needs> <script>APLTreeUtils</script> <script>FilesAndDirs</script> <script>OS</script> <script>WinReg</script> <script development="true">Tester</script> <script>GitHubAPIv3</script> </needs> <ignoreForNow> <ws copy="Rumba">Rumba</ws> </ignoreForNow> <scriptOnly>0</scriptOnly> <wsid>Fire</wsid> <autoload>1</autoload> <buildid>102</buildid></tool>
Expand Down

0 comments on commit 9ad85e1

Please sign in to comment.