[PR #44] [MERGED] Parameter Checking updates #929

Open
opened 2026-01-29 16:24:21 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/44
Author: @mnadareski
Created: 6/14/2018
Status: Merged
Merged: 6/14/2018
Merged by: @mnadareski

Base: masterHead: fix-o-tron


📝 Commits (2)

  • c8b09bf Fix custom parameter parsing, rename to just "parameters"
  • 8eb740e Consolodate and fix param checking code

📊 Changes

3 files changed (+545 additions, -499 deletions)

View changed files

📝 MainWindow.xaml (+2 -2)
📝 MainWindow.xaml.cs (+46 -21)
📝 Utilities.cs (+497 -476)

📄 Description

This updates parameter checking to allow for fully custom commandlines to be validated and an (attempted) match of output submission info will be created with it. This also cleans up a lot of the horrid duplicate code that was there before.


🔄 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/SabreTools/MPF/pull/44 **Author:** [@mnadareski](https://github.com/mnadareski) **Created:** 6/14/2018 **Status:** ✅ Merged **Merged:** 6/14/2018 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `fix-o-tron` --- ### 📝 Commits (2) - [`c8b09bf`](https://github.com/SabreTools/MPF/commit/c8b09bf2857eca2e430085d191a90df572276fb6) Fix custom parameter parsing, rename to just "parameters" - [`8eb740e`](https://github.com/SabreTools/MPF/commit/8eb740e047c10445dcb0827b5a268df34a3c78f4) Consolodate and fix param checking code ### 📊 Changes **3 files changed** (+545 additions, -499 deletions) <details> <summary>View changed files</summary> 📝 `MainWindow.xaml` (+2 -2) 📝 `MainWindow.xaml.cs` (+46 -21) 📝 `Utilities.cs` (+497 -476) </details> ### 📄 Description This updates parameter checking to allow for fully custom commandlines to be validated and an (attempted) match of output submission info will be created with it. This also cleans up a lot of the horrid duplicate code that was there before. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:24:21 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#929