https://linen.dev logo
Join DiscordCommunities
Powered by
# haxe-ui
  • a

    ambitious-knife-25690

    02/08/2023, 1:29 PM
    well, guess the snippet feature came at the right time
  • a

    ambitious-knife-25690

    02/08/2023, 1:30 PM
    maybe they're pruning things
  • e

    early-butcher-76809

    02/08/2023, 1:31 PM
    In this instance, I've found it, though. It was the 13th pin :P
  • r

    refined-greece-48002

    02/08/2023, 1:32 PM
    lucky for some
  • r

    refined-greece-48002

    02/08/2023, 1:39 PM
    Not sure if this is an issue or not @bright-gpu-74537 , but the examples in the components explorer don't seem to compile in the playground at the moment.
  • b

    brave-kangaroo-30399

    02/08/2023, 1:40 PM
    I’ve only had one compiler cache related issue since blocking all of heaps from being visited, pretty sure bc I changed the type of a component
  • b

    brave-kangaroo-30399

    02/08/2023, 1:41 PM
    My completion is within a second
  • r

    refined-greece-48002

    02/08/2023, 1:41 PM
    what evil is going on in heaps?
  • b

    brave-kangaroo-30399

    02/08/2023, 1:41 PM
    It used to be that all compiles would require a restart
  • b

    brave-kangaroo-30399

    02/08/2023, 1:42 PM
    HaxeUI was traversing all of heaps looking for files
  • r

    refined-greece-48002

    02/08/2023, 1:42 PM
    huh interesting...
  • b

    bright-gpu-74537

    02/08/2023, 1:47 PM
    ah, yeah, i havent updated the libs on the builder - will do it now
  • b

    bright-gpu-74537

    02/08/2023, 1:47 PM
    (done)
  • b

    bright-gpu-74537

    02/08/2023, 1:48 PM
    so you mean with that PR?
  • b

    brave-kangaroo-30399

    02/08/2023, 1:48 PM
    Yes I have it locally
  • b

    bright-gpu-74537

    02/08/2023, 1:48 PM
    alright, that works for me... ill merge it
  • b

    brave-kangaroo-30399

    02/08/2023, 1:48 PM
    The compiler cache may have been fixed somewhere else, it’s just that my completion took so long I couldn’t tell lol
  • r

    refined-greece-48002

    02/08/2023, 1:49 PM
    I know it's to be expected and all, but it's neat that I didn't even have to refresh the page
  • r

    refined-greece-48002

    02/08/2023, 1:49 PM
    just press build again and it works
  • b

    bright-gpu-74537

    02/08/2023, 1:49 PM
    yeah, it also hashes the git shas of the libs used 🙂
  • a

    ambitious-knife-25690

    02/08/2023, 1:50 PM
    just posted a pr that i'm curious if anyone else had issues with
  • a

    ambitious-knife-25690

    02/08/2023, 1:50 PM
    seems like it may be the cause of compiler issues
  • b

    bright-gpu-74537

    02/08/2023, 1:50 PM
    @early-butcher-76809 - if you pull latest haxeui-heaps would be interested to know if a) it speeds up that 10s build and b) if you can turn on compilation server now
  • e

    early-butcher-76809

    02/08/2023, 1:51 PM
    Alright
  • b

    bright-gpu-74537

    02/08/2023, 1:51 PM
    never came up for me, but its a valid change
  • e

    early-butcher-76809

    02/08/2023, 1:51 PM
    Since I update to git (don't know when exactly, before or after your fixes), it seems I can't click my button anymore :/
  • e

    early-butcher-76809

    02/08/2023, 1:52 PM
    Even this doesn't work :
    Copy code
    <vbox id="vbox">
        <script>
            function traceTest() {
                trace("Coucou");
            }
        </script>
        <button text="Coucou" onclick="traceTest()" />
    </vbox>
  • b

    bright-gpu-74537

    02/08/2023, 1:52 PM
    will need a minimal repro to understand... preferably something runnable
  • b

    bright-gpu-74537

    02/08/2023, 1:53 PM
    works this end (on heaps)
  • e

    early-butcher-76809

    02/08/2023, 1:53 PM
    Crap, I probably broke something somewhere :D
1...148114821483...1687Latest