mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-09 05:35:27 +00:00
[PR #32] [MERGED] Enable validation of DIC parameters #909
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:master📝 Commits (4)
63e63a0Add DIC command constants207fdbbStart adding validation to DIC command lined549609Add as many validations as humanly possible9c7cee0Fix 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.