atomist-attic / rug

DEPRECATED Runtime for Rugs
GNU General Public License v3.0
53 stars 13 forks source link

Remove CommonViewOperations which contains only deprecated methods #626

Closed alankstewart closed 7 years ago

alankstewart commented 7 years ago

The CommonViewOperations trait contains two deprecated methods fail and println. For the fail method, TypeScript can throw the error and thus this is not required. println appears unused.

The trait ViewSupport can simply extend MutableView directly once CommonViewOperations is removed

alankstewart commented 7 years ago

Released in 1.0.0-m.5