John A. Thywissen

Results 9 issues of John A. Thywissen

Try Orc is repeatedly (several times per week on orc.csres) throwing: ``` javax.management.InstanceAlreadyExistsException: orc.orchard:type=GuestOnlyAccounts,name="" java.lang.AssertionError: javax.management.InstanceAlreadyExistsException: orc.orchard:type=GuestOnlyAccounts,name="" at orc.orchard.jmx.JMXUtilities.registerMBean(JMXUtilities.java:54) at orc.orchard.Accounts.(Accounts.java:74) at orc.orchard.GuestOnlyAccounts.(Accounts.java:311) at orc.orchard.Accounts.(Accounts.java:43) at orc.orchard.AbstractExecutorService.getAccounts(AbstractExecutorService.java:47) at orc.orchard.AbstractExecutorService.submit(AbstractExecutorService.java:78) at...

bug
Priority-Medium
Correctness

The Scala Eclipse IDE/plug-in [is officially dead](https://groups.google.com/forum/#!msg/scala-ide-dev/DCjbh5gRUOs/Vn9YFEW2BgAJ). The Scala IDE of choice [appears to be IntelliJ IDEA](https://docs.scala-lang.org/getting-started-intellij-track/getting-started-with-scala-in-intellij.html), which is a reasonable choice. Along with the switch to SBT #200, we...

enhancement
Tools

Tranking, an Orc user, reported the following bug in `orc.ast.oil.nameless.NamelessToNamed`: > Date: Thu, 24 May 2018 14:55:14 +0800 > From: Tranking > > . . . . when I debug...

The Microsoft Bing API we're calling into will terminate on 14 Dec 2016. We need to migrate to the new API, documented here: https://msdn.microsoft.com/en-US/library/mt707570.aspx

bug
help wanted
Priority-High
Demos
Library

The structure of OrcExamples has become helter-skelter. This is bad for a new user trying to find some examples to learn Orc by. For example, there's an "applications" directory. Aren't...

enhancement
help wanted
Demos

The GoogleCalendar site and the Music Calendar demo no longer work. They rely on obsolete/terminated Google APIs. They need to be reimplemented with supported Google APIs.

bug
help wanted
Priority-Medium
Demos
Library

The Orchard compiler web service (used in Try Orc, for example) either returns a collection of compiler messages **or** the program's valid OIL XML. It doesn't return both, so if...

enhancement

Common example: Orc type `Boolean`, which is an imported Java boolean, displays as `java.lang.Boolean`.

bug
Priority-Medium
Java

Make ``` def f() = (signal, f) ``` typeable.

enhancement
Priority-Medium