Skip to content

IWatchViewer.Watch signature needs to be changed slightly #32

@GoogleCodeExporter

Description

@GoogleCodeExporter
The IWatchViewer.Watch signature needs to be changed from

(string * 'a * Type) -> unit 

to

(string * obj * Type) -> unit

since the current signature makes it difficult for plugin authors to 
dynamically cast the value, of generic type 'a, to a more specific type. As a 
work-around, first statically cast the value to obj, and then dynamically cast 
that to the desired type.

This issue affects FsEeye 2.0.0-beta1.

Original issue reported on code.google.com by stephen....@gmail.com on 21 Jul 2012 at 3:15

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions