exercism / cobol

Exercism exercises in COBOL.
https://exercism.org/tracks/cobol
MIT License
10 stars 22 forks source link

Cache on linux #134

Closed ErikSchierboom closed 5 months ago

ErikSchierboom commented 5 months ago

It's more of a hassle than Windows, so I'm gonna close this

ErikSchierboom commented 5 months ago

@axtens I'm trying to simplify the Unix workflow which takes a long time to execute. There is a built-in package we can install, but it errors on:

test.cob: 820: error: 'CONCAT' is not defined
axtens commented 5 months ago

So you have a context for that, ie which test?

ErikSchierboom commented 5 months ago

Sorry, luhn: https://github.com/exercism/cobol/actions/runs/8753531382/job/24023418808?pr=134

ErikSchierboom commented 5 months ago

@axtens Now it's two-fer:

Checking two-fer practice exercise...
Found cobolcheck, using ./bin/cobolcheck
CobolCheck: INFO 2024-04-19T13:33:08.779554Z INF001: Attempting to load config from config.properties.
CobolCheck: INFO 2024-04-19T13:33:08.779708Z INF002: Loaded config successfully from config.properties.
CobolCheck: INFO 2024-04-19T13:33:08.779726Z INF003: Cobol-Check starting
CobolCheck: INFO 2024-04-19T13:33:08.779735Z INF005: Log level is INFO.
CobolCheck: INFO 2024-04-19T13:33:08.779743Z INF006: Configuration settings: production.
CobolCheck: INFO 2024-04-19T13:33:08.780071Z INF014: Error log for the test suite parser is set to: /home/runner/work/cobol/cobol/exercises/practice/two-fer/ParserErrorLog.txt.
CobolCheck: INFO 2024-04-19T13:33:08.780353Z INF013: Output for generated COBOL test program is set to: /home/runner/work/cobol/cobol/exercises/practice/two-fer/test.cob.
CobolCheck: INFO 2024-04-19T13:33:08.783846Z INF012: Successfully generated COBOL test program for src/two-fer.
CobolCheck: INFO 2024-04-19T13:33:08.783903Z INF004: Cobol-Check terminating: 0
COMPILE AND RUN TEST
test.cob: in paragraph 'TWO-FER':
test.cob: 487: error: FUNCTION 'CONCAT' unknown
two-fer: proof solution did not pass the tests
ErikSchierboom commented 5 months ago

Thanks!