Closed nuggreat closed 5 years ago
spec_char.ksm
from KSLib. I suggest that we merge #100 and remove spec_char.ksm in a following commit.The problem with pulling in #100 is that lib_input_string will be broken as one of the things i did was to change the use of the iterator used for the final string concatenation over to a for loop. So it would just be more work to pull in the older PR and then generate a 2nd one to remove the spec_char.ksm and all associated files and then fix the problem with lib_input_string. Where as if we just pull in my PR and then close out the older PR and issue that is only a single pull.
It also does changes to lib_seven_seg.ks
. So if we want those changes, there is going to be another PR anyway. You can do the iteration change and spec_char removal on the new base.
I would prefer to only have to edit two file as apposed to edit one file and delete three others.
Also the type and number checks in lib_seven_seg.ks
could be expanded to better match the intent because as it stands any number greater than 9 will just result in a 9 being displayed even if the passed in number is 10000
Heck if needed I could quickly add the changes to this PR.
Cool so do you want me to add in the changes to lib_seven_seg
to this PR or generate a new one with said changes.
Better make it a different PR, there's nothing about dependencies in that one.
resolves issue #115