Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 143aa94

Browse files
Merge pull request #6900 from PaulMcClernan/patch-2
[[ Bug 21933 ]] Add com.livecode.assert to list of builtin module names
2 parents a2a463d + ee46019 commit 143aa94

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/notes/bugfix-21933.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Ensure modules dependent on com.livecode.assert can be installed

extensions/script-libraries/extension-utils/extension-utils.livecodescript

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ private function __extensionIsBuiltin pID
271271
case "com.livecode.foreign"
272272
case "com.livecode.arithmetic"
273273
case "com.livecode.array"
274+
case "com.livecode.assert"
274275
case "com.livecode.binary"
275276
case "com.livecode.bitwise"
276277
case "com.livecode.byte"
@@ -1793,4 +1794,4 @@ private function __extensionManifestValueFromTree pTreeID, pProperty
17931794
return tValue for error
17941795
end if
17951796
return tValue for value
1796-
end __extensionManifestValueFromTree
1797+
end __extensionManifestValueFromTree

0 commit comments

Comments
 (0)