Google Code Exporter

Results 11117 issues of 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...

enhancement
auto-migrated
Hackathon
Hackathon-2021

``` 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...

enhancement
Priority-Low
Semantics

``` 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...

bug
Priority-Medium

``` 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:...

bug
help wanted
Priority-Medium

``` 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...

enhancement
help wanted
Priority-Medium

``` 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'...

enhancement
Priority-Low
Syntax

``` 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...

enhancement
Priority-Low

``` 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...

enhancement
Priority-Low
Performance

``` 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...

enhancement
Priority-Low
Java
Research

``` 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...

enhancement
Priority-Low