From 16489a9494aaadbf3db0759391565daa833132dd Mon Sep 17 00:00:00 2001 From: munja Date: Mon, 24 Jan 2022 13:12:31 +0100 Subject: [PATCH] fix: missing macro dependency in mp_ds2squeeze.test.sas --- README.md | 2 +- all.sas | 1 + base/mp_ds2squeeze.sas | 1 + tests/crossplatform/mp_ds2squeeze.test.sas | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c142e9..ded8a4c 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,7 @@ When contributing to this library, it is therefore important to ensure that all ## Breaking Changes -We are currently on major release v4. The following changes are planned when the next major (breaking) release becomes necessary: +We are currently on major release v4. Breaking changes should be marked with the [deprecated](https://www.doxygen.nl/manual/commands.html#cmddeprecated) doxygen tag. The following changes are planned when the next major (breaking) release becomes necessary: * (None as yet) diff --git a/all.sas b/all.sas index baaf4a3..dfc509b 100644 --- a/all.sas +++ b/all.sas @@ -5056,6 +5056,7 @@ run; depending on your OS and COMPRESS settings): > MP_DS2SQUEEZE: work.big was 625MB + > MP_DS2SQUEEZE: work.smaller is 5MB @param [in] libds The library.dataset to be squeezed diff --git a/base/mp_ds2squeeze.sas b/base/mp_ds2squeeze.sas index 01bf766..a9c1e16 100644 --- a/base/mp_ds2squeeze.sas +++ b/base/mp_ds2squeeze.sas @@ -27,6 +27,7 @@ depending on your OS and COMPRESS settings): > MP_DS2SQUEEZE: work.big was 625MB + > MP_DS2SQUEEZE: work.smaller is 5MB @param [in] libds The library.dataset to be squeezed diff --git a/tests/crossplatform/mp_ds2squeeze.test.sas b/tests/crossplatform/mp_ds2squeeze.test.sas index db8c246..6383813 100644 --- a/tests/crossplatform/mp_ds2squeeze.test.sas +++ b/tests/crossplatform/mp_ds2squeeze.test.sas @@ -3,6 +3,7 @@ @brief Testing mp_ds2squeeze.sas macro

SAS Macros

+ @li mf_getvarlen.sas @li mp_assert.sas @li mp_assertscope.sas @li mp_ds2squeeze.sas