Arthur Peters
Arthur Peters
The token interpreter does not exit on completion of site9.orc (and hense the test times out). This is probably due to an invalid assumption related to discorporated groups. I'm not...
This will remove the need for "dot sites". By being real Orc objects they will support leniency and not require any special type handling. Once this is done we can...
The Orc standard library should have an "unordered channel" or "item pool" site which provides a channel with the same ordering guarentees as Orc publications (that is, almost none). This...
The OrcScala project currently contains an absolute path to the macroparadise compiler plugin. This is required do to limitations in Scala-IDE. The problem causes a "missing plugin: macroparadise" error when...
This would allow Orc to do away with special operator support for some values. In addition, it would eliminate the need for the messy numeric operators with all the type...
The current system has two major wart that makes using it to integrate with modern libraries combersome. 1. It does not support callbacks from non-Orc to Orc code without custom...
Many of the Orc library sites are implemented using Java monitors. Since those sites were implemented Java has added a number of concurrency tools to it's own library (such as...
Remove ANT and committed Eclipse project files and replace with SBT projects (probably nested with a master project at the root of the repo). Eclipse project files would be locally...
Currently constructors for classes cannot be referenced in a subclass. Instead the subclass is required to implement fields with the same names as the constructor arguments of the superclass. This...
This would enable simplify complete testing and would also allow performance tracking and performance regression testing. Github integrated approaches that would be free are: * [Travis CI](https://github.com/marketplace/travis-ci) * [CircleCI](https://github.com/marketplace/circleci) This...