suve/GHActions-FPC

Add an "exclude path" input

Closed this issue · 1 comments

suve commented

With C and C++, projects often tell you simply to "install libxyz from your distro" and rely on the .h/.hpp files being present in /usr/include. With Pascal, this not not the case; projects either link to their dependencies in the README, include them as git submodules, or outright bundle a copy.

For those bundling copies of 3rd-party libraries, it would be useful for the Action to have an "exclude path" input, so that any compiler messages pertaining to said 3rd-party code can be ignored.

suve commented

Implemented in 8bcadd6 and released in v0.3.2.