We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ExpressionBuilderのdebug用にpushされた式が見えると嬉しい気がします(長い式を作りたい場合の確認用に), また長い式でfilterした後に,ちょっと変更する(途中から作り直したい)場合のpop関数があると嬉しい気がします。
The text was updated successfully, but these errors were encountered:
デバッグ段階では, ExpressionBuilder により構築された式が期待通りになっているか確認できると,たしかに便利だと思います. 確認方法については,式を文字列で表現したものを返すなどの方法を検討してみます.
ただ, pop 関数を提供して巻き戻しをするようなインタフェースについては,かなり難しいのではないかと思います. というのも,部分式の定数への置き換えや,効率的に演算できる式への置き換えといったことをおこなう可能性があるからです. 基本的にはブラックボックスにしようと考えています.
代わりに,完成した式を ExpressionBuilder に入力できるようにすることを検討してみようと思います.
Sorry, something went wrong.
s-yata
No branches or pull requests
ExpressionBuilderのdebug用にpushされた式が見えると嬉しい気がします(長い式を作りたい場合の確認用に), また長い式でfilterした後に,ちょっと変更する(途中から作り直したい)場合のpop関数があると嬉しい気がします。
The text was updated successfully, but these errors were encountered: