Overview
| Comment: | [build][server][cli] better Python version test |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk | cli | build | server |
| Files: | files | file ages | folders |
| SHA3-256: |
9fcb8afcbe28341e3d1292305080e1dd |
| User & Date: | olr on 2021-02-22 07:43:55 |
| Other Links: | manifest | tags |
Context
|
2021-02-22
| ||
| 08:05 | [fr] faux positifs et ajustements check-in: f48e7eee2c user: olr tags: trunk, fr | |
| 07:43 | [build][server][cli] better Python version test check-in: 9fcb8afcbe user: olr tags: trunk, cli, build, server | |
|
2021-02-21
| ||
| 10:51 | [fr] faux positifs check-in: babfb0cacb user: olr tags: trunk, fr | |
Changes
Modified grammalecte-cli.py from [79b3c7cfb2] to [be081db1ae].
| ︙ | |||
128 129 130 131 132 133 134 | 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 | - + |
else:
vSugg = m.group(2)[1:]
return (nError, cAction, vSugg)
def main ():
"launch the CLI (command line interface)"
|
| ︙ |
Modified grammalecte-server.py from [5d984abc19] to [d086212d10].
| ︙ | |||
316 317 318 319 320 321 322 | 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 | - + |
TESTPAGE = True
HOMEPAGE = HOMEPAGE.replace("{SERVER_PORT}", str(nPort))
if dOptions:
oGCE.setOptions(dOptions)
# Python version
print("Python: " + sys.version)
|
| ︙ |
Modified make.py from [b370bc0e26] to [2c13d42c51].
| ︙ | |||
381 382 383 384 385 386 387 | 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 | - + |
else:
print(f"# Error. No folder <gc_lang/{sLang}/tests>. With option -tt, all texts named <test_*.txt> in this folder will be parsed by the grammar checker.")
def main ():
"build Grammalecte with requested options"
print("Python: " + sys.version)
|
| ︙ |