[Mesa-dev] [PATCH 1/2] split-to-files.py: fix parsing when #version is not at the beginning

Marek Olšák maraeo at gmail.com
Sat Jan 23 05:05:46 PST 2016


On Sat, Jan 23, 2016 at 1:28 PM, Ilia Mirkin <imirkin at alum.mit.edu> wrote:
> Hmmmm... Because you can have
>
> // asdf
> #version 150?
>
> Unfortunately this would also catch
>
> // #version 450
> #version 150
>
> Would it work to put a ^ in the regex, i.e. r".*^#version....", re.DOTALL?

I don't know. I don't remember the app I needed this for. Also, I'm not sure
if ^ works with DOTALL.

Marek


More information about the mesa-dev mailing list