[PR #8] [MERGED] Develop #9

Closed
opened 2026-09-04 00:51:06 +02:00 by Stone_Red · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Stone-Red-Code/YesNt-Interpreter/pull/8
Author: @Stone-Red-Code
Created: 3/6/2026
Status: Merged
Merged: 3/6/2026
Merged by: @Stone-Red-Code

Base: mainHead: develop


📝 Commits (8)

  • 81efd64 Update snapcraft manifest to use .NET plugin v2
  • 519ed3b Update build and test commands to specify src directory
  • bdd1610 Add dotnet test and build workflow
  • f7d3593 Update dotnet restore command to include project path
  • 8f87d84 Update tests to use 'whoami' command instead of cmd
  • ee0a9fa Add Chocolatey deployment workflow
  • b5c0efe Merge pull request #9 from Stone-Red-Code/Add-choco-deploy-workflow
  • 5dd9fdd Handle Clear gracefully in non-interactive console without crashing

📊 Changes

6 files changed (+95 additions, -9 deletions)

View changed files

📝 .editorconfig (+0 -0)
.github/workflows/choco-deploy.yml (+36 -0)
.github/workflows/dotnet.yml (+28 -0)
📝 src/YesNt.Interpreter.Tests/ConsoleStatementsTests.cs (+5 -3)
📝 src/YesNt.Interpreter.Tests/SystemStatementsTests.cs (+16 -4)
📝 src/YesNt.Interpreter/Statements/ConsoleStatements.cs (+10 -2)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Stone-Red-Code/YesNt-Interpreter/pull/8 **Author:** [@Stone-Red-Code](https://github.com/Stone-Red-Code) **Created:** 3/6/2026 **Status:** ✅ Merged **Merged:** 3/6/2026 **Merged by:** [@Stone-Red-Code](https://github.com/Stone-Red-Code) **Base:** `main` ← **Head:** `develop` --- ### 📝 Commits (8) - [`81efd64`](https://github.com/Stone-Red-Code/YesNt-Interpreter/commit/81efd6459bf352f04ad23837f8cf470244e82c03) Update snapcraft manifest to use .NET plugin v2 - [`519ed3b`](https://github.com/Stone-Red-Code/YesNt-Interpreter/commit/519ed3bed9bf7ae3c9c5a4eb66df9fcda4beab16) Update build and test commands to specify src directory - [`bdd1610`](https://github.com/Stone-Red-Code/YesNt-Interpreter/commit/bdd16102212d4d917dfc5ebaa08a9beafedbaa1b) Add dotnet test and build workflow - [`f7d3593`](https://github.com/Stone-Red-Code/YesNt-Interpreter/commit/f7d35933d4be9410ba61c1071b8ba04c4748cf82) Update dotnet restore command to include project path - [`8f87d84`](https://github.com/Stone-Red-Code/YesNt-Interpreter/commit/8f87d8462b4fb98f8f15db58847e99273a846444) Update tests to use 'whoami' command instead of cmd - [`ee0a9fa`](https://github.com/Stone-Red-Code/YesNt-Interpreter/commit/ee0a9facc693e1833a537bd6048172b2dce6d383) Add Chocolatey deployment workflow - [`b5c0efe`](https://github.com/Stone-Red-Code/YesNt-Interpreter/commit/b5c0efe4e2363505c45947f99d5ab15f61f84322) Merge pull request #9 from Stone-Red-Code/Add-choco-deploy-workflow - [`5dd9fdd`](https://github.com/Stone-Red-Code/YesNt-Interpreter/commit/5dd9fdde4e75f309aae174539bf8cfa5d01bca23) Handle Clear gracefully in non-interactive console without crashing ### 📊 Changes **6 files changed** (+95 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `.editorconfig` (+0 -0) ➕ `.github/workflows/choco-deploy.yml` (+36 -0) ➕ `.github/workflows/dotnet.yml` (+28 -0) 📝 `src/YesNt.Interpreter.Tests/ConsoleStatementsTests.cs` (+5 -3) 📝 `src/YesNt.Interpreter.Tests/SystemStatementsTests.cs` (+16 -4) 📝 `src/YesNt.Interpreter/Statements/ConsoleStatements.cs` (+10 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Stone_Red added the pull-request label 2026-09-04 00:51:06 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Stone_Red/YesNt-Interpreter#9