Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix: Prefix paths in find on macOS#1284

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
kylecarbs merged 1 commit intomainfrommacmake
May 4, 2022
Merged

fix: Prefix paths in find on macOS#1284

kylecarbs merged 1 commit intomainfrommacmake
May 4, 2022

Conversation

kylecarbs
Copy link
Member

This fixes paths not resolving in macOS, causing
the build target to fail. This also renames the
site target to specify the index.html, which is
the output artifact of building the site.

This fixes paths not resolving in macOS, causingthe build target to fail. This also renames thesite target to specify the index.html, which isthe output artifact of building the site.
@kylecarbskylecarbs requested a review fromcoadlerMay 4, 2022 14:39
@kylecarbskylecarbs self-assigned thisMay 4, 2022
@codecov
Copy link

codecovbot commentedMay 4, 2022
edited
Loading

Codecov Report

Merging#1284 (6c14d7f) intomain (e860cc4) willdecrease coverage by0.08%.
The diff coverage isn/a.

@@            Coverage Diff             @@##             main    #1284      +/-   ##==========================================- Coverage   66.20%   66.12%   -0.09%==========================================  Files         280      280                Lines       18389    18389                Branches      216      216              ==========================================- Hits        12174    12159      -15- Misses       4956     4969      +13- Partials     1259     1261       +2
FlagCoverage Δ
unittest-go-macos-latest53.50% <ø> (-0.20%)⬇️
unittest-go-postgres-65.12% <ø> (+<0.01%)⬆️
unittest-go-ubuntu-latest55.88% <ø> (-0.19%)⬇️
unittest-go-windows-202251.86% <ø> (+<0.01%)⬆️
unittest-js70.69% <ø> (ø)
Impacted FilesCoverage Δ
peerbroker/dial.go77.04% <0.00%> (-6.56%)⬇️
peerbroker/listen.go84.03% <0.00%> (-3.37%)⬇️
peer/conn.go81.08% <0.00%> (-1.97%)⬇️
peer/channel.go84.21% <0.00%> (-1.76%)⬇️
provisionerd/provisionerd.go76.70% <0.00%> (-1.48%)⬇️
coderd/provisionerdaemons.go65.49% <0.00%> (+2.51%)⬆️

Continue to review full report at Codecov.

Legend -Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing data
Powered byCodecov. Last updatee860cc4...6c14d7f. Read thecomment docs.

@kylecarbskylecarbsenabled auto-merge (squash)May 4, 2022 14:42
@@ -76,7 +76,7 @@ provisionersdk/proto/provisioner.pb.go: provisionersdk/proto/provisioner.proto
--go-drpc_opt=paths=source_relative\
./provisionersdk/proto/provisioner.proto

site/out:$(shell find ./site -not -path './site/node_modules/*' -type f -name '*.tsx')$(shell find ./site -not -path './site/node_modules/*' -type f -name '*.ts') site/package.json
site/out/index.html:$(shell find ./site -not -path './site/node_modules/*' -type f -name '*.tsx')$(shell find ./site -not -path './site/node_modules/*' -type f -name '*.ts') site/package.json
Copy link
Contributor

Choose a reason for hiding this comment

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

Could do something like this to not have to duplicate it twice

echo"*.tsx *.ts"| xargs -n1 find ./site -not -path'./site/node_modules/*' -type f -name

Copy link
MemberAuthor

Choose a reason for hiding this comment

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

Auto-merge bites me yet again

@kylecarbskylecarbs merged commit4c35b81 intomainMay 4, 2022
@kylecarbskylecarbs deleted the macmake branchMay 4, 2022 14:47
@missknissmisskniss added this to theV2 Beta milestoneMay 15, 2022
kylecarbs added a commit that referenced this pull requestJun 10, 2022
This fixes paths not resolving in macOS, causingthe build target to fail. This also renames thesite target to specify the index.html, which isthe output artifact of building the site.
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@coadlercoadlercoadler approved these changes

Assignees

@kylecarbskylecarbs

Labels
None yet
Projects
None yet
Milestone
V2 Beta
Development

Successfully merging this pull request may close these issues.

3 participants
@kylecarbs@coadler@misskniss

[8]ページ先頭

©2009-2025 Movatter.jp