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

Streaming HTML search results #5

Merged
merged 107 commits into from
Nov 5, 2024
Merged

Streaming HTML search results #5

merged 107 commits into from
Nov 5, 2024

Conversation

runeksvendsen
Copy link
Owner

@runeksvendsen runeksvendsen commented Jul 15, 2024

To see if streaming works properly
TODOs:

1. Make "dump-decls" build by not running the "test" test suite
2. Runtime dep "graphviz"
TODO: fix `<command line>: Could not find module ‘Exe’`
TODO: fix benchmark/BenchmarkWeb.hs
To resolve error in CI:

```
Configuring library for zlib-0.7.1.0..
cabal: Missing dependency on a foreign library:
* Missing (or bad) C library: z
```
8cf55da didn't do the trick
TODO: figure out why the second run on failure produces no results
unit-test: also test stream-based query function
And Server.HtmlStream.{mkStartEndElem, streamTagBalancedM}
Before, in case of failure, it printed out all edges in the graph. Instead just print the missing edges.
Possibly a bug in https://github.com/bgamari/html-parse. TODO: create minimal reproduction of issue (one of the `script` tags should suffice)
@runeksvendsen runeksvendsen merged commit f012d76 into main Nov 5, 2024
16 checks passed
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.

1 participant