Found two issues with TOML when porting Toolchain ...
# announce
h
Found two issues with TOML when porting Toolchain to use it: 1) We need to update the setup repo’s
./pants
script to know how to read TOML config files, in addition to INI 2) We aren’t correctly interpolating values when referring to an option in the same section. We only interpolate if the option comes from DEFAULT Working on a fix for #2 right now