clockwork_web icon indicating copy to clipboard operation
clockwork_web copied to clipboard

Display `if` block/lambda instead of `__` placeholder

Open chaadow opened this issue 1 year ago • 1 comments

Using RubyVM ast new API, we can simple get a hold of the source of lambda/block.

This replaces the __ placeholder by the actual implementation of the @if lambda

image

chaadow avatar Sep 14 '24 12:09 chaadow

@ankane I guess this one should be closed as well :/

If so, it is unfortunate, because it really helps to know that some jobs are conditional ( with the if statement )

chaadow avatar Dec 06 '24 12:12 chaadow

Implemented this in https://github.com/chaadow/clockwork_web_plus

chaadow avatar Nov 11 '25 22:11 chaadow