haxe icon indicating copy to clipboard operation
haxe copied to clipboard

Haxe - The Cross-Platform Toolkit

Results 401 haxe issues
Sort by recently updated
recently updated
newest added

Reminder issue that we still need to do this.

platform-jvm

I'm not 100% positive that all these conform to the spec, but I'd like to get an overview of where we're at. Related: #8367

This PR installs openssl for luasec dependency on Windows CI targets

help wanted

This is adds some checks for #6760 regarding `Null` handling. For comparison, defining a function body was triggering a `Null` to `UInt` cast. However we don't currently have a solution...

This pr adds 2 things: 1) `size` property for `Map`, which returns the number of entries in the map. 2) `matchedNum()` method for `EReg`, which returns the number of captured...

I think we generally agree that we want to disallow `Void` for type parameters, but this by itself would be pointless if we still allowed `typedef NotVoid = Void`. This...

1. Open tests/optimization and compile it through the server. Observe that there are no failures. 2. Change any of the `@:js` and compile it through the server again. Observe that...

I labeled several issues during my latest iteration through the tests, and there already were quite a few. I know this isn't fun, but it has to be done...

The other day on slack we discussed whether or not it might make sense to "load" types from the last set of types rather than hxb, as it's probably easier...

feature-hxb