<feed xmlns='http://www.w3.org/2005/Atom'>
<title>librejs.git/test, branch native-messaging-app</title>
<subtitle>Mirror of LibreJS at https://git.savannah.gnu.org/cgit/librejs.git
</subtitle>
<id>https://g.ypei.me/librejs.git/atom?h=native-messaging-app</id>
<link rel='self' href='https://g.ypei.me/librejs.git/atom?h=native-messaging-app'/>
<link rel='alternate' type='text/html' href='https://g.ypei.me/librejs.git/'/>
<updated>2022-10-13T04:48:44+00:00</updated>
<entry>
<title>fixing a few problems with @license / @license-end regexes</title>
<updated>2022-10-13T04:48:44+00:00</updated>
<author>
<name>Yuchen Pei</name>
<email>hi@ypei.me</email>
</author>
<published>2022-10-13T04:48:44+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/librejs.git/commit/?id=dbfe1fb86719a18364f24bff57781aeb3262cb90'/>
<id>urn:sha1:dbfe1fb86719a18364f24bff57781aeb3262cb90</id>
<content type='text'>
- trailing whitespace, including newlines are consumed by the opneing
  regex (added a test case)

- added a test case for /* @license ... */ ... /* @license-end */
</content>
</entry>
<entry>
<title>let -&gt; const in tests</title>
<updated>2022-10-13T03:27:08+00:00</updated>
<author>
<name>Yuchen Pei</name>
<email>hi@ypei.me</email>
</author>
<published>2022-10-13T03:20:07+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/librejs.git/commit/?id=388b1b9218a5f8971b6c1cdeb9cfa67940e1d33e'/>
<id>urn:sha1:388b1b9218a5f8971b6c1cdeb9cfa67940e1d33e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>`// @license` should be at the beginning of a line (mod whitespace)</title>
<updated>2022-10-13T03:14:29+00:00</updated>
<author>
<name>Yuchen Pei</name>
<email>hi@ypei.me</email>
</author>
<published>2022-10-13T02:55:41+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/librejs.git/commit/?id=fcd816e95e73a78fd24a7e6baef709d7657d265f'/>
<id>urn:sha1:fcd816e95e73a78fd24a7e6baef709d7657d265f</id>
<content type='text'>
Otherwise the following will be processed for @license / @license-end
method:

// foo.js
// // @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&amp;dn=gpl-3.0.txt GPL-3.0
// document.getElementById('bar');
// // @license-end
function foo(x, y) {
  console.log(x + y);
}

$ node ./utitlities/check-script foo.js

[
  true,
  '// // @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&amp;dn=gpl-3.0.txt GPL-3.0\n' +
    "// document.getElementById('bar');\n" +
    '// // @license-end\n' +
    'function foo(x, y) {\n' +
    '  console.log(x + y);\n' +
    '}\n',
  '\n' +
    'Recognized license: "GNU General Public License (GPL) version 3".\n' +
    'Script appears to be trivial.'
]
</content>
</entry>
<entry>
<title>minor renaming</title>
<updated>2022-09-26T23:40:03+00:00</updated>
<author>
<name>Yuchen Pei</name>
<email>hi@ypei.me</email>
</author>
<published>2022-09-26T23:40:03+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/librejs.git/commit/?id=0d1566b2614aeedd33d18a19e93954aca1df4ea8'/>
<id>urn:sha1:0d1566b2614aeedd33d18a19e93954aca1df4ea8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>disable contactfinder tests by default</title>
<updated>2022-09-26T23:38:22+00:00</updated>
<author>
<name>Yuchen Pei</name>
<email>hi@ypei.me</email>
</author>
<published>2022-09-26T23:38:22+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/librejs.git/commit/?id=db0013b57cce91cd516e0d9ecfa6f758f3d14d03'/>
<id>urn:sha1:db0013b57cce91cd516e0d9ecfa6f758f3d14d03</id>
<content type='text'>
It tends to time out.  Also moved injectContactFinder
</content>
</entry>
<entry>
<title>adding tests of calls to reserved objects.</title>
<updated>2022-09-20T07:47:54+00:00</updated>
<author>
<name>Yuchen Pei</name>
<email>hi@ypei.me</email>
</author>
<published>2022-09-20T07:47:54+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/librejs.git/commit/?id=11dac1ce018cb22dc535249be605c974977287b2'/>
<id>urn:sha1:11dac1ce018cb22dc535249be605c974977287b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updating copyright to files touched in the previous commits.</title>
<updated>2022-09-20T03:47:20+00:00</updated>
<author>
<name>Yuchen Pei</name>
<email>hi@ypei.me</email>
</author>
<published>2022-09-20T03:47:20+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/librejs.git/commit/?id=4ea410b28eda7d22343b481c05a490996af24306'/>
<id>urn:sha1:4ea410b28eda7d22343b481c05a490996af24306</id>
<content type='text'>
</content>
</entry>
<entry>
<title>adding a test for prefs default</title>
<updated>2022-07-29T03:02:41+00:00</updated>
<author>
<name>Yuchen Pei</name>
<email>hi@ypei.me</email>
</author>
<published>2022-07-29T03:02:41+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/librejs.git/commit/?id=bcb819d0091557f2e64f2271b9ae15c7a7bce792'/>
<id>urn:sha1:bcb819d0091557f2e64f2271b9ae15c7a7bce792</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clean up code in prefs panel</title>
<updated>2022-07-28T04:45:32+00:00</updated>
<author>
<name>Yuchen Pei</name>
<email>hi@ypei.me</email>
</author>
<published>2022-07-28T04:45:32+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/librejs.git/commit/?id=b98cb70b1bcd5b211aaa5d2675f96416911c0647'/>
<id>urn:sha1:b98cb70b1bcd5b211aaa5d2675f96416911c0647</id>
<content type='text'>
</content>
</entry>
<entry>
<title>removed a redundant console log</title>
<updated>2022-07-28T01:16:33+00:00</updated>
<author>
<name>Yuchen Pei</name>
<email>hi@ypei.me</email>
</author>
<published>2022-07-28T01:16:33+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/librejs.git/commit/?id=b8f2995c86da0edeac9178187124696eb412a8e1'/>
<id>urn:sha1:b8f2995c86da0edeac9178187124696eb412a8e1</id>
<content type='text'>
</content>
</entry>
</feed>
