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

#38: Add extension #39

Merged
merged 33 commits into from
Nov 10, 2023
Merged

#38: Add extension #39

merged 33 commits into from
Nov 10, 2023

Conversation

kaklakariada
Copy link
Collaborator

Closes #38

Base automatically changed from refactor/add_v8_to_ci to main November 10, 2023 08:07
.gitignore Show resolved Hide resolved
doc/changes/changes_2.4.3.md Outdated Show resolved Hide resolved
@@ -0,0 +1,50 @@
#!/bin/bash
Copy link
Contributor

Choose a reason for hiding this comment

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

I feel some headaches about this shell script.

  1. It introduces another script language on top of Java, golang, and typescript
  2. It introduces additional logic on top of the build systems maven, go and NPM.
  3. Potentially has limited portability, e.g. on Windows OS or other linux distros.
  4. It could cause some code duplication as the script probably it will look similar for other VS.

I am fine to leave it as it is for the current PR, but I'd love if we could find a better solution in general.

Co-authored-by: Christoph Kuhnke <[email protected]>
@kaklakariada kaklakariada enabled auto-merge (squash) November 10, 2023 12:28
Copy link

sonarcloud bot commented Nov 10, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

98.2% 98.2% Coverage
0.0% 0.0% Duplication

@kaklakariada kaklakariada merged commit 8264dc9 into main Nov 10, 2023
7 checks passed
@kaklakariada kaklakariada deleted the add-extension branch November 10, 2023 14:02
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.

Add extension for Extension Manager
3 participants