Skip to content

Conversation

@Paradoxu
Copy link

@Paradoxu Paradoxu commented Nov 5, 2020

  • The special characters (?, L) can now be passed to the parser.

  • A 7th attribute can also be passed that represents the year.

  • TODO

Add support for W character.

@@ -0,0 +1,308 @@
{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please don't check in this file.

@@ -1,40 +0,0 @@
import 'package:cron/cron.dart';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you delete this? I'd expect more tests, not less...

part of '../cron.dart';

/// The cron schedule.
class Schedule {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can see that some parts of the library can be moved out, but I see very little reason to do it for all small class. Please let's not move everything around, as it is hard to assess the actual diff of the change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants