Skip to content

Update NSIS 3.09 to 3.10#16674

Merged
seanbudd merged 4 commits intonvaccess:masterfrom
dpy013:UpdateNSIS3.10
Jun 11, 2024
Merged

Update NSIS 3.09 to 3.10#16674
seanbudd merged 4 commits intonvaccess:masterfrom
dpy013:UpdateNSIS3.10

Conversation

@dpy013
Copy link
Copy Markdown
Contributor

@dpy013 dpy013 commented Jun 9, 2024

Link to issue number:

Summary of the issue:

pull

Description of user facing changes

Updating NSIS

Description of development approach

none

Testing strategy:

Requires a test compilation build

Known issues with pull request:

none

Code Review Checklist:

  • Documentation:
    • Change log entry
    • User Documentation
    • Developer / Technical Documentation
    • Context sensitive help for GUI changes
  • Testing:
    • Unit tests
    • System (end to end) tests
    • Manual testing
  • UX of all users considered:
    • Speech
    • Braille
    • Low Vision
    • Different web browsers
    • Localization in other languages / culture than English
  • API is compatible with existing add-ons.
  • Security precautions taken.

Summary by CodeRabbit

  • New Features
    • Updated Unicode CLDR for improved language support.
    • Enhanced NVDA screen reader reporting for better accessibility.
    • Improved Python console behavior for a smoother user experience.
    • Upgraded NSIS installer from version 3.09 to 3.10 for better performance and stability.

@dpy013 dpy013 requested a review from a team as a code owner June 9, 2024 23:12
@dpy013 dpy013 requested a review from SaschaCowley June 9, 2024 23:12
@dpy013 dpy013 marked this pull request as draft June 9, 2024 23:17
Signed-off-by: dpy013 <26911141+dpy013@users.noreply.github.com>
@dpy013
Copy link
Copy Markdown
Contributor Author

dpy013 commented Jun 10, 2024

@coderabbitai review

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Jun 10, 2024

Walkthrough

The recent updates involve two primary changes: the include/nsis subproject's commit reference has been updated to a new version, and the user documentation has been enhanced to reflect updates related to Unicode CLDR, NVDA screen reader improvements, Python console behavior enhancements, and the NSIS upgrade from version 3.09 to 3.10.

Changes

Files/Paths Change Summary
include/nsis Updated commit reference from 012b0ddf9274ebe3907d6ea157b2dbaca4ee7074 to 1612bc13f8b907de003053b6544cb7694e9db1cd.
user_docs/en/changes.md Documented updates regarding Unicode CLDR, NVDA screen reader, Python console behavior, and NSIS upgrade from 3.09 to 3.10.

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@dpy013 dpy013 marked this pull request as ready for review June 10, 2024 00:40
@seanbudd seanbudd added the conceptApproved Similar 'triaged' for issues, PR accepted in theory, implementation needs review. label Jun 11, 2024
@seanbudd
Copy link
Copy Markdown
Member

@dpy013 - have you tested this in NVDA yet with a build?

I've checked the files changed and everything looks ok.

@seanbudd seanbudd marked this pull request as draft June 11, 2024 02:34
Comment thread user_docs/en/changes.md Outdated
@dpy013
Copy link
Copy Markdown
Contributor Author

dpy013 commented Jun 11, 2024

@dpy013 - have you tested this in NVDA yet with a build?

I've checked the files changed and everything looks ok.

Currently only the portable version has been tested, because it is using the unit's computer, so only the portable version can be created for testing.
It is recommended that if you have time, you can test the part of the installation to the computer.

@seanbudd
Copy link
Copy Markdown
Member

@dpy013 - you should be able to create an installable build with scons launcher. You can also use the installer generated from AppVeyor in this PR.

@dpy013
Copy link
Copy Markdown
Contributor Author

dpy013 commented Jun 11, 2024

Just used nvda_snapshot_pr16674-32353 to test the two steps of creating a portable version, and installing it to the computer, here are the two logs:
nvda-I.log
nvda-P.log
The test results are:
NVDA Creating a portable version, and installing it to your computer, both steps can be done.

@seanbudd
Copy link
Copy Markdown
Member

Thanks, please update the reference to the NSIS submodule and this can be merged

@seanbudd seanbudd marked this pull request as ready for review June 11, 2024 05:28
@AppVeyorBot
Copy link
Copy Markdown

See test results for failed build of commit b3df3ee01a

@seanbudd seanbudd merged commit 5c30524 into nvaccess:master Jun 11, 2024
@dpy013 dpy013 deleted the UpdateNSIS3.10 branch June 11, 2024 05:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

conceptApproved Similar 'triaged' for issues, PR accepted in theory, implementation needs review.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants