-
Notifications
You must be signed in to change notification settings - Fork 52
Add Tapioca compiler #533
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
Add Tapioca compiler #533
Conversation
c189641
to
a80d9ea
Compare
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.
I forgot this initially - can we generate a signature for perform
as well? It'll be the same type signature as perform_now
, but an instance method, instead of a class method.
3424803
to
c76569d
Compare
fceeb76
to
02fc468
Compare
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.
LGTM once the CI failures are addressed.
a1a68ef
to
df26d0d
Compare
78130d0
to
bb95472
Compare
It takes the job's `build_enumerator` method and generates the signatures for the job's corresponding `perform_later` and `perform_now` methods.
4ae6408
to
79a7ba3
Compare
No description provided.