-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
1.1 missing release notes/breaking changes #834
Comments
We also have #153 I'd be interested to hear what breaks you're seeing. We do not expect working code to hit many breaks at all, if any. Examples of what you hit will help us understand if the changes should be reverted. |
I’ve been working on isolating some test cases today and will let you know what’s up when I’ve got ’em! :) |
#835 is the only one, and there was a TODO about removing the indexer anyway :). Nice work on the new compiler! Much faster. |
@danquirk I’m not seeing anything new in the wiki? |
Is propagateEnumConstants removed from compiler options? It was working up to version 1.0.1 |
The option has been removed from the compiler (it was always 'experimental' and not shown in in the options list). You can use |
I came across const enums and agree that it is a better approach. But is planned for 1.4. Any idea approximately when will that be actually released? |
We don't have release date information available to share (due to being aligned with other non-public release dates in Visual Studio), unfortunately. |
There is only one listed breaking change in the wiki. But there are obviously a lot of breaking changes; updating from 1.0 to 1.1 causes all sorts of new errors, some of which seem to be by design like #833 but are not documented in the wiki, or the release blog post , and none of the information about new features from this blog post show up anywhere in the documentation (are they even there? --locale yes, --propagateEnumConstants no).
The text was updated successfully, but these errors were encountered: