kindlich
1dd20f24a2
JavaNativeModule: Moved definition register up to help with circular hierarchies
E.g. IIngredient has a method that accepts an IItemStack, which is a sub-interface
пре 5 година
kindlich
5d6ed900ad
Allow the use of default expressions in Optional annotation
пре 5 година
kindlich
a3e8809917
Ignore storageTag when validating call arguments
пре 5 година
kindlich
ab202cfca6
Fixed AIOOB when omitting an optional parameter
пре 5 година
Jared
04d5014529
Fixed functional interface params
пре 5 година
Jared
cddc3f96b3
Made invalid imports log errors
пре 5 година
Jared
93d75695ec
fix optionals not inheriting nullable and expecting a default type
пре 5 година
Jared
45616e31c4
Fixed code formatter for map lookups
пре 5 година
Jared
e7bcbcffaf
Fix maps not working
пре 5 година
Jared
ba2b04790b
small code cleanup
пре 5 година
kindlich
cebae626fe
ShouldLoadClass now checks for Name annotation
пре 5 година
Jared
d9e8ef65ea
Made the Name error say which class caused the issue
пре 5 година
kindlich
1f81e8a541
No such member now throws ComileException instead of logging to sout
пре 5 година
kindlich
dae9958fd1
Merge remote-tracking branch 'kindlich/development' into HEAD
пре 5 година
kindlich
5e9d773084
Allow Already converted classes from dependencies to be used, even if in another package
пре 5 година
Jared
a271cd8fd7
Removed unneeded parents so eclipse can compile the project
Fairly sure this is an eclipse issue, no problems are reported in idea...
https://bugs.eclipse.org/bugs/show_bug.cgi?id=474593
пре 5 година
Jared
cbf1ac90e6
Added kindlich's name fix
пре 5 година
Jared
191edd6cae
Added better logging in JavaNativeModule
пре 5 година
kindlich
fa8a3588cb
Fixed Exception for invalid package even if the class name was overriden using @Name
пре 5 година
kindlich
6be789d2c9
Removed unused type evaluation (see desc)
Threw an exception when an import member could not be found.
Also, the value was not used anywhere
пре 5 година
kindlich
e614149c8c
Moved Array default value to default value expression
пре 5 година
kindlich
8f96b3b2a8
Merge remote-tracking branch 'Stan/development' into development
пре 5 година
Stan Hebben
c3b948d8fe
Fixed support for optional parameters. Also implemented java integration for them.
пре 5 година
kindlich
b34bdf376a
Enums now are registered to their class package, fields use the correct modifiers
TODO: Verify that the access check is correct
пре 5 година
kindlich
5374b6f716
WIP: Loggers, added parsing logger
пре 5 година
kindlich
96b6386d79
JavaCompiler: Use LinkedHashMap to preserve execution order
пре 5 година
kindlich
2255428bd9
Created ScriptingEngine#createScriptedModule overload that accepts loggers
пре 5 година
kindlich
f6516d5246
Set file and line meta info
пре 5 година
kindlich
dcebf0edbe
Test script changes
пре 5 година
kindlich
8dc22bcfeb
Java Bytecode Array Constructor: Implemented projection with indices
пре 5 година
kindlich
6f95dd3ff9
Java Bytecode Array Constructor: Finished Projection function invocation
пре 5 година
kindlich
d062ad0149
Fixed Bridge methods invoking in the incorrect class
пре 5 година
kindlich
a4d4176e7f
JavaNativeLoader: removed unneccessary Field
пре 5 година
kindlich
608baebce8
Added modules getter to the ScriptingEngine and allow empty base base package names in JavaNativeModule
пре 5 година
Stan Hebben
a86086cdec
Added native loader to resolve dependencies between native modules.
пре 5 година
Stan Hebben
d151b5ef99
Fix nullable types.
пре 5 година
Stan Hebben
5ea804b3d3
Fix method signatures containing only the short name instead of full class name.
пре 5 година
Stan Hebben
7844dea790
Removed unused files.
пре 5 година
kindlich
9494ef212e
Functional Wrappers, Bridge Methods, Type descriptor fix
Functional interface wrappers should work now
Implementing a method with a signature differing from the actual one (e.g. when dealing with generics) now creates a proper bridge method
The Java Bytecde compiler used an incorrect method in checkCast
We now no longer use hardcoded 'accept's as method names but whatever the context tells us to.
пре 6 година
kindlich
177b59341d
Merge remote-tracking branch 'Stan/development' into development
пре 6 година
Stan Hebben
00e09fc358
Fix modifiers on functional interfaces
пре 6 година
kindlich
b8be41d1a2
Formatted Functional Interface Wrapper creations
пре 6 година
kindlich
82eb1d61eb
Merge remote-tracking branch 'Stan/development' into WIP/functionalInterfaces
пре 6 година
Stan Hebben
5f9aac70c8
Added missing update to JavaNativeModule
пре 6 година
kindlich
c69b92718a
Merge remote-tracking branch 'Stan/development' into WIP/functionalInterfaces
пре 6 година
Stan Hebben
e909486bf3
Added utility method to retrieve the functional interface method from a type.
пре 6 година
kindlich
da4c6eb005
WIP Functional Wrapper
Currently only supports 'accepts' methods, until we can get a way to get the actual method signature/name from the class
пре 6 година
kindlich
33f3e6406a
Use IdentityHashMap for parameter Info
пре 6 година
kindlich
476e1b350a
Functional Interfaces Bytecode Step I
Directly using the lambda where the functional interface is requested works.
The lambda class will then directly implement the functionalInterface and not use a wrapper class
пре 6 година
Stan Hebben
70bd868af4
Added support for functional interfaces.
пре 6 година