[PR #32] [MERGED] Enable validation of DIC parameters #909

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

📋 Pull Request Information

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

Base: masterHead: master


📝 Commits (4)

  • 63e63a0 Add DIC command constants
  • 207fdbb Start adding validation to DIC command line
  • d549609 Add as many validations as humanly possible
  • 9c7cee0 Fix validation, hook up to main dumping, fix dumping

📊 Changes

3 files changed (+701 additions, -20 deletions)

View changed files

📝 Constants.cs (+44 -0)
📝 MainWindow.xaml.cs (+6 -4)
📝 Utilities.cs (+651 -16)

📄 Description

This PR adds the ability to check DIC parameters which will be especially useful for the custom parameters. Even though DIC will just close if it's incorrect, this prevents needing to get to that point and provides a better mechanism.


🔄 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/32 **Author:** [@mnadareski](https://github.com/mnadareski) **Created:** 6/13/2018 **Status:** ✅ Merged **Merged:** 6/13/2018 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`63e63a0`](https://github.com/SabreTools/MPF/commit/63e63a003313c1c35ff452ecbfc0c7cde2ecd714) Add DIC command constants - [`207fdbb`](https://github.com/SabreTools/MPF/commit/207fdbb49c3950193e832787e95f475e5d092356) Start adding validation to DIC command line - [`d549609`](https://github.com/SabreTools/MPF/commit/d549609a0f78afe33ae1caeb618491e4c05b8435) Add as many validations as humanly possible - [`9c7cee0`](https://github.com/SabreTools/MPF/commit/9c7cee0aa3d5728ef21541dad4bd91687a9d09a5) Fix validation, hook up to main dumping, fix dumping ### 📊 Changes **3 files changed** (+701 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `Constants.cs` (+44 -0) 📝 `MainWindow.xaml.cs` (+6 -4) 📝 `Utilities.cs` (+651 -16) </details> ### 📄 Description This PR adds the ability to check DIC parameters which will be especially useful for the custom parameters. Even though DIC will just close if it's incorrect, this prevents needing to get to that point and provides a better mechanism. --- <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:14 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#909