Harry, I appreciate that, like Alan said, a kind word goes a long way. The tool is released under GPL3, so if anyone wants to modify the thing, they can fork it and change things, which is why I licensed it that way.
If the Lucee people don't want to add console, feel free to make a Lucee compatible version (Though by the sound, there are more issues on Lucee than just console(), but that's an issue for someone porting the tool ;) Personally I don't care all that much about compatibility, since I use OpenBD exclusively, and the more good tools we have, the more people will use OpenBD. Something that I don't think I mention on the GitHub is that the scanner is target-language agnostic, each test-runner gets the file as text, so you can write tests for any language that OpenBD can read the source-files for. On Friday, July 17, 2015 at 1:19:03 PM UTC-4, Harry Klein wrote: > > Marcus, > > sorry if my comment sounded negative – I thank you for open sourcing this > tool! > > Believe me, as a product manager I can absolutely understand your feelings. > > I just wanted this tool to get popular – so my idea was to remove the > barriers for other CFML developers, working with other engines. > > So I will just ask the guys from Lucee if they could add a console() > method. > > > > -Harry > > > > *Von:* [email protected] <javascript:> [mailto: > [email protected] <javascript:>] *Im Auftrag von *Marcus F > *Gesendet:* Freitag, 17. Juli 2015 17:27 > *An:* [email protected] <javascript:> > *Betreff:* [OpenBD] Re: New and shiny: Open source code quality scanner > > > > Actually, this reminds me of a decision I made a while back; mScan is > written using, and for, OpenBD. > > > > I don't use other engines, so I'm not going to spend any time on > compatibility at the moment. > > > > console()/writelog() is a good example, if another engine wants to make > that small change to let this tool work on their engine, that's awesome. > > > > I probably should add some try/catches, but I think that's the limit of > what I'll do for compat at the moment. > > > > The requirements states OpenBD, use on other engines at own risk. > > > > It is a little sad that the first response wasn't "Cool", or "Wow, this is > useful", but "This doesn't run on another engine" :P > > On Thursday, July 16, 2015 at 9:59:24 PM UTC-4, Marcus F wrote: > > Long story short, I created a code quality testing engine and it's > available on GitHub. > > The tests are mostly based on coding standards from work, but not entirely > or completely, I'd be happy to create more tests or add ones created by > others. > > It's super easy to add new tests, just create a new cfc in the tests > directory, following the standard in the other tests, and it'll be > available automatically. (There's no need to register new tests) > > If you're running locally on a Windows machine, you should be able to > click the name of a file and have it open with the OS default software. > > This is the first release, I'm sure there are some bugs and odd behaviour, > and I happily accept bug reports and whatnot in this thread. > > > https://github.com/MFernstrom/mScan > > > On Thursday, July 16, 2015 at 9:59:24 PM UTC-4, Marcus F wrote: > > Long story short, I created a code quality testing engine and it's > available on GitHub. > > The tests are mostly based on coding standards from work, but not entirely > or completely, I'd be happy to create more tests or add ones created by > others. > > It's super easy to add new tests, just create a new cfc in the tests > directory, following the standard in the other tests, and it'll be > available automatically. (There's no need to register new tests) > > If you're running locally on a Windows machine, you should be able to > click the name of a file and have it open with the OS default software. > > This is the first release, I'm sure there are some bugs and odd behaviour, > and I happily accept bug reports and whatnot in this thread. > > > https://github.com/MFernstrom/mScan > > -- > -- > online documentation: http://openbd.org/manual/ > http://groups.google.com/group/openbd?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "Open BlueDragon" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:>. > For more options, visit https://groups.google.com/d/optout. > -- -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en --- You received this message because you are subscribed to the Google Groups "Open BlueDragon" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
