Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Ticket #2136, comment 23


Ignore:
Timestamp:
04/23/14 21:13:13 (10 years ago)
Author:
abeham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2136, comment 23

    initial v1  
    1 I would propose to change the type of `compiledScript` to dynamic. It would allow to compile anything into the running environment, not just scripts. I've attached a [attachment:Script.cs.patch patch] for this change.
     1I would propose to change the type of `compiledScript` to dynamic. It would allow to compile anything into the running environment, not just scripts. ~~I've attached a patch for this change.~~
     2
     3Edit: The patch has become obsolete with the separation of Script and CSharpScript