]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Rename omit-api=all to omit-api=ALL to defend against breaking on a substring match... js-omit-pieces
authorstephan <stephan@noemail.net>
Mon, 29 Jun 2026 11:59:54 +0000 (11:59 +0000)
committerstephan <stephan@noemail.net>
Mon, 29 Jun 2026 11:59:54 +0000 (11:59 +0000)
FossilOrigin-Name: 225dd27e147b46e85097ada7234a307f55842d98155cd36fe00da57744598bc3

ext/wasm/GNUmakefile
manifest
manifest.uuid

index fe8c93bd9898e3caca02a58d7def84672f0b84c9..f47383f4ce2c4c283bbc89ac7c1c6e9cccaee64c 100644 (file)
@@ -599,11 +599,11 @@ ifeq (0,$(MAKING_CLEAN))
   # builds filter out OPFS from within the OPFS-using files so OPFS is
   # implied for those builds.
   #
-  # The name "all" is shorthand for all of the above names.
+  # The name "ALL" is shorthand for all of the above names.
   D.omit =
   ifneq (,$(omit-api))
     # Translate omit-api="X Y" into -Domit-X...
-    Xomit-api := $(subst all,kvvfs oo1 OPFS worker1,$(omit-api))
+    Xomit-api := $(subst ALL,kvvfs oo1 OPFS worker1,$(omit-api))
     Xomit-api := $(subst OPFS,opfs opfs-sahpool opfs-wl,$(Xomit-api))
     Xomit-api := $(sort $(Xomit-api))
     $(foreach X,$(Xomit-api),$(eval D.omit += -Domit-$(X)))
index c15916a5929f74cddfbd87ca547a83bc78450fc8..3ee86025c64a5e9cfe780d674605a11838442164 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Add\sworker1\sto\sthe\slist\sof\somit-api=X\svalues,\sper\sdownstream\srequest.\sAdd\somit-api=all\sshorthand.
-D 2026-06-29T11:36:44.506
+C Rename\somit-api=all\sto\somit-api=ALL\sto\sdefend\sagainst\sbreaking\son\sa\ssubstring\smatch\sof\s'all'\sin\sas-yet-hypothetical\sfuture\sfeature\snames.
+D 2026-06-29T11:59:54.604
 F .fossil-settings/binary-glob 61195414528fb3ea9693577e1980230d78a1f8b0a54c78cf1b9b24d0a409ed6a x
 F .fossil-settings/empty-dirs dbb81e8fc0401ac46a1491ab34a7f2c7c0452f2f06b54ebb845d024ca8283ef1
 F .fossil-settings/ignore-glob 35175cdfcf539b2318cb04a9901442804be81cd677d8b889fcc9149c21f239ea
@@ -579,7 +579,7 @@ F ext/session/sessionwor.test 6fd9a2256442cebde5b2284936ae9e0d54bde692d0f5fd009e
 F ext/session/sqlite3session.c f609882f830bf5e533112ed1ef9b888fa75670175fca810d6b6e48ca6395b15b
 F ext/session/sqlite3session.h ca7c4422c1514a95056cc8d333217df6b1829d39058126b1de85d10cd62d7a9c
 F ext/session/test_session.c d3275da24b8d362e3c2b393c00d5248f75f1cd474dadf29d8c4683f75cb52e6d
-F ext/wasm/GNUmakefile 073164806ff905573f611c75804ff2a53f76a909127606c6f5ff539e4fd56969
+F ext/wasm/GNUmakefile 92936a75dc15057dae3a87d96fe8282b22e663edb139852551da9179b437f1b3
 F ext/wasm/README-dist.txt f01081a850ce38a56706af6b481e3a7878e24e42b314cfcd4b129f0f8427066a
 F ext/wasm/README.md 2e87804e12c98f1d194b7a06162a88441d33bb443efcfe00dc6565a780d2f259
 F ext/wasm/SQLTester/GNUmakefile e0794f676d55819951bbfae45cc5e8d7818dc460492dc317ce7f0d2eca15caff
@@ -2210,8 +2210,8 @@ F tool/warnings-clang.sh bbf6a1e685e534c92ec2bfba5b1745f34fb6f0bc2a362850723a9ee
 F tool/warnings.sh a554d13f6e5cf3760f041b87939e3d616ec6961859c3245e8ef701d1eafc2ca2
 F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f
 F tool/winmain.c 00c8fb88e365c9017db14c73d3c78af62194d9644feaf60e220ab0f411f3604c
-P 14bdec7494757679e7d828ad092546db486a62776d06a9b7799dac50f107e10d
-R 7872ae1512ee9d41bb2e47542c6d4f1c
+P 97ab248b4dd30de76bfbc74ab5cf087df9cd14fd38eb4369a3eadc75953b8c73
+R 37f10a01d1c864b192a62bfda6ecacf9
 U stephan
-Z 768ef407768a28ce92e187ddee4603a1
+Z 6fa1bf5f3ee7d8888e8165ea12e2875e
 # Remove this line to create a well-formed Fossil manifest.
index f8b44eaa8294faa695879ffae880db7b5249f87b..1b1dd86007cc3bf3bf72f8af3a79561e447374b5 100644 (file)
@@ -1 +1 @@
-97ab248b4dd30de76bfbc74ab5cf087df9cd14fd38eb4369a3eadc75953b8c73
+225dd27e147b46e85097ada7234a307f55842d98155cd36fe00da57744598bc3