Closed TinoDidriksen closed 10 months ago
not sure what lexicon.tmp.lexc was, in practice make is not guaranteed to keep intermediate targets in any case maybe lexicon.lexc should be better reference? Others are still missing morphology in the path.
lexicon.tmp.lexc
used to be the temporary lexc file created by concatenating all lexc files into one. It is/was used as the source for tag testing to ensure that we extract tags based on all the lexc sources, so that we don't miss anything.
The .tmp.
in the filename is just to indicate to any bypassers that it is indeed a temporary file, but name and location does not matter beyond what is most practical.
That fixed running the tests, but tests still fail. My build is in agreement with the https://github.com/giellalt/lang-sma/runs/20998409882 results.
Ignored tests for now.
Missing .generated/ ?