sigmundch
sigmundch
Today, the compiler doesn't have support for this and our recommendation has been to manage this issue as a serving infrastructure configuration. Our internal customers typically do so by directly...
Note that this versioned approach doesn't mean using a different path to reach the app itself. Instead, the home page would be on a stable and known location `http://mysite.com/index.html`. It...
😊 thanks for clarifying. I'm less familiar with flutter's deployment setup itself, so forgive me if my suggestions are not as accurate. Hopefully someone more familiar can chime in on...
@yjbanov - also removed the dependency: dart tag, assuming this is the strategy we want to take. Happy to discuss further if you disagree.
The more I think about this problem space, the more I believe this shouldn't be in the compiler hands 😊 In the future, we'd like to invest in refactoring the...
Thanks for the issue and the small reproduction. Thanks @jason-simmons for the clear culprit here! I started isolating this further, it seems the error is specifically on the lowering for...
Good news is that there is a lot available today to help here, the bad news is that it's not well documented. Also, the APIs here still needs improvements which...
@zjrwdl - we really appreciate all your feedback and thanks for digging into this in detail. One thing you mentioned that caught me by surprise is that you said that...
cc @rakudrama
After chatting w/ @rakudrama and @leafpetersen I feel OK moving forward with the language decision https://github.com/dart-lang/language/issues/3482#issuecomment-1880655236 with the understanding that fixing this bug is not an immediate priority for backend...