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

Is OCaml yet package consistency check #2685

Open
cuihtlauac opened this issue Sep 6, 2024 · 0 comments
Open

Is OCaml yet package consistency check #2685

cuihtlauac opened this issue Sep 6, 2024 · 0 comments
Labels
bug Something isn't working documentation enhancement New feature or request good first issue Good for newcomers package Improvements or additions to the package documentation

Comments

@cuihtlauac
Copy link
Collaborator

cuihtlauac commented Sep 6, 2024

Markdown files in data/is-ocaml-yet contain package names. The strings should be checked. Without checks, it creates runtime errors:

06.09.24 09:03:18.107    dream.logger  INFO REQ 31675 GET /docs/is-ocaml-web-yet 10.0.1.3:44826 Mozilla/5.0 (X11; Linux x86_64; rv:129.0) Gecko/20100101 Firefox/129.0
06.09.24 09:03:18.110                 ERROR REQ 31675 Package not found: dream_html
06.09.24 09:03:18.139                       REQ 31675 Compressing request with algorithm: gzip
06.09.24 09:03:18.147    dream.logger  INFO REQ 31675 200 in 40207 μs
06.09.24 09:04:23.590    dream.logger  INFO REQ 32083 GET /docs/is-ocaml-web-yet 10.0.1.3:44728 Mozilla/5.0 (X11; Linux x86_64; rv:130.0) Gecko/20100101 Firefox/130.0
06.09.24 09:04:23.592                 ERROR REQ 32083 Package not found: dream_html
06.09.24 09:04:23.609                       REQ 32083 Compressing request with algorithm: gzip
06.09.24 09:04:23.617    dream.logger  INFO REQ 32083 200 in 26544 μs
06.09.24 09:05:24.149    dream.logger  INFO REQ 32408 GET /docs/is-ocaml-web-yet 10.0.1.3:33198 Mozilla/5.0 (X11; Linux x86_64; rv:130.0) Gecko/20100101 Firefox/130.0
06.09.24 09:05:24.152                 ERROR REQ 32408 Package not found: dream_html
06.09.24 09:05:24.180                       REQ 32408 Compressing request with algorithm: gzip
06.09.24 09:05:24.192    dream.logger  INFO REQ 32408 200 in 42154 μs
06.09.24 09:55:01.283    dream.logger  INFO REQ 49499 GET /docs/is-ocaml-web-yet 10.0.1.3:56834 Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:130.0) Gecko/20100101 Firefox/130.0
06.09.24 09:55:01.284                 ERROR REQ 49499 Package not found: dream_html
06.09.24 09:55:01.310                       REQ 49499 Compressing request with algorithm: gzip
06.09.24 09:55:01.323    dream.logger  INFO REQ 49499 200 in 40199 μs
06.09.24 09:56:44.955    dream.logger  INFO REQ 50013 GET /docs/is-ocaml-web-yet 10.0.1.3:43738 Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1
06.09.24 09:56:44.958                 ERROR REQ 50013 Package not found: dream_html
06.09.24 09:56:44.993                       REQ 50013 Compressing request with algorithm: gzip
06.09.24 09:56:45.006    dream.logger  INFO REQ 50013 200 in 51017 μs
06.09.24 10:13:17.387    dream.logger  INFO REQ 55452 GET /docs/is-ocaml-web-yet 10.0.1.3:49374 Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:130.0) Gecko/20100101 Firefox/130.0
06.09.24 10:13:17.388                 ERROR REQ 55452 Package not found: dream_html
06.09.24 10:13:17.414                       REQ 55452 Compressing request with algorithm: gzip
06.09.24 10:13:17.426    dream.logger  INFO REQ 55452 200 in 38679 μs
06.09.24 10:54:52.679    dream.logger  INFO REQ 69048 GET /docs/is-ocaml-web-yet 10.0.1.3:45972 Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36
06.09.24 10:54:52.680                 ERROR REQ 69048 Package not found: dream_html
06.09.24 10:54:52.707                       REQ 69048 Compressing request with algorithm: gzip
06.09.24 10:54:52.721    dream.logger  INFO REQ 69048 200 in 42036 μs
06.09.24 11:16:30.770    dream.logger  INFO REQ 76271 GET /docs/is-ocaml-web-yet 10.0.1.3:37178 Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Mobile Safari/537.36
06.09.24 11:16:30.770                 ERROR REQ 76271 Package not found: dream_html
06.09.24 11:16:30.781                       REQ 76271 Compressing request with algorithm: gzip
06.09.24 11:16:30.787    dream.logger  INFO REQ 76271 200 in 17176 μs
@cuihtlauac cuihtlauac added bug Something isn't working package Improvements or additions to the package documentation enhancement New feature or request documentation good first issue Good for newcomers labels Sep 6, 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 documentation enhancement New feature or request good first issue Good for newcomers package Improvements or additions to the package documentation
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant