Skip to content

New package: Chill-Astro.PyCalc-JE version 1.2 #265529

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

Conversation

Chill-Astro
Copy link
Contributor

@Chill-Astro Chill-Astro commented Jun 12, 2025

Checklist for Pull Requests

Manifests

  • Have you checked that there aren't other open pull requests for the same manifest update/change?
  • This PR only modifies one (1) manifest
  • Have you validated your manifest locally with winget validate --manifest <path>?
  • Have you tested your manifest locally with winget install --manifest <path>?
  • Does your manifest conform to the 1.10 schema?

Note: <path> is the directory's name containing the manifest you're submitting.


Microsoft Reviewers: Open in CodeFlow

@wingetbot
Copy link
Collaborator

Service Badge  Service Badge  

@wingetbot
Copy link
Collaborator

Validation Pipeline Run WinGetSvc-Validation-64-265529-20250612-1

@wingetbot wingetbot added the Validation-Unattended-Failed During installation testing the installer was blocked on user input and no switches were provided. label Jun 12, 2025
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Author-Feedback This needs a response from the author. label Jun 12, 2025
@stephengillie
Copy link
Collaborator

Automatic Validation ended with:

No errors to post.

(Automated response - build 1064.)

@stephengillie stephengillie added Validation-Completed Validation passed and removed Validation-Unattended-Failed During installation testing the installer was blocked on user input and no switches were provided. Needs-Author-Feedback This needs a response from the author. labels Jun 12, 2025
@microsoft-github-policy-service microsoft-github-policy-service bot enabled auto-merge (squash) June 12, 2025 23:53
Copy link
Collaborator

@stephengillie stephengillie left a comment

Choose a reason for hiding this comment

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

Manual Validation ended with:
image

@stephengillie stephengillie added the Needs-Author-Feedback This needs a response from the author. label Jun 13, 2025
…staller.yaml

Co-authored-by: Stephen Gillie <114952565+stephengillie@users.noreply.github.com>
auto-merge was automatically disabled June 13, 2025 04:50

Head branch was pushed to by a user without write access

@wingetbot
Copy link
Collaborator

Validation Pipeline Run WinGetSvc-Validation-65-265529-20250613-1

@microsoft-github-policy-service microsoft-github-policy-service bot removed Needs-Author-Feedback This needs a response from the author. Validation-Completed Validation passed Changes-Requested Changes Requested labels Jun 13, 2025
@Chill-Astro
Copy link
Contributor Author

@stephengillie Change accepted to add Visual C++ Runtime as a dependency.

@wingetbot wingetbot added the Validation-Unattended-Failed During installation testing the installer was blocked on user input and no switches were provided. label Jun 13, 2025
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Author-Feedback This needs a response from the author. label Jun 13, 2025
@stephengillie
Copy link
Collaborator

Automatic Validation ended with:

MSI (s) (20:E0) [22:02:47:063]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'. MSI (s) (20:E0) [22:02:47:063]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'. MSI (s) (20:E0) [22:02:47:063]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'. MSI (s) (20:E0) [22:02:47:063]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'. MSI (s) (20:E0) [22:02:47:063]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'. Property(S): OutOfDiskSpace = 0 Property(S): OutOfNoRbDiskSpace = 0 Property(S): PrimaryVolumeSpaceAvailable = 0 Property(S): PrimaryVolumeSpaceRequired = 0 Property(S): PrimaryVolumeSpaceRemaining = 0 MSI (s) (20:E4) [22:02:47:813]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'. MSI (s) (20:E4) [22:02:47:813]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'. MSI (s) (20:E4) [22:02:47:813]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'. MSI (s) (20:E4) [22:02:47:813]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'. MSI (s) (20:E4) [22:02:47:813]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'.

(Automated response - build 1067.)

@Chill-Astro
Copy link
Contributor Author

Automatic Validation ended with:

MSI (s) (20:E0) [22:02:47:063]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'. MSI (s) (20:E0) [22:02:47:063]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'. MSI (s) (20:E0) [22:02:47:063]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'. MSI (s) (20:E0) [22:02:47:063]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'. MSI (s) (20:E0) [22:02:47:063]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'. Property(S): OutOfDiskSpace = 0 Property(S): OutOfNoRbDiskSpace = 0 Property(S): PrimaryVolumeSpaceAvailable = 0 Property(S): PrimaryVolumeSpaceRequired = 0 Property(S): PrimaryVolumeSpaceRemaining = 0 MSI (s) (20:E4) [22:02:47:813]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'. MSI (s) (20:E4) [22:02:47:813]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'. MSI (s) (20:E4) [22:02:47:813]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'. MSI (s) (20:E4) [22:02:47:813]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'. MSI (s) (20:E4) [22:02:47:813]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'.

(Automated response - build 1067.)

@stepengillie Can you explain a bit what does this mean? Does adding the dependancy fix the error?

@microsoft-github-policy-service microsoft-github-policy-service bot added Needs-Attention This work item needs to be reviewed by a member of the core team. and removed Needs-Author-Feedback This needs a response from the author. labels Jun 15, 2025
@Chill-Astro
Copy link
Contributor Author

@stephengillie So are the runtime errors fixed now?

@ItzLevvie
Copy link
Contributor

@wingetbot run

@wingetbot
Copy link
Collaborator

Validation Pipeline Run WinGetSvc-Validation-65-265529-20250623-1

@microsoft-github-policy-service microsoft-github-policy-service bot removed Needs-Attention This work item needs to be reviewed by a member of the core team. Validation-Unattended-Failed During installation testing the installer was blocked on user input and no switches were provided. labels Jun 23, 2025
@wingetbot wingetbot added the Validation-Unattended-Failed During installation testing the installer was blocked on user input and no switches were provided. label Jun 23, 2025
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Author-Feedback This needs a response from the author. label Jun 23, 2025
@stephengillie
Copy link
Collaborator

Automatic Validation ended with:

No logs.

(Automated response - build 1077.)

@Chill-Astro
Copy link
Contributor Author

@ItzLevvie I think it wasn't meant for unattended runs. Maybe that's why it's failing.

@microsoft-github-policy-service microsoft-github-policy-service bot added Needs-Attention This work item needs to be reviewed by a member of the core team. and removed Needs-Author-Feedback This needs a response from the author. labels Jun 24, 2025
@stephengillie
Copy link
Collaborator

Automatic Validation ended with:

MSI (s) (20:E0) [22:02:47:063]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'. MSI (s) (20:E0) [22:02:47:063]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'. MSI (s) (20:E0) [22:02:47:063]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'. MSI (s) (20:E0) [22:02:47:063]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'. MSI (s) (20:E0) [22:02:47:063]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'. Property(S): OutOfDiskSpace = 0 Property(S): OutOfNoRbDiskSpace = 0 Property(S): PrimaryVolumeSpaceAvailable = 0 Property(S): PrimaryVolumeSpaceRequired = 0 Property(S): PrimaryVolumeSpaceRemaining = 0 MSI (s) (20:E4) [22:02:47:813]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'. MSI (s) (20:E4) [22:02:47:813]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'. MSI (s) (20:E4) [22:02:47:813]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'. MSI (s) (20:E4) [22:02:47:813]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'. MSI (s) (20:E4) [22:02:47:813]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'.

(Automated response - build 1067.)

@stepengillie Can you explain a bit what does this mean? Does adding the dependancy fix the error?

Hi @Chill-Astro,

Sorry for the delay. This is the pieline run's logs, filtered by my automation. This specific output doesn't seem very enlightening.

@stephengillie
Copy link
Collaborator

Manual Validation ended with:

PS C:\Users\User\Desktop> &"C:\Program Files\Chill-Astro\PyCalc-JE\PyCalc-JE.exe" "--version"
PyCalc-JE : A Simple and Lightweight Calculator. Now in Java!
Version : 1.2

Hurrah! PyCalc-JE is up to date!

Select a Mathematical Operation :

  1. Addition
  2. Subtraction
  3. Multiplication
  4. Division
  5. Exponents (x^y)
  6. Square Root
  7. Cube Root
  8. Approximate / Rounding
  9. Heron's Formula
  10. Simple Interest
  11. Compound Interest
  12. Prime No. Check
  13. Triangle Check
  14. Right Triangle Check
  15. Perimeter [Various Shapes]
  16. Area [Various Shapes]
  17. Volume [Various Shapes]
  18. Surface Area [Various Shapes]
  19. Curved Surface Area [Various Shapes]
  20. Diagonal Calculation [Various Shapes]
  21. Factorial Calculator
  22. Quadratic Equation Calculator
  23. Exit PyCalc-JE

Enter choice [ 1 - 23 ] :
PS C:\Users\User\Desktop> Get-ARPTable pycalc

DisplayName : PyCalc-JE version 1.2
DisplayVersion : 1.2
Publisher : Chill-Astro
ProductCode : {16BD7EF6-F141-44DD-829B-758449B2F3EB}_is1
Scope : Machine

PS C:\Users\User\Desktop>

(Automated response - build 1075.)

@stephengillie stephengillie added Validation-Completed Validation passed and removed Validation-Unattended-Failed During installation testing the installer was blocked on user input and no switches were provided. Needs-Attention This work item needs to be reviewed by a member of the core team. labels Jun 24, 2025
@microsoft-github-policy-service microsoft-github-policy-service bot enabled auto-merge (squash) June 24, 2025 17:30
@microsoft-github-policy-service microsoft-github-policy-service bot merged commit a9228bc into microsoft:master Jun 24, 2025
1 check passed
@microsoft-github-policy-service microsoft-github-policy-service bot added the Moderator-Approved One of the Moderators has reviewed and approved this PR label Jun 24, 2025
@wingetbot
Copy link
Collaborator

Publish pipeline succeeded for this Pull Request. Once you refresh your index, this change should be present.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Moderator-Approved One of the Moderators has reviewed and approved this PR Publish-Pipeline-Succeeded Validation-Completed Validation passed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants