Subject: [ANN] textpow 0.9.1 Released

D

Daniel Lucraft

Dizan said:
textpow version 0.9.1 has been released!

* <http://textpow.rubyforge.org>

A library for parsing TextMate[http://macromates.com/] bundles.

Changes:

## 0.9.1 / 2007-06-14
* FIX: Score manager now handles multiple subtractions in scope
definitions.

* <http://textpow.rubyforge.org>

Hmmmm, can you explain how multiple subtractions in scopes work?

I assume you're talking about something like:
source.ruby - string - text.html.basic

Two questions:
(1) have you seen this come up in practice, and where?
(2) How are you interpreting this? As
source.ruby - (string - text.html.basic)
or
(source.ruby - string) - text.html.basic
or as something else entirely?

best
Dan
 
D

Dizan Vasquez

Two questions:
(1) have you seen this come up in practice, and where?

Well, I've found them while debugging the Brilliance themes in
ultraviolet, they include many uses of this.
(2) How are you interpreting this? As
source.ruby - (string - text.html.basic)
or
(source.ruby - string) - text.html.basic
or as something else entirely?

As

(source.ruby - string) - text.html.basic

To be more precise: if any individual scope which is preceded by a
minus sign matches, then the score for the whole expression is zero
regardless of the non-minus matches.

Cheers,

Dizan
 
D

Daniel Lucraft

Dizan said:
Well, I've found them while debugging the Brilliance themes in
ultraviolet, they include many uses of this.

Yes, I see them now. OK thanks for the tip.
To be more precise: if any individual scope which is preceded by a
minus sign matches, then the score for the whole expression is zero
regardless of the non-minus matches.

Seems reasonable.

many thanks,
Dan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,596
Members
45,135
Latest member
VeronaShap
Top