Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using Cassette #60
Using Cassette #60
Changes from 52 commits
4ce63b9
816c3bf
75d4837
516773c
6b8693b
07c6c48
d876c2d
a0c7e8c
7b7ffcb
c434bfd
510badf
51852ee
a8f18dd
0940031
1ca2f99
faafaad
5fa8c82
50a8a7b
d6804c0
42239c8
6d11bef
e2c59b0
a8c1381
f1a14d2
c7151f0
b4b8b13
96fa725
600ae70
67e0cfc
ed48b88
ec15a65
0af4b05
14cf066
b1b5f31
8566b82
efb5192
93e00ad
82f1efc
9d8f9cf
f00621b
21d6855
bdcaea2
c74c508
9c5d4a8
69b4427
24f263e
ef2c6fd
cb0b3b2
66a977f
a3a09a6
bad56fa
81599d2
277ca87
4315c1d
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we do this without MacroTools? It's only used in a couple of places for checking input forms, which can be done by hand.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In order to solve #61
using MacroTools is probably going to be the best way.
I think it would be better to go the otehr way and remove more of the hand checking code and rewrite it to be more readable using MacroTools.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@omus is this method required?
Should I delete it,
or fix it?