Arthur Peters

Results 117 comments of Arthur Peters

Some notes about my work on this: The issue is almost certainly a case of a missing haltToken on a counter not an extra newToken. I think John already concluded...

__Note__: The new Invoker and Accessor APIs should actually be easier to use from Java than the Site API, since all the uses of Scala collections and specialized types have...

This now includes the Scala compatibility APIs in `orc.values.sites.compatibility`.

One major advantage of SBT is that there doesn't need to be a primary IDE since the IDE files are not committed and instead generated from the SBT build config....

Yes but this issue becomes a no-op once we switch to SBT. So I'm not sure what it's for.

The current status makes the failure a runtime failure. I think we should replace the changes in a040f4da7ecd310868753c8846520625c0b41d6f with removal of the sites from the includes to make compilation fail....

This commit is partially addressed in 2dee4d608d16feb74c03aeaf87ef0f65aec9704a. However the traces are very bad due to optimization and lack of information from scheduled calls. Some more work will be needed to...

I have written a document describing what I think is the first step for implementing DOT in Orc. It also describes how path-dependent types could be implemented later in Orc....

As of 584b16de2e63c0267fbfd14a745352d95a102e35, the untyped element of this is working. There are still things that need to be done to allow typing (Some types generated by the translator are still...

Due to the redesign of Orc objects, I have decided to initially remove automatically created constructors entirely. Class users will need to explicitly write ```new C { val parameter1 =...