It takes everything in https://github.com/amber-smalltalk/amber for
the statistics unless the items mentioned with Disallow. So test/*.js is included. On 9/14/13, Herby Vojčík <[hidden email]> wrote: > > > H. Hirzel wrote: >> I have changed https://www.ohloh.net/p/amber-lang/enlistments >> (button 'Edit ignored files') >> >> to contain >> >> Disallow: js/ >> Disallow: support/CodeMirror >> Disallow: support/bootstrap >> Disallow: support/es5-shim-2.0.2 >> Disallow: support/jQuery >> Disallow: support/showdown >> Disallow: cli/js >> Disallow: bin/amber-cli.js > > If this is in, test/*.js should be, too. > > Herby > > -- > You received this message because you are subscribed to the Google Groups > "amber-lang" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [hidden email]. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
H. Hirzel wrote: > It takes everything in https://github.com/amber-smalltalk/amber for > the statistics > > unless the items mentioned with Disallow. > > So test/*.js is included. I meant, "if this (bin/amber-cli.js) is in (the disallowed list), test/*.js should be (in the disallowed list) too". > > On 9/14/13, Herby Vojčík<[hidden email]> wrote: >> >> H. Hirzel wrote: >>> I have changed https://www.ohloh.net/p/amber-lang/enlistments >>> (button 'Edit ignored files') >>> >>> to contain >>> >>> Disallow: js/ >>> Disallow: support/CodeMirror >>> Disallow: support/bootstrap >>> Disallow: support/es5-shim-2.0.2 >>> Disallow: support/jQuery >>> Disallow: support/showdown >>> Disallow: cli/js >>> Disallow: bin/amber-cli.js >> If this is in, test/*.js should be, too. >> >> Herby -- You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
I would like to point here, that when I first submitted the disallow filters , I made the assumption that those js folders had only automatically generated js files. Obviously any manually created (aka "written by a human being") js file should be considered part of amber source code. Maybe it would be better to have a folder for pure source code files and a folder for automatically generated files. I think it wont only solve these Ohloh problems but also make it easier for people to read code that is meant to be read.
On Sun, Sep 15, 2013 at 9:23 AM, Herby Vojčík <[hidden email]> wrote:
You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
The current settings of files to ignore for the Ohloh code statistics
( https://www.ohloh.net/p/amber-lang ) is copied in below. Is this still OK? Disallow: bin/amber-cli.js Disallow: bin/release.sh Disallow: bin/setversion.sh Disallow: cli/js Disallow: cli/support/amber-cli.js Disallow: external/amber-cli/support/amber-cli.js Disallow: js/ Disallow: examples Disallow: repl/REPL.js Disallow: repl/amber.js Disallow: server/server.js Disallow: server/FileServer.js Disallow: support/CodeMirror Disallow: support/jQuery Disallow: support/requirejs Disallow: support/parser.js Disallow: support/bootstrap Disallow: support/es5-shim-2.0.2 Disallow: support/showdown Disallow: test/Test.js Disallow: test/Test.deploy.js Disallow: test/amber_test_runner.js Disallow: support/helios Disallow: src/*.js Disallow: src/Kernel-Tests.js Disallow: src/Kernel-Collection.js Disallow: src/IDE.js Disallow: src/Compiler-IR.js Disallow: src/Kernel-Infrastructure.js Disallow: src/Kernel-Objects.js Disallow: src/Web.js Disallow: src/Kernel-Classes.js Disallow: src/Compiler-Interpreter.js Disallow: src/Compiler-Tests.js On 9/15/13, kilon alios <[hidden email]> wrote: > I would like to point here, that when I first submitted the disallow > filters , I made the assumption that those js folders had only > automatically generated js files. Obviously any manually created (aka > "written by a human being") js file should be considered part of amber > source code. Maybe it would be better to have a folder for pure source code > files and a folder for automatically generated files. I think it wont only > solve these Ohloh problems but also make it easier for people to read code > that is meant to be read. > > > On Sun, Sep 15, 2013 at 9:23 AM, Herby Vojčík <[hidden email]> wrote: > >> >> >> H. Hirzel wrote: >> >>> It takes everything in >>> https://github.com/amber-**smalltalk/amber<https://github.com/amber-smalltalk/amber>for >>> the statistics >>> >>> unless the items mentioned with Disallow. >>> >>> So test/*.js is included. >>> >> >> I meant, "if this (bin/amber-cli.js) is in (the disallowed list), >> test/*.js should be (in the disallowed list) too". >> >> >> >>> On 9/14/13, Herby Vojčík<[hidden email]> wrote: >>> >>>> >>>> H. Hirzel wrote: >>>> >>>>> I have changed >>>>> https://www.ohloh.net/p/amber-**lang/enlistments<https://www.ohloh.net/p/amber-lang/enlistments> >>>>> (button 'Edit ignored files') >>>>> >>>>> to contain >>>>> >>>>> Disallow: js/ >>>>> Disallow: support/CodeMirror >>>>> Disallow: support/bootstrap >>>>> Disallow: support/es5-shim-2.0.2 >>>>> Disallow: support/jQuery >>>>> Disallow: support/showdown >>>>> Disallow: cli/js >>>>> Disallow: bin/amber-cli.js >>>>> >>>> If this is in, test/*.js should be, too. >>>> >>>> Herby >>>> >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "amber-lang" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to >> amber-lang+unsubscribe@**googlegroups.com<amber-lang%[hidden email]> >> . >> For more options, visit >> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> >> . >> > > -- > You received this message because you are subscribed to the Google Groups > "amber-lang" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [hidden email]. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Hello Hannes,
-- On Wed, Jul 16, 2014 at 5:01 PM, H. Hirzel <[hidden email]> wrote: The current settings of files to ignore for the Ohloh code statistics this list has to contain all directories and files to ignore in any commit of the repository. Therefore it is quiet long in the case of Amber.
Best, Manfred Disallow: bin/amber-cli.js You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Manfred Kröhnert wrote: > Hello Hannes, > > On Wed, Jul 16, 2014 at 5:01 PM, H. Hirzel <[hidden email] > <mailto:[hidden email]>> wrote: > > The current settings of files to ignore for the Ohloh code statistics > ( https://www.ohloh.net/p/amber-lang ) is copied in below. > > Is this still OK? > > > > this list has to contain all directories and files to ignore in any > commit of the repository. > Therefore it is quiet long in the case of Amber. Said that, I would gladly list it all, a few lines of bash could produces it, but Ohloh limits the disallow list to 1000 chars. So I included the biggest .js files by hand, since the *.js wildcard is not working. > > Best, > Manfred > > Disallow: bin/amber-cli.js > Disallow: bin/release.sh > Disallow: bin/setversion.sh > Disallow: cli/js > Disallow: cli/support/amber-cli.js > Disallow: external/amber-cli/support/amber-cli.js > Disallow: js/ > Disallow: examples > Disallow: repl/REPL.js > Disallow: repl/amber.js > Disallow: server/server.js > Disallow: server/FileServer.js > Disallow: support/CodeMirror > Disallow: support/jQuery > Disallow: support/requirejs > Disallow: support/parser.js > Disallow: support/bootstrap > Disallow: support/es5-shim-2.0.2 > Disallow: support/showdown > Disallow: test/Test.js > Disallow: test/Test.deploy.js > Disallow: test/amber_test_runner.js > Disallow: support/helios > Disallow: src/*.js > Disallow: src/Kernel-Tests.js > Disallow: src/Kernel-Collection.js > Disallow: src/IDE.js > Disallow: src/Compiler-IR.js > Disallow: src/Kernel-Infrastructure.js > Disallow: src/Kernel-Objects.js > Disallow: src/Web.js > Disallow: src/Kernel-Classes.js > Disallow: src/Compiler-Interpreter.js > Disallow: src/Compiler-Tests.js > > On 9/15/13, kilon alios <[hidden email] > <mailto:[hidden email]>> wrote: > > I would like to point here, that when I first submitted the disallow > > filters , I made the assumption that those js folders had only > > automatically generated js files. Obviously any manually created (aka > > "written by a human being") js file should be considered part of > amber > > source code. Maybe it would be better to have a folder for pure > source code > > files and a folder for automatically generated files. I think it > wont only > > solve these Ohloh problems but also make it easier for people to > read code > > that is meant to be read. > > > > > > On Sun, Sep 15, 2013 at 9:23 AM, Herby Vojčík <[hidden email] > <mailto:[hidden email]>> wrote: > > > >> > >> > >> H. Hirzel wrote: > >> > >>> It takes everything in > >>> > https://github.com/amber-**smalltalk/amber<https://github.com/amber-smalltalk/amber>for > >>> the statistics > >>> > >>> unless the items mentioned with Disallow. > >>> > >>> So test/*.js is included. > >>> > >> > >> I meant, "if this (bin/amber-cli.js) is in (the disallowed list), > >> test/*.js should be (in the disallowed list) too". > >> > >> > >> > >>> On 9/14/13, Herby Vojčík<[hidden email] > <mailto:[hidden email]>> wrote: > >>> > >>>> > >>>> H. Hirzel wrote: > >>>> > >>>>> I have changed > >>>>> > https://www.ohloh.net/p/amber-**lang/enlistments<https://www.ohloh.net/p/amber-lang/enlistments> > >>>>> (button 'Edit ignored files') > >>>>> > >>>>> to contain > >>>>> > >>>>> Disallow: js/ > >>>>> Disallow: support/CodeMirror > >>>>> Disallow: support/bootstrap > >>>>> Disallow: support/es5-shim-2.0.2 > >>>>> Disallow: support/jQuery > >>>>> Disallow: support/showdown > >>>>> Disallow: cli/js > >>>>> Disallow: bin/amber-cli.js > >>>>> > >>>> If this is in, test/*.js should be, too. > >>>> > >>>> Herby > >>>> > >>> > >> -- > >> You received this message because you are subscribed to the > Google Groups > >> "amber-lang" group. > >> To unsubscribe from this group and stop receiving emails from > it, send an > >> email to > >> amber-lang+unsubscribe@**googlegroups.com > <http://googlegroups.com><amber-lang%[hidden email] > <mailto:amber-lang%[hidden email]>> > >> . > >> For more options, visit > >> > https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> > >> . > >> > > > > -- > > You received this message because you are subscribed to the > Google Groups > > "amber-lang" group. > > To unsubscribe from this group and stop receiving emails from it, > send an > > email to [hidden email] > <mailto:amber-lang%[hidden email]>. > > For more options, visit https://groups.google.com/groups/opt_out. > > > > -- > You received this message because you are subscribed to the Google > Groups "amber-lang" group. > To unsubscribe from this group and stop receiving emails from it, > send an email to [hidden email] > <mailto:amber-lang%[hidden email]>. > For more options, visit https://groups.google.com/d/optout. > > -- > You received this message because you are subscribed to the Google > Groups "amber-lang" group. > To unsubscribe from this group and stop receiving emails from it, send > an email to [hidden email] > <mailto:[hidden email]>. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Free forum by Nabble | Edit this page |