73 Commits (c984531cc39fcdca7a405ae4f0d05e64a7b70ea9)

Autor SHA1 Mensaje Fecha
  kindlich a96a0f41c0
Fixed JNM#getFunctionalInterfaceMethod hace 5 años
  kindlich 5a9962b07a
[WIP] Skip member evaluation if class should not be loaded in the first place hace 5 años
  kindlich 422ee64c85
[WIP, I have no idea what I'm doing]Get types declared in StdLibs from the registry hace 5 años
  kindlich 8dd4cef26d
Added type mapping when generic base type is a class hace 5 años
  kindlich ff6514edae
[WIP, I have no idea what I'm doing] Trying to get generic parameters working hace 5 años
  kindlich 10fc19cc9f
WIP: Saving so that it is safe :smile: hace 5 años
  Jared 1d02904fea
Maybe fixed type arguments, added more logger info hace 5 años
  Jared c7466e5c37
Log more info about what package is trying to be registered into hace 5 años
  Jared 4cbbe1f387
work on getting this working hace 5 años
  Jared 6335559b29
Remove stdlib as a resource, as it is causing duplicate jar entries hace 5 años
  Jared cc51395056
made stdlibs a jar file hace 5 años
  Jared 459781d075
Revert back to the zip file hace 5 años
  Jared 6de9e2f3fc
don't include StdLibs in the build anymore hace 5 años
  Jared 1f4b126e18
Added FolderPackage, made stdlibs read from a folder instead of zip hace 5 años
  Jared cb2950a278
Revert "test with naming StdLibs as zsp (zs package)" hace 5 años
  Jared 95d9aa2b32
test with naming StdLibs as zsp (zs package) hace 5 años
  kindlich 2e09623f39
Fixed Module using class name instead of annotation name hace 5 años
  Jared 71844ec536
Added a logger to ScriptingEngine to catch a few extra errors hace 5 años
  kindlich 07d6866fb2
Fixed Bridge methods IncompatibleClassChangeError hace 5 años
  kindlich 4a078a08ae
Added Storage tag annotation hace 5 años
  kindlich eca522b4f9
Some GetForName Changes hace 5 años
  kindlich 215e92e5bf
Added TypeParsing to JNM#getTypeFromName hace 5 años
  Jared 1ac2cb0bb6
fixed crash when value.name is null hace 5 años
  Jared 6f6b96ddb5
More work on expansions, casters are done hace 5 años
  kindlich c7c34cbc2a
Expansions: Check if the 1st parameter is the expanded type hace 5 años
  kindlich b1a2691cbf
First step towards ZenExpansions hace 5 años
  kindlich 58a34905c6
Fix optional not counting as nullable hace 5 años
  kindlich 1dd20f24a2
JavaNativeModule: Moved definition register up to help with circular hierarchies hace 5 años
  kindlich 5d6ed900ad
Allow the use of default expressions in Optional annotation hace 5 años
  Jared 93d75695ec
fix optionals not inheriting nullable and expecting a default type hace 5 años
  Jared ba2b04790b
small code cleanup hace 5 años
  kindlich cebae626fe
ShouldLoadClass now checks for Name annotation hace 5 años
  Jared d9e8ef65ea
Made the Name error say which class caused the issue hace 5 años
  kindlich 5e9d773084
Allow Already converted classes from dependencies to be used, even if in another package hace 5 años
  Jared cbf1ac90e6
Added kindlich's name fix hace 5 años
  Jared 191edd6cae
Added better logging in JavaNativeModule hace 5 años
  kindlich fa8a3588cb
Fixed Exception for invalid package even if the class name was overriden using @Name hace 5 años
  Stan Hebben c3b948d8fe Fixed support for optional parameters. Also implemented java integration for them. hace 5 años
  kindlich b34bdf376a
Enums now are registered to their class package, fields use the correct modifiers hace 5 años
  kindlich 5374b6f716
WIP: Loggers, added parsing logger hace 5 años
  kindlich 2255428bd9
Created ScriptingEngine#createScriptedModule overload that accepts loggers hace 5 años
  kindlich a4d4176e7f
JavaNativeLoader: removed unneccessary Field hace 5 años
  kindlich 608baebce8
Added modules getter to the ScriptingEngine and allow empty base base package names in JavaNativeModule hace 5 años
  Stan Hebben a86086cdec Added native loader to resolve dependencies between native modules. hace 5 años
  Stan Hebben d151b5ef99 Fix nullable types. hace 5 años
  Stan Hebben 5ea804b3d3 Fix method signatures containing only the short name instead of full class name. hace 5 años
  Stan Hebben 00e09fc358 Fix modifiers on functional interfaces hace 5 años
  Stan Hebben 5f9aac70c8 Added missing update to JavaNativeModule hace 5 años
  Stan Hebben 70bd868af4 Added support for functional interfaces. hace 6 años
  Stan Hebben 9c650d0f5b - Added correct type variable resolution hace 6 años