Skip to content

Remove Use of scopped classes #23

@JesseKPhillips

Description

@JesseKPhillips

Scope classes are being deprecated by the language. There are a few instances in juno.com.reflect(209). These should be identified and removed. I'm not sure how they should be changed.

I'm considering attempting an approach similar to that demonstrated by "Modern COM Programming in D"^1 which does not model interfaces with interfaces, instead it builds a struct. Such would be a major change in design (compatibility), so opinions welcome.

  1. http://lunesu.com/index.php?/archives/126-Modern-COM-Programming-in-D.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions