rust-dc / fish-manpage-completions

Straight port of fish-shell's Python manpage completion script to Rust
19 stars 8 forks source link

Tentative deroff test #107

Closed charliethomson closed 3 years ago

charliethomson commented 4 years ago

There are still a lot of failures, need to figure out why. Currently the test outputs the get_output() result of the deroffer to ./test_deroff_output/<manpage_name>.deroffed, but only if the deroffed was different from the deroffed from the python. It also clones the manpages repo (so we have a consistent test suite). There are lots of bugs, somebody please help me find them :sob: It looks like the majority of the failures are due to the .de macro, or .nr, but please investigate, i've run out of brain to diag

🦀

pickfire commented 4 years ago

@charliethomson I haven't check this yet but how do you want me to help?

pickfire commented 4 years ago

I just realized I have written quite a bit of bugs here and there. Some fixed in https://github.com/rust-dc/fish-manpage-completions/pull/106 but still cannot output to standard output yet.

pickfire commented 3 years ago

@charliethomson The other pull request have been merged, I believe most stuff is in place now.

scooter-dangle commented 3 years ago

@charliethomson, do we still want to merge this? I get conflicts and then build errors when I try to resolve the conflicts locally.