Git Product home page Git Product logo

Comments (2)

Beeblerox avatar Beeblerox commented on August 15, 2024

Looks like it working, at least Save demo from flixel.org is working on android simulator

from flixel.

Werdn avatar Werdn commented on August 15, 2024

Кажись нашел чо не так с теми ошибками в FlxText при использовании haxe 2.09
Похоже вот это баг в haxe, уже пофикшено
http://code.google.com/p/haxe/issues/detail?id=742

Нужно проверить, поставлю ка я ночную сборочку конпелятора завтре, ибо только 7 часов назад пофикшено и непонятно есть ли билд, а под вендой конпелять не горит как то

Уже поставил :(
Хотя странно, поставил r4445 ночную, там не работает, а пофикшено в r4438 вроде как, значитса другой баг это.

Щас попробую воспроизвести в минимальном проекте, есть мысля как это сделать.

вот:

class Test2 extends Test1
{
override var a(getA, null):Int;

override private function getA():Int
{
    return 0;
}

}

class Test1
{
var a(getA, null):Int;

private function getA():Int
{
    return 0;
}

}

Выдает точно такую ошибку.

С уважением,
Андрей Мотренко (Werdn)

from flixel.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.