From d9a85ee5a894bea6bb34ab9f925bad7d295734ef Mon Sep 17 00:00:00 2001 From: eric-j Date: Wed, 16 Feb 2022 09:09:58 -0800 Subject: [PATCH 01/14] tinkering --- emails.pl | 1 + 1 file changed, 1 insertion(+) 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}++; From 68878b91b86c6edfb597b1ac3e7164170facca74 Mon Sep 17 00:00:00 2001 From: eric-j Date: Thu, 5 May 2022 08:21:02 -0700 Subject: [PATCH 02/14] changes for testing --- editor.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/editor.js b/editor.js index 3134df7..f78cce6 100644 --- a/editor.js +++ b/editor.js @@ -5,13 +5,13 @@ if (code.length === 0) { editor.getTextInBufferRange(lineRange); } -this.focusInput(); + 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) { + } + }); + } From cf8c24cc4bbb12e18f7708d9e51cfef5dfe25d8d Mon Sep 17 00:00:00 2001 From: eric-j Date: Thu, 5 May 2022 08:22:58 -0700 Subject: [PATCH 03/14] changes for testing 2 --- editor.js | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/editor.js b/editor.js index f78cce6..6055252 100644 --- a/editor.js +++ b/editor.js @@ -5,7 +5,34 @@ if (code.length === 0) { editor.getTextInBufferRange(lineRange); } - 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) { + } + }); + } +this.focusInput(); let filePath = editor.getPath(); const directory = atom.project.getDirectories().find(directory => directory.contains(filePath)); From f788518763c053771c1c7e9b18253a8ad684edc5 Mon Sep 17 00:00:00 2001 From: eric-j Date: Fri, 6 May 2022 11:20:39 -0700 Subject: [PATCH 04/14] test123 --- editor.js | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/editor.js b/editor.js index 6055252..95734d8 100644 --- a/editor.js +++ b/editor.js @@ -34,6 +34,15 @@ if (code.length === 0) { } 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) { @@ -42,3 +51,22 @@ 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) { + } + }); + }} From efedd423b80fe62de09dea119aa701997363f98e Mon Sep 17 00:00:00 2001 From: eric-j Date: Tue, 31 May 2022 13:50:44 -0700 Subject: [PATCH 05/14] adding commit to pr --- input.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/input.pl b/input.pl index 8ff6589..4862af8 100644 --- a/input.pl +++ b/input.pl @@ -2,6 +2,8 @@ process(trim($_)); } + +//sub process comment sub process() { my $url = shift; my $html = qx{curl --silent $url}; From 50ce78729140159afe35387626fe02568c850014 Mon Sep 17 00:00:00 2001 From: eric-j Date: Tue, 31 May 2022 14:01:20 -0700 Subject: [PATCH 06/14] test commit 123 --- input.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input.pl b/input.pl index 4862af8..c989de2 100644 --- a/input.pl +++ b/input.pl @@ -2,7 +2,7 @@ process(trim($_)); } - +// test 1 //sub process comment sub process() { my $url = shift; From 100fcd2bbcb254b4fb9cc61616f3e9fb078941b9 Mon Sep 17 00:00:00 2001 From: eric-j Date: Tue, 31 May 2022 14:16:01 -0700 Subject: [PATCH 07/14] test commit 1234 --- input.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input.pl b/input.pl index c989de2..a12faae 100644 --- a/input.pl +++ b/input.pl @@ -1,7 +1,7 @@ while () { process(trim($_)); } - +// test 2 // test 1 //sub process comment sub process() { From 80dc5b8c222d9e9181bed813f169c7180a5b43e8 Mon Sep 17 00:00:00 2001 From: eric-j Date: Tue, 31 May 2022 15:17:16 -0700 Subject: [PATCH 08/14] test a --- underscore.js | 1 + 1 file changed, 1 insertion(+) 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, From b5efc4a7fbad99d46f246b6fc83a8c06c9edeb81 Mon Sep 17 00:00:00 2001 From: eric-j Date: Tue, 31 May 2022 15:22:53 -0700 Subject: [PATCH 09/14] huge commmit massive changes incoming --- bigmath.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } From 22c5cbfd11085a25d6ad9e467c4205795854487d Mon Sep 17 00:00:00 2001 From: eric-j Date: Tue, 31 May 2022 15:32:16 -0700 Subject: [PATCH 10/14] test 123 --- build-it | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" From 97e67f11dc701edc013521324af88d783318c3da Mon Sep 17 00:00:00 2001 From: eric-j Date: Tue, 31 May 2022 15:56:02 -0700 Subject: [PATCH 11/14] test 1234123 --- version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version b/version index c04c650..db6fb4a 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.2.7 +1.2.8 From a08affb6dd34c1c9a0a7e2d0b0773aa515940753 Mon Sep 17 00:00:00 2001 From: eric-j Date: Tue, 31 May 2022 15:59:42 -0700 Subject: [PATCH 12/14] aaaa --- math.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } From 82424b74eda40a280e1800e511890b75638e9176 Mon Sep 17 00:00:00 2001 From: eric-j Date: Wed, 1 Jun 2022 07:24:42 -0700 Subject: [PATCH 13/14] readme update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From b2d485d0b7b06777344333da6a4fff4b2fa0e608 Mon Sep 17 00:00:00 2001 From: eric-j Date: Wed, 1 Jun 2022 07:41:31 -0700 Subject: [PATCH 14/14] shapes add --- shapes.js | 1 + 1 file changed, 1 insertion(+) 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