<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/test/lisp/net, branch feature/soc-bytecode-in-traceback</title>
<subtitle>Emacs is the extensible, customizable, self-documenting real-time display editor. 
</subtitle>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/'/>
<entry>
<title>Use lexical-binding in webjump.el and add tests</title>
<updated>2020-05-18T15:58:01+00:00</updated>
<author>
<name>Simen Heggestøyl</name>
</author>
<published>2020-05-18T15:54:05+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b2e2128745a00e06cb714bb3f47829f036a9caf9'/>
<id>b2e2128745a00e06cb714bb3f47829f036a9caf9</id>
<content type='text'>
* lisp/net/webjump.el: Use lexical-binding.
(webjump-read-url-choice): Remove redundant 'function' around lambda.

* test/lisp/net/webjump-tests.el: New file with tests for webjump.el.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/net/webjump.el: Use lexical-binding.
(webjump-read-url-choice): Remove redundant 'function' around lambda.

* test/lisp/net/webjump-tests.el: New file with tests for webjump.el.
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce process-file-return-signal-string</title>
<updated>2020-05-16T12:04:07+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2020-05-16T12:04:07+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=bbbab82a7117e08a77433f5ad39b34f5e03a014c'/>
<id>bbbab82a7117e08a77433f5ad39b34f5e03a014c</id>
<content type='text'>
* doc/lispref/processes.texi (Synchronous Processes):
Describe `process-file-return-signal-string'.

* doc/misc/tramp.texi: Adapt Tramp and Emacs version numbers.
(Remote processes): Describe `process-file-return-signal-string'
and $INSIDE_EMACS.

* etc/NEWS: Describe `process-file-return-signal-string'.  Fix typos.

* lisp/simple.el (process-file-return-signal-string): New user option.

* lisp/net/tramp-adb.el (tramp-adb-handle-process-file):
* lisp/net/tramp-sh.el (tramp-sh-handle-process-file): Use it.

* lisp/net/tramp.el (tramp-get-signal-strings): New defun.

* test/lisp/net/tramp-tests.el (tramp-test28-process-file): Adapt test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/lispref/processes.texi (Synchronous Processes):
Describe `process-file-return-signal-string'.

* doc/misc/tramp.texi: Adapt Tramp and Emacs version numbers.
(Remote processes): Describe `process-file-return-signal-string'
and $INSIDE_EMACS.

* etc/NEWS: Describe `process-file-return-signal-string'.  Fix typos.

* lisp/simple.el (process-file-return-signal-string): New user option.

* lisp/net/tramp-adb.el (tramp-adb-handle-process-file):
* lisp/net/tramp-sh.el (tramp-sh-handle-process-file): Use it.

* lisp/net/tramp.el (tramp-get-signal-strings): New defun.

* test/lisp/net/tramp-tests.el (tramp-test28-process-file): Adapt test.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some oddities, uncovered by Tramp tests</title>
<updated>2020-05-13T12:11:18+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2020-05-13T12:11:18+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f8a9edce7339273f9c56d27cc6999a22907638e7'/>
<id>f8a9edce7339273f9c56d27cc6999a22907638e7</id>
<content type='text'>
* lisp/net/tramp-gvfs.el (tramp-gvfs-enabled): Prevent crash for
older Emacsen.

* lisp/net/tramp.el (tramp-process-running-p): Simplify.

* test/lisp/net/tramp-tests.el (tramp-test28-process-file): Adapt test.
(tramp-test33-environment-variables): Unset "INSIDE_EMACS" initially.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/net/tramp-gvfs.el (tramp-gvfs-enabled): Prevent crash for
older Emacsen.

* lisp/net/tramp.el (tramp-process-running-p): Simplify.

* test/lisp/net/tramp-tests.el (tramp-test28-process-file): Adapt test.
(tramp-test33-environment-variables): Unset "INSIDE_EMACS" initially.
</pre>
</div>
</content>
</entry>
<entry>
<title>Suppress test failure on hydra.nixos.org</title>
<updated>2020-05-12T16:34:46+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2020-05-12T16:34:46+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a2792ad54c310fdfabc8a9a8cf5bdf6c98a8ed20'/>
<id>a2792ad54c310fdfabc8a9a8cf5bdf6c98a8ed20</id>
<content type='text'>
* test/lisp/net/tramp-tests.el (tramp-test28-process-file):
Attempt to suppress hydra oddity.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test/lisp/net/tramp-tests.el (tramp-test28-process-file):
Attempt to suppress hydra oddity.
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle signals in Tramp's process-file</title>
<updated>2020-05-07T08:27:14+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2020-05-07T08:27:14+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=de5f59219ac02c6502907f6a24538ddabf487839'/>
<id>de5f59219ac02c6502907f6a24538ddabf487839</id>
<content type='text'>
* lisp/net/tramp-adb.el (tramp-adb-handle-process-file):
* lisp/net/tramp-sh.el (tramp-sh-handle-process-file): Handle signals.

* test/lisp/net/tramp-tests.el (tramp-test28-process-file): Adapt test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/net/tramp-adb.el (tramp-adb-handle-process-file):
* lisp/net/tramp-sh.el (tramp-sh-handle-process-file): Handle signals.

* test/lisp/net/tramp-tests.el (tramp-test28-process-file): Adapt test.
</pre>
</div>
</content>
</entry>
<entry>
<title>process-file in Tramp must return exit code (Bug#41099)</title>
<updated>2020-05-06T08:36:43+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2020-05-06T08:36:43+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d9e10a1d1a56b8740a276a3fa418f628f79790d0'/>
<id>d9e10a1d1a56b8740a276a3fa418f628f79790d0</id>
<content type='text'>
* lisp/net/tramp-adb.el (tramp-adb-send-command-and-check): Add optional
argument EXIT-STATUS.
(tramp-adb-handle-process-file): Use it.

* lisp/net/tramp-sh.el (tramp-send-command-and-check): Add optional
argument EXIT-STATUS.
(tramp-sh-handle-process-file): Use it.  (Bug#41099)

* test/lisp/net/tramp-tests.el (tramp-test28-process-file): Adapt test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/net/tramp-adb.el (tramp-adb-send-command-and-check): Add optional
argument EXIT-STATUS.
(tramp-adb-handle-process-file): Use it.

* lisp/net/tramp-sh.el (tramp-send-command-and-check): Add optional
argument EXIT-STATUS.
(tramp-sh-handle-process-file): Use it.  (Bug#41099)

* test/lisp/net/tramp-tests.el (tramp-test28-process-file): Adapt test.
</pre>
</div>
</content>
</entry>
<entry>
<title>Adapt Tramp tests</title>
<updated>2020-05-04T11:09:32+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2020-05-04T11:09:32+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=2db70edd9cc8b52cb32c97fe2ff0ae008f02a31c'/>
<id>2db70edd9cc8b52cb32c97fe2ff0ae008f02a31c</id>
<content type='text'>
* test/lisp/net/tramp-tests.el (tramp-test33-environment-variables):
Adapt test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test/lisp/net/tramp-tests.el (tramp-test33-environment-variables):
Adapt test.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use lexical-binding in puny.el and add more tests</title>
<updated>2020-04-28T16:14:28+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2020-04-28T16:13:58+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=8aca659bd14602c770d02902817fbedf78cadab7'/>
<id>8aca659bd14602c770d02902817fbedf78cadab7</id>
<content type='text'>
* lisp/net/puny.el: Use lexical-binding.
* test/lisp/net/puny-tests.el (puny-test-encode-domain)
(puny-test-decode-domain, puny-highly-restrictive-domain-p): New
tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/net/puny.el: Use lexical-binding.
* test/lisp/net/puny-tests.el (puny-test-encode-domain)
(puny-test-decode-domain, puny-highly-restrictive-domain-p): New
tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use lexical-binding in hmac-md5.el and add tests</title>
<updated>2020-04-28T16:14:28+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2020-04-28T15:35:12+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=1844bcf556b21de79a97000223dd95ba86fd1817'/>
<id>1844bcf556b21de79a97000223dd95ba86fd1817</id>
<content type='text'>
* lisp/net/hmac-md5.el: Use lexical-binding.
* test/lisp/net/hmac-md5-tests.el: New file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/net/hmac-md5.el: Use lexical-binding.
* test/lisp/net/hmac-md5-tests.el: New file.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix tramp-test32-shell-command-dont-erase-buffer</title>
<updated>2020-04-26T11:32:01+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2020-04-26T11:32:01+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=677bd0a5e39253acb6d3a253d3243ba422a2f6cc'/>
<id>677bd0a5e39253acb6d3a253d3243ba422a2f6cc</id>
<content type='text'>
* test/lisp/net/tramp-tests.el
(tramp-test32-shell-command-dont-erase-buffer): Adapt test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test/lisp/net/tramp-tests.el
(tramp-test32-shell-command-dont-erase-buffer): Adapt test.
</pre>
</div>
</content>
</entry>
</feed>
