Alex
Alex
Currently there's almost complete build pipeline for any FAPs. Somehow need to call 'fbt' to build fap elf from the compilation product (static lib). Also probably strip needed for release...
- [x] `stdout` wrapper - [x] `print!` & `println!` - [ ] log crates support - [ ] default static logger - [ ] wrap API functions `furi_log_...`
Python target is possible I think. **Is it in roadmap/plan?**
``` debugger/DebuggerThread.hx:21: characters 7-22 : You cannot access the cpp package while targeting neko (for cpp.vm.Debugger) debugger/Local.hx:50: characters 26-40 : referenced here ``` Because [`import cpp.vm.Debugger`](https://github.com/HaxeFoundation/hxcpp-debugger/blob/master/debugger/DebuggerThread.hx#L21).
If we override / `@:overload` native method marked `throws ServletException, IOException` we need this meta too. Ok, using `@:throws("java.io.IOException, javax.servlet.ServletException")` under the our method declaration. Everything is fine but now...
[Date class](https://github.com/HaxeFoundation/haxe/blob/development/std/Date.hx) using deprecates. It happing when compiling with Java 7 (`1.7.0_71`). ``` /usr/bin/haxe haxelib.hxml haxelib run hxjava hxjava_build.txt --haxe-version 3200 javac "-sourcepath" "src" "-d" "obj" "-g:none" "@cmd" Note: src/haxe/root/Date.java...
Feature request for link **"external"** (or "runtime"?) JARs who have not to be copied to build-dir/lib/ and not be mentioned in `manifest`.
[EXAMPLE](https://encrypted.google.com/search?hl=en&q=js%20alert), see screenshot: `window.alert(message);« Window` 