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

gawk regexp escape sequence is not a known regexp operator #28

Closed
alexmat opened this issue Mar 12, 2020 · 3 comments
Closed

gawk regexp escape sequence is not a known regexp operator #28

alexmat opened this issue Mar 12, 2020 · 3 comments

Comments

@alexmat
Copy link

alexmat commented Mar 12, 2020

fresh install from master branch:

$ jenny
[jenny] Sourced .blogrc
[jenny] Generating main index
[jenny] ☶ 2020-03-13 hello-world.md
gawk: ~/.local/share/jenny/lib/md2html.awk:30: warning: regexp escape sequence `\!' is not a known regexp operator
gawk: ~/.local/share/jenny/lib/md2html.awk:109: warning: regexp escape sequence `\"' is not a known regexp operator
$ awk --version
GNU Awk 5.0.1, API: 2.0 (GNU MPFR 4.0.2, GNU MP 6.2.0)
@hmngwy
Copy link
Owner

hmngwy commented Apr 6, 2021

I'm not able to replicate this, on the same version of gawk. Let me know if this issue persists (I know it's been over a year!).

@hmngwy
Copy link
Owner

hmngwy commented Apr 7, 2021

Found it, it is an incompatibility with gawk 5.0.1, similar discovery here: KittyKatt/screenFetch#627

Temporary fix is to downgrade to gawk 4.x.x. Contemplating whether I should vendor in a different script like Gruber's markdown.pl (thus breaking older jenny sites), or simply update this one.

@hmngwy
Copy link
Owner

hmngwy commented Sep 3, 2024

Closing, moving forward everyone is recommended to bring in their own markdown parser. This is beyond the role of jenny.

@hmngwy hmngwy closed this as completed Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants