Timur

Results 49 comments of Timur

> Is there any way it could have started with anything else? Yes, in github a found enough examples where `name` attribute is used like this: `` So for backward...

I guess the code before `refactoring` commit does not have the issue?

> how backwards-compatible the "synonyms" option is i believe this has desired compatibility: ```haxe if (StringTools.endsWith(dependency.path, ".js") && FileSystem.exists(dependency.path)) { var name = Path.withoutDirectory(dependency.path); context.linkedLibraries.push("./" + dependencyPath + "/" +...

> Yes, but then the attributes aren't synonymous. Why is that? They both do the same - user strings like `js/some-lib.js` become ``. Though there can be a project with...

>the question is, do we want them to be completely interchangeable, or should there be a difference? If that is the question then of course there is a difference. `name`...

There is some problem with async text/binary assets. They are [not cached by lime](https://github.com/openfl/lime/issues/1395). This can lead to inconsistencies between html5 and sys targets: a user expects to get the...

>I may need you to elaborate At brief look this pr api suggest text/binary assets can be cached, but in fact - they are not. May be it should be...

>as they don't have the @:keep tag I believe the problem is with `@:bitmap` - it embeds data no matter what. See these html5 builds: The first one is default...

> CI is failing because of the changes you made to the new classes Can you elaborate more why checks are failing? I see in log that it failed on...

Sorry for late response. > Not sure why you changed any of the other file To make it compile. This problem with embedded bitmaps goes beyond a module from the...