Christian Costa

Results 36 comments of Christian Costa

So this mode prevents to use a guide in M2 right? And the pin not visited is the shape in M2? It's a kind of optimization?

I've taken a look at one of the warning I have: [WARNING DRT-0225] STUSB_ISO_i/command_blk_prt_reset_pulse 1 pin not visited, fall back to feedthrough mode. The warning seems to come from the...

I've look at the code and saw some similar warnings but with missing error marker "error:": ``` ++_errors; _logger->warn(utl::ODB, 117, "PIN {} missing right bus character.", name); return; ``` I...

This would require an additional variant function error_fail_if that has this argument for callers that want not to fail or fail conditionally.

What do you mean by fixed upstream? If I read well the issue report, something were fixed in wine 9.20 but I use wine-10.0-rc3-9-g872f5c59d4b which is very recent.

I retested with wine version wine-10.6-71-gf7503d0a996. Same behavior. Did you switch to fullscreen mode?

I use Ubuntu 22.04 with X11 $ wmctrl -m Name: GNOME Shell Class: N/A PID: N/A Window manager's "showing the desktop" mode: OFF

Do you mean camel case instead? https://github.com/The-OpenROAD-Project/OpenROAD/pull/2267#discussion_r972247038 says EXCEPTEDGELENGTH should be rename to exceptEdgeLength but it's camel case not snake case. snake case would give except_edge_length.

Ah ok: type name => camel case variable => snake case constant => camel case mac style Pretty mixed style ;)