Skip to content
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

Don't print cuts between empty blocks in pretty printer #354

Open
seantalts opened this issue Oct 23, 2019 · 0 comments
Open

Don't print cuts between empty blocks in pretty printer #354

seantalts opened this issue Oct 23, 2019 · 0 comments
Labels
cleanup Code simplification or clean-up cpp-codegen good first issue Good for newcomers

Comments

@seantalts
Copy link
Member

seantalts commented Oct 23, 2019

pp_functions_block (pp_fun_def pp_s) ppf prog ;
Fmt.cut ppf () ;
pp_input_vars pp_e ppf prog ;
Fmt.cut ppf () ;
pp_prepare_data pp_s ppf prog ;
Fmt.cut ppf () ;
pp_log_prob pp_s ppf prog ;
Fmt.cut ppf () ;
pp_generate_quantities pp_s ppf prog ;
Fmt.cut ppf () ;
pp_transform_inits pp_s ppf prog ;
Fmt.cut ppf () ;
pp_output_vars pp_e ppf prog ;

@WardBrian WardBrian added cleanup Code simplification or clean-up cpp-codegen good first issue Good for newcomers labels Apr 28, 2022
@WardBrian WardBrian linked a pull request Jul 29, 2022 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Code simplification or clean-up cpp-codegen good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants