diff --git a/README.md b/README.md index bd987ce..62df108 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -# gore \ No newline at end of file +# goreee diff --git a/bigmath.js b/bigmath.js index e018e90..5f0b18f 100644 --- a/bigmath.js +++ b/bigmath.js @@ -1,5 +1,5 @@ // utility math functions - +// test 1 function squared(x) { return x * x; } diff --git a/build-it b/build-it index 673805b..8a387b6 100755 --- a/build-it +++ b/build-it @@ -1,5 +1,5 @@ #!/bin/bash - +//asdf echo "##teamcity[setParameter name='env.MY_TEST_VAR' value='$MY_TEST_VAR']" buildNum="`cat version`+$BUILD_NUMBER" diff --git a/editor.js b/editor.js index 3134df7..95734d8 100644 --- a/editor.js +++ b/editor.js @@ -5,13 +5,68 @@ if (code.length === 0) { editor.getTextInBufferRange(lineRange); } + let filePath = editor.getPath(); + const directory = atom.project.getDirectories().find(directory => directory.contains(filePath)); + if (directory) { + atom.project.repositoryForDirectory(directory).then(projectRepo => { + if (projectRepo) { + } + }); + } + + + let filePath = editor.getPath(); + const directory = atom.project.getDirectories().find(directory => directory.contains(filePath)); + if (directory) { + atom.project.repositoryForDirectory(directory).then(projectRepo => { + if (projectRepo) { + } + }); + } + + let filePath = editor.getPath(); + const directory = atom.project.getDirectories().find(directory => directory.contains(filePath)); + if (directory) { + atom.project.repositoryForDirectory(directory).then(projectRepo => { + if (projectRepo) { + } + }); + } this.focusInput(); -let filePath = editor.getPath(); -const directory = atom.project.getDirectories().find(directory => directory.contains(filePath)); -if (directory) { - atom.project.repositoryForDirectory(directory).then(projectRepo => { - if (projectRepo) { - } - }); -} + let filePath = editor.getPath(); + const directory = atom.project.getDirectories().find(directory => directory.contains(filePath)); + if (directory) { + atom.project.repositoryForDirectory(directory).then(projectRepo => { + if (projectRepo) { + } + }); + + + let filePath = editor.getPath(); + const directory = atom.project.getDirectories().find(directory => directory.contains(filePath)); + if (directory) { + atom.project.repositoryForDirectory(directory).then(projectRepo => { + if (projectRepo) { + } + }); + } + + + let filePath = editor.getPath(); + const directory = atom.project.getDirectories().find(directory => directory.contains(filePath)); + if (directory) { + atom.project.repositoryForDirectory(directory).then(projectRepo => { + if (projectRepo) { + } + }); + } + + let filePath = editor.getPath(); + const directory = atom.project.getDirectories().find(directory => directory.contains(filePath)); + if (directory) { + atom.project.repositoryForDirectory(directory).then(projectRepo => { + if (projectRepo) { + } + }); + }} diff --git a/emails.pl b/emails.pl index d987c3c..f5b4104 100755 --- a/emails.pl +++ b/emails.pl @@ -4,6 +4,7 @@ sub find_emails { my $url = shift; + my $test = 1; my $html = qx{curl --silent $url}; while ($html =~ m/([A-Z0-9+_.-]+@[A-Z0-9.-]+)/gi) { $emails_found{$1}++; diff --git a/input.pl b/input.pl index 8ff6589..a12faae 100644 --- a/input.pl +++ b/input.pl @@ -1,7 +1,9 @@ while () { process(trim($_)); } - +// test 2 +// test 1 +//sub process comment sub process() { my $url = shift; my $html = qx{curl --silent $url}; diff --git a/math.js b/math.js index b2a21e9..5c1a2ee 100644 --- a/math.js +++ b/math.js @@ -1,5 +1,5 @@ // utility math functions - +// test1 function squared(x) { return x * x; } diff --git a/shapes.js b/shapes.js index 20df403..3e504e4 100644 --- a/shapes.js +++ b/shapes.js @@ -1,3 +1,4 @@ +//comment 1 class Rectangle { constructor(x,y) { this.x = x diff --git a/underscore.js b/underscore.js index 014ebfa..e5bc668 100644 --- a/underscore.js +++ b/underscore.js @@ -1,4 +1,5 @@ _.min = function(obj, iteratee, context) { + //test1 var result = Infinity, lastComputed = Infinity, value, diff --git a/version b/version index c04c650..db6fb4a 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.2.7 +1.2.8