Naoya Hatta

Results 272 comments of Naoya Hatta

This is expected. The `if(o_axis_tlast_p) ovg_axis_tkeep_p

In my environment, `cargo build --release` takes 3m 27s, and GitHub Actions takes like below: * ubuntu: 35m 49s * macOS: 43m 41s * windows: 2h 44m 15s So 2...

We found `unique` causes an unexpected behavior of some tools. So we forbid `unique` in my company. If you want to use `unique`, you can disable it by `.svlint.toml`.

Could you show the stack trace? I think it will be logged by Help -> Toggle developer tools.

Thanks. I can't reproduce this issue yet. Does this issue happen always? Otherwise the specific source code? Could you tell me your platform?

Thank you for the interesting in this project. I think completion and symbol lookup is very useful, but I can't work on it for now. So your contribution is welcome....

Thank you for a lot of your work. I think it's good.

@DaveMcEwan The new naming rule seems to be more consistent than now. I agree it.

`.svlint.toml` should be placed at the same or upper directory of the source code. Typically it is placed at the repository root like below: ``` - project - .git -...

Thank you for your report. In language specification, `automatic` is not allowed in pure virtual function. ``` class_method ::= pure virtual { class_item_qualifier } method_prototype ; method_prototype ::= function_prototype function_prototype...