compilers
compilers copied to clipboard
source.ast.absolute_path is not an absolute path
This was surfaced in foundry.
The absolute_path is not absolute, but it's the relative path (e.g KillProtocol.s.sol). The fs_read will fail, unless forge script runs from the directory in which the project lives.
Maybe it should change it's name to relative_path and then append it in relation to the root
in forge?
i would like to take this