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

Add a Third-Party notices link to the about dialog #5508

Merged
20 commits merged into from
Apr 28, 2020

Conversation

leonMSFT
Copy link
Contributor

Summary of the Pull Request

This PR will add a link to the version of NOTICE.md in GitHub at the commit that the build was on. It uses the same approach for generating our settings files, where we'll create a header file with the commit hash assigned to a wstring_view during build time.

PR Checklist

Validation Steps Performed

The link is there and goes to the expected NOTICE.md.

Copy link
Member

@zadjii-msft zadjii-msft left a comment

Choose a reason for hiding this comment

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

Yo this is incredible

src/cascadia/TerminalApp/TerminalPage.cpp Outdated Show resolved Hide resolved
Copy link
Contributor

@DHowett-MSFT DHowett-MSFT left a comment

Choose a reason for hiding this comment

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

(sec, need to rvw)

@ghost ghost added the Needs-Author-Feedback The original author of the issue/PR needs to come back and respond to something label Apr 23, 2020
Copy link
Contributor

@DHowett-MSFT DHowett-MSFT left a comment

Choose a reason for hiding this comment

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

I love this. Just a couple concerns.

  1. Will this fail in a catastrophic way if we're ever caught out outside of our git repo
  2. Will this work for worktrees
  3. Are there any incremental build concerns? If I hit F5, will it cause a rebuild of TerminalApp because this header file changed?
    • If so, we can probably fix it by having an OutputFiles or something on the MSBuild task so it can detect that it's not up-to-date
    • If we need to have an InputFiles to compensate for that, we could point it at the notices.md file directly

@zadjii-msft zadjii-msft added Area-Build Issues pertaining to the build system, CI, infrastructure, meta Product-Terminal The new Windows Terminal. labels Apr 24, 2020
@miniksa
Copy link
Member

miniksa commented Apr 24, 2020

Skipping review. 3 cooks in this kitchen already.

@ghost ghost removed the Needs-Author-Feedback The original author of the issue/PR needs to come back and respond to something label Apr 24, 2020
Copy link
Contributor

@DHowett-MSFT DHowett-MSFT left a comment

Choose a reason for hiding this comment

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

I love it.

@leonMSFT leonMSFT added the AutoMerge Marked for automatic merge by the bot when requirements are met label Apr 28, 2020
@ghost
Copy link

ghost commented Apr 28, 2020

Hello @leonMSFT!

Because this pull request has the AutoMerge label, I will be glad to assist with helping to merge this pull request once all check-in policies pass.

p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (@msftbot) and give me an instruction to get started! Learn more here.

@ghost ghost merged commit e358b96 into master Apr 28, 2020
@ghost ghost deleted the dev/lelian/otherwisewegetsuedmaybe branch April 28, 2020 20:22
@ghost
Copy link

ghost commented May 5, 2020

🎉Windows Terminal Release Candidate v0.11.1251.0 (1.0rc1) has been released which incorporates this pull request.:tada:

Handy links:

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Build Issues pertaining to the build system, CI, infrastructure, meta AutoMerge Marked for automatic merge by the bot when requirements are met Product-Terminal The new Windows Terminal.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

About Dialog: embed and link to third-party notices
5 participants