Google Code Exporter
Google Code Exporter
``` Provide an explanation of what the project should entail: There are a couple of grammars where java translation isn't factored out properly. grammars/silver/modification/copper/Project.sv:imports silver:translation:java:core; grammars/silver/modification/copper/Project.sv:imports silver:translation:java:type; grammars/silver/modification/copper/BuildProcess.sv:import silver:translation:java:driver; grammars/silver/modification/patternmatching/PrimitiveMatch.sv:import...
``` Our numeric tower is a mess. We default to BigInteger and BigDecimal, but BigDecimal is not capable of representing many rational numbers so we implicitly convert to double when...
``` This may be more than one bug, or it may be a single race; at the moment I cannot tell. The crashes seem to be in the general form...
``` Procedure to Repeat: 1. Indexing into an Orc list to retrieve an element. Expected / Actual Results: Should receive the element at position index. Instead receive scala stack trace:...
``` Description of Change: Add an Amazon Mechanical Turk site to the OrcSites library Benefit of/Reason for Change Request: To demonstrate our point that "humans are sites, too" and can...
``` Jay has requested a change in syntax to help differentiate a defined function's type signature from its actual body definition. The keyword 'sig' has been proposed to replace 'def'...
``` Procedure to Repeat: Attempt to synchronize an operation that publishes more than once. Version and Platform: SVN r3171 (and after, but I think I am testing at around that...
``` An empty sequential combinator (>>) is currently represented as a sequential combinator with a temp variable that is never used in the body. When traversing >>, a binding is...
``` For true Java interop it's often necessary to implement Java classes (i.e. ActionListener in swing). Clojure and JPython provide good examples of how to do this: add a Proxy...
``` Implement selective receive for a buffer-like site. This is a bit of a research problem, since it's not obvious how this should work. You basically want to be able...