← Prev in month ← Prev in thread

Too many notifications!

From
Larry Golding \(Comcast\) <>
Date
2018-03-23T01:37:32+00:00
ID
[email protected]
Thread
Too many notifications!
In Issue #15, we added a notifications property to the conversion object. But more recently, we decided that the toolNotifications and configurationNotifications properties, formerly on the run object, really belong on the invocation object. And the conversion object has an invocation property (describing the invocation of the converter).

 

So now we have:

 

conversion

    invocation

        toolNotifications

        configurationNotifications

    notifications

 

… and conversion.notifications is superfluous. I’m going to remove it.

 

Larry
← Prev in month ← Prev in thread