-
Notifications
You must be signed in to change notification settings - Fork 16
Allow date format yyyy-mm-dd #78
base: master
Are you sure you want to change the base?
Conversation
I have not tested my changes though because I don't know how to make packages and I don't have one I could tests it with. The code that checks whether a date is valid I pushed to gap as well and there I tested it. |
This is also related to Issue #20 |
Thank you! I will deal with this after gap-system/gap#3355 will stabilise. |
f24dfcc
to
753a6e4
Compare
I added the check for dates in the mm/dd/yyyy format. Different to the checks in |
@wucas to make a package, you can use https://github.com/gap-packages/PackageManager :-) |
753a6e4
to
47fcb07
Compare
Thanks @wucas - is this now ready to be reviewed in conjunction with gap-system/gap#3355 ? |
47fcb07
to
6bcf1b2
Compare
I use |
6bcf1b2
to
6da9134
Compare
I've made a few more changes based on @fingolfin suggestions. The idea is the following: tldr; My goal was to give the user an as specific as possible hint to what they might have done wrong. Thus four times |
6da9134
to
7afd72f
Compare
7afd72f
to
500d655
Compare
I am completely happy with this now, thank you @wucas . So now it's up to @alex-konovalov to decide whether and when to merge this :-) |
For the update, gap-system/gap#3355 is now merged. |
This is related to gap-system/gap#3355 in gap. If there are more places to change I am happy to change them as well. It seems there was something wrong in line 348, I added some brackets to correct the if statement.