Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Feature/swift evidence #1414

Merged
merged 7 commits into from
Oct 10, 2024
Merged

WIP: Feature/swift evidence #1414

merged 7 commits into from
Oct 10, 2024

Conversation

prabhu
Copy link
Collaborator

@prabhu prabhu commented Oct 10, 2024

Includes some bug fixes, so best to get this merged to avoid a long running PR.

prabhu added 3 commits October 9, 2024 18:02
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>

Update to swift 6.0.1

Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
@@ -199,12 +208,10 @@ export function tryLoadNvmAndInstallTool(nodeVersion) {
*/
export function doNpmInstall(filePath, nvmNodePath) {
// we do not install if INSTALL_ARGS set false
if (process.env.NODE_INSTALL_ARGS === false) {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

process.env would always return undefined | string and not boolean.

// There was some problem with NpmInstall
if (DEBUG_MODE) {
if (console.stdout) {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Appeared like a bug, so corrected.

Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
@prabhu prabhu merged commit e9f714d into master Oct 10, 2024
25 of 27 checks passed
@prabhu prabhu deleted the feature/swift-evidence branch October 10, 2024 19:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant