blitz-research / monkey

Blitz Research Monkey Source
226 stars 59 forks source link

Fix for += operation for data files filters #32

Closed devolonter closed 11 years ago

devolonter commented 11 years ago

Semicolon in data files filters is not replaced by | therefore they don’t work properly. Don't sure if it is a bug, but it will be great to find this fix in trans.

blitz-research commented 11 years ago

Thanks for that - been bitten by this a few times myself and never got around to nailing it!

This'll go into the next release, but the '!' one may take longer as it's a bit more complex so I'll need to sit down and get my head around how you've done it. I like the idea though...

On Tue, Aug 6, 2013 at 6:08 AM, Arthur Bikmullin notifications@github.comwrote:

Semicolon in data files filters is not replaced by | therefore they don’t work properly. Don't sure if it is a bug, but it will be great to find this

fix in trans.

You can merge this Pull Request by running

git pull https://github.com/devolonter/monkey datafiles-fix

Or view, comment on, or merge it at:

https://github.com/blitz-research/monkey/pull/32 Commit Summary

  • Fixed += operation for data files filters

File Changes

  • M src/transcc/builder.monkeyhttps://github.com/blitz-research/monkey/pull/32/files#diff-0(3)

Patch Links:

devolonter commented 11 years ago

Glad to hear that! And thanks for the info about !. Looking forward to it.