<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://50.77.162.165/mediawiki/skins/common/feed.css?207"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>DeSubgraphKit - Revision history</title>
		<link>http://50.77.162.165/mediawiki/index.php?title=DeSubgraphKit&amp;action=history</link>
		<description>Revision history for this page on the wiki</description>
		<language>en</language>
		<generator>MediaWiki 1.15.5-7</generator>
		<lastBuildDate>Sat, 25 Apr 2026 20:12:29 GMT</lastBuildDate>
		<item>
			<title>Kevin Reid:&amp;#32;test funny unscope values</title>
			<link>http://50.77.162.165/mediawiki/index.php?title=DeSubgraphKit&amp;diff=1885&amp;oldid=prev</link>
			<guid>http://50.77.162.165/mediawiki/index.php?title=DeSubgraphKit&amp;diff=1885&amp;oldid=prev</guid>
			<description>&lt;p&gt;test funny unscope values&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;deSubgraphKit is the [[Data-E kit]] which deals with actual objects.&lt;br /&gt;
&lt;br /&gt;
 ? def deSubgraphKit := &amp;lt;import:org.erights.e.elib.serial.deSubgraphKit&amp;gt;&lt;br /&gt;
 # value: &amp;lt;deSubgraphKit&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Tests==&lt;br /&gt;
&lt;br /&gt;
The implementation of deSubgraphKit in [[E-on-Java]] had bugs which caused it to accept non-strings as [[unenv]] values.&lt;br /&gt;
&lt;br /&gt;
 ? def r := deSubgraphKit.makeRecognizer(null, [&lt;br /&gt;
 &amp;gt;   &amp;quot;foo&amp;quot; =&amp;gt; 0,    # Integer should not refer to a temporary, but error&lt;br /&gt;
 &amp;gt;   &amp;quot;bar&amp;quot; =&amp;gt; null, # Null should not be treated as nonexistent, but error&lt;br /&gt;
 &amp;gt;   &amp;quot;baz&amp;quot; =&amp;gt; &amp;quot;false&amp;quot;,  # Normal entry, for comparison&lt;br /&gt;
 &amp;gt; ]); null&lt;br /&gt;
 &lt;br /&gt;
 ? r.recognize(&amp;quot;foo&amp;quot;, deSubgraphKit.makeBuilder())&lt;br /&gt;
 # problem: &amp;lt;ClassCastException: Integer doesn't coerce to a String&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 ? r.recognize(&amp;quot;bar&amp;quot;, deSubgraphKit.makeBuilder())&lt;br /&gt;
 # problem: &amp;lt;NullPointerException: must be a String rather than null&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 ? r.recognize(&amp;quot;baz&amp;quot;, deSubgraphKit.makeBuilder())&lt;br /&gt;
 # value: false&lt;br /&gt;
&lt;br /&gt;
{{XXX|The above errors are E-on-Java-specific wording.}}&lt;br /&gt;
&lt;br /&gt;
{{stub}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Data-E]]&lt;/div&gt;</description>
			<pubDate>Sun, 31 May 2009 21:14:13 GMT</pubDate>			<dc:creator>Kevin Reid</dc:creator>			<comments>http://50.77.162.165/wiki/Talk:DeSubgraphKit</comments>		</item>
	</channel>
</rss>