Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upBugfix extension build scripts #6309
Merged
Conversation
7b71dfb
to
72b69ca
b07dbf9
to
bc99136
Also plumb in script library to build scripts, and replace a bunch of shell script with LiveCode.
bc99136
to
3dc4b57
In particular, move the packaging code from revIDEDeveloperExtensionLibrary, so that we specify exactly what files are put in the package rather than recursively zipping the extension folder
0a47f91
to
174e057
|
I think since all these functions are used during build / running IDE, they will be well-tested for now. |
There's not really an ideal place for something like a server script that provides access to an extension, so move it to resources folder for now.
|
Check branch: #6365 |
|
|
||
| Summary: This library provides handlers for managing livecode extension packages | ||
|
|
||
| Version: 1.0.0 |
livecodeali
Mar 5, 2018
Author
Member
Not yet I don't think...
Not yet I don't think...
| end __dependencyOrder | ||
|
|
||
| private function __extensionIsBuiltin pID | ||
| switch pID |
montegoulding
Mar 4, 2018
Member
@livecodeali this seems like something we might want to add an enhancement request for a function
@livecodeali this seems like something we might want to add an enhancement request for a function
|
@livecode-vulcan review ok 2a37058 |
|
|
livecode-vulcan
added a commit
that referenced
this pull request
Mar 4, 2018
…_scripts Bugfix extension build scripts This patch will get extension packages building on Windows again
|
b8d7174
into
livecode:develop
4 checks passed
4 checks passed
continuous-integration/vulcan/cla
Contributor Agreement signed by @livecodeali
continuous-integration/vulcan/pr
The Vulcan build succeeded on 13 builders
continuous-integration/vulcan/review
Approved by reviewer @montegoulding
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
This patch will get extension packages building on Windows again