You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 15, 2018. It is now read-only.
This made more sense when the library was first made, but now it doesn't because there's code generation. Every TypeExpressionDefinition should be unique.
For example, right now every string is a single TypeExpressionDefinition so when you change one string's text it changes all of them.
The text was updated successfully, but these errors were encountered:
Ahhh... well actually now I see this cache is very important because if it doesn't exist it will actually go on forever. I'm thinking for code generation that people should be encouraged to use the manipulation methods ex. setTypeExpression. Problem is that hasn't been implemented yet (#135), but what was found out in this issue should be taken into consideration for sure when implementing that.
This made more sense when the library was first made, but now it doesn't because there's code generation. Every
TypeExpressionDefinition
should be unique.For example, right now every
string
is a singleTypeExpressionDefinition
so when you change one string's text it changes all of them.The text was updated successfully, but these errors were encountered: