Skip to content

futrime.lipd version 0.33.0-beta.2#339186

Merged
microsoft-github-policy-service[bot] merged 1 commit intomicrosoft:masterfrom
futrime:futrime.lipd-0.33.0-beta.2-ef173023-ebd3-4c71-9843-696dc59cdcc7
Feb 17, 2026
Merged

futrime.lipd version 0.33.0-beta.2#339186
microsoft-github-policy-service[bot] merged 1 commit intomicrosoft:masterfrom
futrime:futrime.lipd-0.33.0-beta.2-ef173023-ebd3-4c71-9843-696dc59cdcc7

Conversation

@futrime
Copy link
Contributor

@futrime futrime commented Feb 13, 2026

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

Copilot AI review requested due to automatic review settings February 13, 2026 14:42
@wingetbot
Copy link
Collaborator

Validation Pipeline Run WinGetSvc-Validation-132-339186-20260213-1

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR adds a new manifest for futrime.lipd version 0.33.0-beta.2, which is the RPC daemon for the lip package manager. This is a new package (lipd) separate from the main lip package, introduced to provide daemon functionality for the lip ecosystem.

Changes:

  • New manifest set for futrime.lipd version 0.33.0-beta.2 with multi-file YAML structure
  • Package depends on Microsoft.DotNet.Runtime.10 (valid .NET 10 runtime dependency)
  • Supports arm64 and x64 Windows architectures via portable zip installers

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
manifests/f/futrime/lipd/0.33.0-beta.2/futrime.lipd.yaml Version manifest declaring package identifier, version 0.33.0-beta.2, and manifest metadata
manifests/f/futrime/lipd/0.33.0-beta.2/futrime.lipd.locale.en-US.yaml Default locale manifest with package metadata, publisher info, and release notes URL
manifests/f/futrime/lipd/0.33.0-beta.2/futrime.lipd.installer.yaml Installer manifest with zip/portable configuration, .NET 10 dependency, and architecture-specific installers

@wingetbot wingetbot added New-Package Internal-Error-Dynamic-Scan The test for Dynamic Scanning in the Installation Validation failed. labels Feb 13, 2026
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Attention This work item needs to be reviewed by a member of the core team. label Feb 13, 2026
@microsoft-github-policy-service microsoft-github-policy-service bot added the Retry-1 flag to indicate retried label Feb 13, 2026
@stephengillie
Copy link
Collaborator

Manual Validation ended with:

PS C:\Users\User\Desktop> C:\Users\User\AppData\Local\Microsoft\WinGet\Links\lipd.exe --version
Unhandled exception. System.ArgumentException: Stream must be writable. (Parameter 'stream')
at Microsoft.Requires.Argument(Boolean condition, String parameterName, String message)
at Nerdbank.Streams.PipeExtensions.UsePipeWriter(Stream stream, PipeOptions pipeOptions, CancellationToken cancellationToken)
at StreamJsonRpc.PipeMessageHandler..ctor(Stream writer, Stream reader, IJsonRpcMessageFormatter formatter)
at StreamJsonRpc.HeaderDelimitedMessageHandler..ctor(Stream sendingStream, Stream receivingStream, IJsonRpcMessageFormatter formatter)
at StreamJsonRpc.JsonRpc..ctor(Stream sendingStream, Stream receivingStream, Object target)
at Program.

$(String[] args)
at Program.(String[] args)
PS C:\Users\User\Desktop> C:\Users\User\AppData\Local\Microsoft\WinGet\Links\lipd.exe version
Unhandled exception. System.ArgumentException: Stream must be writable. (Parameter 'stream')
at Microsoft.Requires.Argument(Boolean condition, String parameterName, String message)
at Nerdbank.Streams.PipeExtensions.UsePipeWriter(Stream stream, PipeOptions pipeOptions, CancellationToken cancellationToken)
at StreamJsonRpc.PipeMessageHandler..ctor(Stream writer, Stream reader, IJsonRpcMessageFormatter formatter)
at StreamJsonRpc.HeaderDelimitedMessageHandler..ctor(Stream sendingStream, Stream receivingStream, IJsonRpcMessageFormatter formatter)
at StreamJsonRpc.JsonRpc..ctor(Stream sendingStream, Stream receivingStream, Object target)
at Program.$(String[] args)
at Program.(String[] args)
PS C:\Users\User\Desktop> C:\Users\User\AppData\Local\Microsoft\WinGet\Links\lipd.exe
Unhandled exception. System.ArgumentException: Stream must be writable. (Parameter 'stream')
at Microsoft.Requires.Argument(Boolean condition, String parameterName, String message)
at Nerdbank.Streams.PipeExtensions.UsePipeWriter(Stream stream, PipeOptions pipeOptions, CancellationToken cancellationToken)
at StreamJsonRpc.PipeMessageHandler..ctor(Stream writer, Stream reader, IJsonRpcMessageFormatter formatter)
at StreamJsonRpc.HeaderDelimitedMessageHandler..ctor(Stream sendingStream, Stream receivingStream, IJsonRpcMessageFormatter formatter)
at StreamJsonRpc.JsonRpc..ctor(Stream sendingStream, Stream receivingStream, Object target)
at Program.$(String[] args)
at Program.(String[] args)
PS C:\Users\User\Desktop> #Hi @futrime,
PS C:\Users\User\Desktop> #Is this behavior expected?
PS C:\Users\User\Desktop>

(Automated response - build 1222.)

@futrime
Copy link
Contributor Author

futrime commented Feb 15, 2026

@stephengillie It’s expected. This is a stdio JSON RPC daemon and has not support common cli arguments yet.

@stephengillie stephengillie added Validation-Completed Validation passed and removed Internal-Error-Dynamic-Scan The test for Dynamic Scanning in the Installation Validation failed. Needs-Attention This work item needs to be reviewed by a member of the core team. labels Feb 17, 2026
@microsoft-github-policy-service microsoft-github-policy-service bot added the Moderator-Approved One of the Moderators has reviewed and approved this PR label Feb 17, 2026
@microsoft-github-policy-service microsoft-github-policy-service bot merged commit fef63a9 into microsoft:master Feb 17, 2026
6 of 7 checks passed
@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 New-Package Publish-Pipeline-Succeeded Retry-1 flag to indicate retried Validation-Completed Validation passed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Comments