Results 9 issues of Rob Donnelly

Failing input:(note use of ``) ``` General options: * `-d`, `--output-directory` : Some text. * `-j`, `--max-jobs` : More text. ``` Failing output: "dir" and "Some text." is missing. ```...

Default values and blocks don't mix well. The specs added here show this. I have added specs for both `nil default values` and `non-nil default values` because they fail differently...

It would be nice to have an option to format function ports lists (and other lists) like module ports lists (i.e. one item per line). **Test case** Command: ```sh verible-v0.0-2037-g4cccc6b2/bin/verible-verilog-format...

formatter

**Test case** Command: ``` verible-v0.0-2037-g4cccc6b2/bin/verible-verilog-format parameterized_types.svh ``` File: `parameterized_types.svh` ```systemverilog module a_module ( a_type#(a_literal) a_port ); a_type#(a_literal) a_variable; function a_function(a_type#(a_literal) a_parameter); a_type#(a_literal) a_variable; endfunction endmodule ``` **Actual output** ```systemverilog module...

formatter

japaric/cross has moved to rust-embedded/cross. Update japaric/cross references to reflect this.

There is no need to modify the provided `wsl-vpnkit.service` and the `cp` command is made redundant by the prior `tee` command.

I would like to use rust-script to implement scripts that others will run. Most will not be familiar with Rust let alone rust-script. The default behavior makes it look like...

enhancement

Doc refers to `examples/sv/yamm_tutorial.sv` which does not exist.

I recommend serving the HTML documentation via GitHub Pages. The HTML doc link in the article points to the HTML source but it cannot be easily viewed. Since the HTML...