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

Fixing several warnings from checking (others still remain) #251

Merged
merged 1 commit into from
Dec 14, 2020

Conversation

gvwilson
Copy link
Contributor

  1. aliasing slug defined twice.
  2. command out of order.
  3. function had a cross-ref to functions.
  4. he (Hebrew) missing from utils/check-glossary.py

make check still reports these errors---the first comes from no Hebrew section in the configuration, while the others are empty terms.

missing languages in configuration: {'he'}
No language entries for entry {'slug': 'causation'}
No language entries for entry {'slug': 'constant'}
No language entries for entry {'slug': 'degrees_of_freedom'}
No language entries for entry {'slug': 'directory'}
No language entries for entry {'slug': 'geometric_mean'}
No language entries for entry {'slug': 'harmonic_mean'}
No language entries for entry {'slug': 'independent_variable'}
No language entries for entry {'slug': 'masking'}
No language entries for entry {'slug': 'posterior_distribution'}
No language entries for entry {'slug': 'shiny'}
No language entries for entry {'slug': 'test_data'}
No language entries for entry {'slug': 'training_data'}

1.  `aliasing` slug defined twice.
1.  `command` out of order.
1.  `function` had a cross-ref to `functions`.
1.  `he` (Hebrew) missing from `utils/check-glossary.py`

`make check` still reports these errors---the first comes from no Hebrew section in the configuration, while the others are empty terms.

```
missing languages in configuration: {'he'}
No language entries for entry {'slug': 'causation'}
No language entries for entry {'slug': 'constant'}
No language entries for entry {'slug': 'degrees_of_freedom'}
No language entries for entry {'slug': 'directory'}
No language entries for entry {'slug': 'geometric_mean'}
No language entries for entry {'slug': 'harmonic_mean'}
No language entries for entry {'slug': 'independent_variable'}
No language entries for entry {'slug': 'masking'}
No language entries for entry {'slug': 'posterior_distribution'}
No language entries for entry {'slug': 'shiny'}
No language entries for entry {'slug': 'test_data'}
No language entries for entry {'slug': 'training_data'}
```
@fmichonneau fmichonneau merged commit c4a71dc into master Dec 14, 2020
@fmichonneau fmichonneau deleted the removing-redundant-slug branch December 14, 2020 16:16
@fmichonneau
Copy link
Contributor

Hebrew was added to the file in #224 but it hasn't been merged yet.

@baileythegreen
Copy link
Contributor

I've created a new Issue, #253, to track the empty slugs so we can fill them in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants