Skip to content

Checking Cache Type in Set Command

Taylor holberton requested to merge (removed):master into master

Originally, the cache type was implicitly converted into a string type if the user given type was not recognized.

This patch checks that a recognized type was found and issues an error message otherwise.

I figured it should issue an error message or at least a warning. The patch I wrote issues an error message.

Not sure if this warrants a policy or not. I'm open to feedback.

All still tests passed on my platform (Ubuntu 18.04)

Merge request reports