Stop Outputting #line
directives in Flex and Bison Output .cpp
/ .h
Files
#502
Labels
Priority/3
To do after P2
Size/Hours
very short
Type/DevChore
Non user facing changes: Refactorings, CI/CD, Tooling
Description
Currently,
#line
preprocessor directives with absolute paths are outputted in the following files:These directives contain absolute paths, which:
Questions/Ideas
The goal of this issue is to add:
%noline
option to Flex%no-line
option to Bisonso that
#line
directives are not outputted anymore. These directives would only be used during development, on the local machine of the developer, but would not be committed anymore.Context
khiops -s
): All supported.The text was updated successfully, but these errors were encountered: