<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cristal-kernel.git/src/main/java/com/c2kernel/scripting, branch changelog</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.branson.me.uk/cristal-kernel.git/atom?h=changelog</id>
<link rel='self' href='https://git.branson.me.uk/cristal-kernel.git/atom?h=changelog'/>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/'/>
<updated>2013-04-03T20:29:34+00:00</updated>
<entry>
<title>Remove rogue System.out</title>
<updated>2013-04-03T20:29:34+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2013-04-03T20:29:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=fc6351adb6f52cf2b58c497c27f502bfb0288ff6'/>
<id>urn:sha1:fc6351adb6f52cf2b58c497c27f502bfb0288ff6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Script testing and resulting fixes</title>
<updated>2013-02-27T21:25:58+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2013-02-27T21:25:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=ba1d538b588dc57066213a94803584ea9016e1e7'/>
<id>urn:sha1:ba1d538b588dc57066213a94803584ea9016e1e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Throw error properly if script engine not found.</title>
<updated>2013-02-25T13:39:50+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2013-02-25T13:39:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=c3bdd270d31bcc610e25616d642f2555641b783e'/>
<id>urn:sha1:c3bdd270d31bcc610e25616d642f2555641b783e</id>
<content type='text'>
Fixes #104</content>
</entry>
<entry>
<title>Fold script console environment into Script.</title>
<updated>2013-02-14T21:54:45+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2013-02-14T21:54:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=65ed02984f004ce736744e56540bc04324f311c4'/>
<id>urn:sha1:65ed02984f004ce736744e56540bc04324f311c4</id>
<content type='text'>
Add support for 'textFiles/consoleScript.lang.txt' console function
declarations in kernel and modules.
Use that context for ScriptConsole network consoles and new ShellConsole
client process.</content>
</entry>
<entry>
<title>Global catch in Script extended to all Throwables.</title>
<updated>2013-02-13T19:47:35+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2013-02-13T19:47:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=fa4880d3a801f94c4572b271deac1038e5b49538'/>
<id>urn:sha1:fa4880d3a801f94c4572b271deac1038e5b49538</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Logging and exception cleanup</title>
<updated>2013-02-08T14:05:33+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2013-02-08T14:05:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=fa7f9d15e6b8efa1cf10456cd32865355f5337ca'/>
<id>urn:sha1:fa7f9d15e6b8efa1cf10456cd32865355f5337ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Logging and error message clean-up</title>
<updated>2012-08-03T11:59:56+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2012-08-03T11:59:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=4058f36268d4233ae755f7de2ed16c893f649ffa'/>
<id>urn:sha1:4058f36268d4233ae755f7de2ed16c893f649ffa</id>
<content type='text'>
Logger.debug(String) now deprecated so they're easier to spot when left
in.</content>
</entry>
<entry>
<title>Suspend transition now can carry an optional 'Errors' outcome where</title>
<updated>2012-07-12T12:52:36+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2012-07-12T12:52:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=20c81748688547c1b13686f15c65fbb1d60d81a0'/>
<id>urn:sha1:20c81748688547c1b13686f15c65fbb1d60d81a0</id>
<content type='text'>
client processes can record the reason for the suspension. Errors XML is
marshalled ErrorInfo. UserCodeProcess automatically sends fatal
ErrorInfos through suspend jobs.
Job API added to to support all this.
fixes #23</content>
</entry>
<entry>
<title>Removed ref to internal mozilla undef. javax.script should now return</title>
<updated>2012-06-04T12:39:56+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2012-06-04T12:39:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=e55bf67f1ba4565ba2816ba58ab13b27807dd540'/>
<id>urn:sha1:e55bf67f1ba4565ba2816ba58ab13b27807dd540</id>
<content type='text'>
null instead.</content>
</entry>
<entry>
<title>Initial Maven Conversion</title>
<updated>2012-05-30T06:37:45+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2012-05-30T06:37:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=b086f57f56bf0eb9dab9cf321a0f69aaaae84347'/>
<id>urn:sha1:b086f57f56bf0eb9dab9cf321a0f69aaaae84347</id>
<content type='text'>
</content>
</entry>
</feed>
