Results 274 comments of Kurt McKee

_Posting to add to the list of affected OS versions and to clarify hashes. This is not a "me too" post._ This crash behavior occurs on Windows 10 (version 21H2...

@hluk I'd be happy to test this if you'd like. Do you have an development build available?

@ecasglez, isn't this invalid Fortran code? A quick Google search for "fortran escape character" turns up a result on [Oracle's documentation for Fortran 77](https://docs.oracle.com/cd/E19957-01/805-4939/z40007365dea/index.html). It states that a `\'` combination...

@mbraakhekke, you've discovered a catastrophic backtracking bug. https://github.com/pygments/pygments/blob/64e8e05307689fe726ce9df2d5907e9c2fb67405/pygments/lexers/fortran.py#L159-L162 Would you open a new ticket that includes the sample code to reproduce the problem, and reference this issue as well? I'm...

@Anteru do you want me to implement this? I anticipate that I can add children to the existing `Keyword.Constant` token types. Perhaps something like: * `Keyword.Constant.True` * `Keyword.Constant.False` * `Keyword.Constant.Null`...

> I've recently fixed a bug related to lookups not working properly Hot dog! > It will require a new style though to use. Understood. I don't anticipate adding such...

Looks like this can be closed due to #108.

@namazso Thank you for fixing this issue! And thanks for your work on OpenHashTab!

It appears this can be closed as a duplicate.