Skip to content

develop-build fix on Windows (*-globbing in NPM)#1119

Merged
dk1844 merged 2 commits into
developfrom
bugfix/spline-1118-npm-windows-globbing
Oct 21, 2022
Merged

develop-build fix on Windows (*-globbing in NPM)#1119
dk1844 merged 2 commits into
developfrom
bugfix/spline-1118-npm-windows-globbing

Conversation

@dk1844
Copy link
Copy Markdown
Contributor

@dk1844 dk1844 commented Oct 21, 2022

This PR attempts to fix #1118.

In general, we have used *-based globbing in a npm script which does not work on Windows. Nature of the problem outlined e.g. here. Even though some workaround can be attempted, in this particular case it was just easier to name the two concerned files literally.

On another account LF endings are forced on arangodb-fox-api module in order to address the second, linting, issue.

Closes #1118

@dk1844 dk1844 requested review from cerveada and wajda as code owners October 21, 2022 08:50
@sonarqubecloud
Copy link
Copy Markdown

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

No Coverage information No Coverage information
0.0% 0.0% Duplication

@dk1844 dk1844 requested a review from korel-san October 21, 2022 09:00
@dk1844 dk1844 merged commit 0ac81c4 into develop Oct 21, 2022
@dk1844 dk1844 deleted the bugfix/spline-1118-npm-windows-globbing branch October 21, 2022 09:37
@dk1844 dk1844 changed the title develop-build fix on Windows (*-globbing in NPM develop-build fix on Windows (*-globbing in NPM) Oct 21, 2022
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.

Current develop does not build on Windows due to *-globbing

2 participants