pitust

Results 22 issues of pitust

How to do this?

Why is it compiling through assembly? It is slower, and (at least with clang-9) it doesn't even build. With clang-9 it builds everything for dosbox 100% fine.

Repro: 1. Get the chrome extension 2. Go to [this website](http://emberjs.com) 3. Try to inspect it 4. Success! 5. Use the bookmarklet 6. Fail

needs verification

This uses the latest release of Onsen UI. In case the issue is not reproducible in desktop browsers, just follow the previous steps and also modify the platform version at...

framework: react

- [x] I've read the contributing guidelines This PR implements for..of loops as well as iterators, which are important (convenience) features when writing code in assemblyscript. The optimal solution would...

This prevents a use after free and a valgrind error like this: ``` ==671682== Memcheck, a memory error detector ==671682== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et...

This is a fun bit of the spec: it doesn't have to be the actual code! "An implementation-dependent representation of the function is returned." This means we can whatever we...

For whatever reason, argument-less return doesn't work: ```js function f() { return; } ``` It _should_ just result in a `return` from c.

bug

Classes shouldn't be too difficult to get working, especially in typescript, and should be even easier than prototypes (i think).