You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2020/11/18 01:38:29 UTC

[GitHub] [trafficcontrol] rob05c opened a new issue #5301: Remove lib/go-atscfg from traffic_ops_golang

rob05c opened a new issue #5301:
URL: https://github.com/apache/trafficcontrol/issues/5301


   Traffic Ops used to use `lib/go-atscfg` to generate config. Now that TO no longer generates config, it'd be nice to remove that dependency. It recently unnecessarily broke `traffic_ops_golang` when `lib/go-atscfg` broke. Not a huge issue, but a minor tech debt improvement, to remove one not-really-necessary dependency.
   
   It looks like `atscfg` is only used in a single place, for a very small function that could easily be added locally to `traffic_ops_golang`.
   
   ## I'm submitting a ...
   -  improvement request (usability, performance, tech debt, etc.)
   
   ## Traffic Control components affected ...
   -  Traffic Ops
   
   ## Current behavior:
   `traffic_ops_golang` imports and depends on `lib/go-atscfg`.
   
   ## New behavior:
   `traffic_ops_golang` does not import`lib/go-atscfg`.
   
   ## Minimal reproduction of the problem with instructions:
   Introduce a compile error into `lib/go-atscfg`, try to build `traffic_ops_golang`, observe failure.
   
   ## Anything else:
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficcontrol] zrhoffman closed issue #5301: Remove lib/go-atscfg from traffic_ops_golang

Posted by GitBox <gi...@apache.org>.
zrhoffman closed issue #5301:
URL: https://github.com/apache/trafficcontrol/issues/5301


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org