Skip to content

Commit 0ab9212

Browse files
committed
⎕C introduced for 18.0+
1 parent c43e9fc commit 0ab9212

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

APLSource/APLTreeUtils.apln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
:Namespace APLTreeUtils
2-
3-
⍝ *** Version 6.1.0 ⋄ 2021-02-18 ***
2+
⍝ *** Version 6.1.0 ⋄ 2021-03-27 ***
43
⍝ ## Overview
54
⍝ Note that `APLTreeUtils` does not work with the Classic edition - it requires Unicode.\\
65
⍝ ## Version History
@@ -29,6 +28,7 @@
2928
⍝ Fast lowercasing that accepts scalars, vectors and matrices as well as vectors and
3029
⍝ matrices of text vectors. Accepts all arrays under 18.0+.\\
3130
⍝ Note that `Lowercase` converts upper case chars well beyond the ANSI character set.
31+
⎕ML←⎕IO←1
3232
:If 18≤2 1⊃'.'⎕VFI 2⊃'#'⎕WG'APLVersion'
3333
array←¯1 ⎕C array
3434
:Else

Make/Make.DWS

83.8 KB
Binary file not shown.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ General utilities included/used by most members of the APLTree library.
77

88
**Note:** `APLTreeUtils` is now outdated. The latest versions of the APLTree library will, if they need/use anything from `APLTreeUtils` at all, call methods in the class `APLTreeUtils2` rather then `:Include`ing `APLTreeUtils`; see there for details.
99

10-
However! `APLTreeUtils2` requires at least version 18.0 of Dyalog. If you need to deal with an older version than 18.0 for any reason then you must not use any of the incompatible versions of the members of the APLTree project. Keep that in mind!
10+
However! `APLTreeUtils2` requires at least version 18.0 of Dyalog, and it needs [Tatin ](https://tatin.dev) because it's a package. If you need to deal with an older version than 18.0 for any reason then you must not use any of the incompatible versions of the members of the APLTree project. Keep that in mind!
1111

1212
----
1313

publish.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<tool name="APLTreeUtils"> <version>6.0.1</version> <date>2020-05-29</date> <container>#.APLTreeUtils</container> <needs> <script>APLTreeUtils</script> <script development="true">FilesAndDirs</script> <script development="true">OS</script> <script development="true">Logger</script> <script development="true">Execute</script> <script development="true">Tester2</script> </needs> <autoload>1</autoload> <scriptOnly>1</scriptOnly> <buildid>1</buildid> <package>1</package> <desc>General utilities :Included by most members of the APLTree library</desc> <tags>Utilities;Linux;Mac-OS;Windows</tags></tool>
1+
<tool name="APLTreeUtils"> <version>6.1.0</version> <date>2021-03-27</date> <container>#.APLTreeUtils</container> <needs> <script>APLTreeUtils</script> <script development="true">FilesAndDirs</script> <script development="true">OS</script> <script development="true">Logger</script> <script development="true">Execute</script> <script development="true">Tester2</script> </needs> <autoload>1</autoload> <scriptOnly>1</scriptOnly> <buildid>1</buildid> <package>1</package> <desc>General utilities :Included by most members of the APLTree library</desc> <tags>Utilities;Linux;Mac-OS;Windows</tags></tool>

0 commit comments

Comments
 (0)