Skip to content

Commit

Permalink
Minor script generation changes - avoid generating internal consts an…
Browse files Browse the repository at this point in the history
…d internal named/numeric value enums
  • Loading branch information
nikhilk committed Sep 10, 2011
1 parent 1a3fc47 commit 97d2769
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file modified bin/ref/ScriptSharp.dll
Binary file not shown.
4 changes: 4 additions & 0 deletions docs/History.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ v0.7.3.1 [in progress]
- Fix/update bing maps metadata bug
- Fix observable bug where access to an observed property without an observer
registration would drop existing observers.
- [git #92] Don't generate internal consts since their values have been inlined
even in debug builds (for symmetry with release builds)
Also, at the same type skip generating types for internal enums marked
as Named/NumericValues, since their values have been inlined as well.
- [git #97] Unable to generate code for projects that don't reference Script.Web.dll.

v0.7.3.0 [8/14/2011]
Expand Down

0 comments on commit 97d2769

Please sign in to comment.