Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Endre fra bin til cg3 i forskjellige pipelines (Bugzilla Bug 2690) #55

Open
albbas opened this issue Oct 12, 2020 · 2 comments
Open

Endre fra bin til cg3 i forskjellige pipelines (Bugzilla Bug 2690) #55

albbas opened this issue Oct 12, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@albbas
Copy link
Contributor

albbas commented Oct 12, 2020

This issue was created automatically with bugzilla2github

Bugzilla Bug 2690

Date: 2020-10-12T23:41:47+02:00
From: Lene Antonsen <<lene.antonsen>>
To: Sjur Nørstebø Moshagen <<sjur.n.moshagen>>
CC: borre.gaup, chiara.argese, linda.wiechetek, trond.trosterud

Last updated: 2020-10-13T11:37:24+02:00

@albbas
Copy link
Contributor Author

albbas commented Oct 12, 2020

Comment 14049

Date: 2020-10-12 23:41:47 +0200
From: Lene Antonsen <<lene.antonsen>>

Vi bør som default bruke cg3 og ikke bin i pipeliner i testskript. Det er flere ulemper med bin ved utviklingsarbeid:

  • man bruker lenger tid fordi man må kompilere mellom hver endring i cg3-fila, før man kan teste
  • hvis noen samtidig sjekker inn endringer i lexc, tar kompileringen veldig lang tid
  • hvis man kompilerer (fordi man ikke vet at skriptet inneholder bin), så blir man forvirra fordi man ikke får regelen til å fungere

Egentlig vet jeg ingen fordeler med å bruke bin.

Dette problemet gjelder f.eks. devtools/check_analysis_regressions.sh

f.eks.

grc_disamb=$top_builddir/tools/grammarcheckers/disambiguator.bin
=> grc_disamb=$top_builddir/tools/grammarcheckers/disambiguator.cg3

@albbas
Copy link
Contributor Author

albbas commented Oct 13, 2020

Comment 14050

Date: 2020-10-13 11:37:24 +0200
From: Lene Antonsen <<lene.antonsen>>

Retting:

  • hvis man IKKE kompilerer (fordi man ikke vet at skriptet inneholder bin), så blir man forvirra fordi man ikke får regelen til å fungere

Poenget med denne Bz er å få endret pipeline i skripter vi bruker i utviklingsarbeidet og testing

@albbas albbas transferred this issue from giellalt/bugzilla-dummy Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant