suoto / hdl_checker

Repurposing existing HDL tools to help writing better code
GNU General Public License v3.0
192 stars 22 forks source link

[PATCH] The json name for the builder is "builder_name" and not "builder". #69

Closed nicdes closed 4 years ago

nicdes commented 4 years ago

hdl_checker/base_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hdl_checker/base_server.py b/hdl_checker/base_server.py index cb990dc..44d8d40 100644 --- a/hdl_checker/base_server.py +++ b/hdl_checker/base_server.py @@ -225,7 +225,7 @@ class BaseServer(object): # pylint: disable=useless-object-inheritance

     _logger.debug("Updating with base config:\n%s", pformat(config))
suoto commented 4 years ago

Ops, sorry about that. The idea was actually switch to builder instead of builder_name, namely to make it a bit clearer if/when supporting multiple compilers at the same time. (now on the correct issue!)