-
I am trying to implement a `java.util.List` with haxe code:
```haxe
class Main {
static function main() {
trace(new MyArray());
}
}
class MyArray implements java.util.List {
public fu…
-
We decided (5 minutes ago) that for Haxe 5 it would be nice if libraries namespaced themselves. To ease transition, haxelib should emit both `-D name` and `-D lib.name` for the time being. This allows…
-
I've added a function param to my flow file (it's intended as a callback).
I then try to call it in flow.
It throws an exception:
```
C:\foo\.haxelib\hexioc/0,34,0/src/hex/compiler/parser/flow/Obj…
-
Repro case here:
https://github.com/kevinresol/haxe_issues/tree/issue_9058
The error I got is:
```
.haxelib/tink_core/1,24,0/src/tink/core/Future.hx:101: lines 101-109 : error: tink.core.Fut…
-
应增加一个`extraParams`的`SettingKey[Seq[String]]`,用来生成`extraParams.hxml`。
`extraParams.hxml`的功能请参见 http://old.haxe.org/doc/haxelib/using_haxelib#extra-parameters
---
- Bitbucket: https://bitbucket.org/qf…
Atry updated
10 years ago
-
[weed]: (FILL THIS ISSUE THING OUT AS MUCH AS POSSIBLE)
[weed]: (OR ELSE YOUR ISSUE WILL BE LESS LIKELY TO BE SOLVED!)
[weed]: (DO NOT POST ABOUT ISSUES FROM OTHER FNF MOD ENGINES! I CANNOT AND P…
-
Not sure if this is feasible, but it would be very handy if there was a way for a haxelib to automatically import `.hdll` files from a haxe lib into your project.
Take my use case for example - I …
-
[x] Windows
[ ] Linux
[ ] Mac
Im having problems with update.bat:
I tried to download librarys using update.bat by running it in cmd and then an error appeared -
"Uncaught exception Permission …
-
I installed using` haxelib install spritesheet`, and I included `` in my project.xml. However attempting to import anything from spritesheet returns `type not found`. Even the provided demo returns
…
-
I try to compile a wasm via `lime test emscripten -webassembly` but I get this error following.
How can i fix it and compile it?
```
Compiling group: hxcpp_std
emcc -c -fvisibility=hidden -O1 -f…
Dexus updated
5 months ago