321 Revīzijas (4717402f0b0dd1240f377e5151621dada0d2f319)
 

Autors SHA1 Ziņojums Datums
  Jared 4717402f0b
Fixed casting through multiple layers of interfaces 5 gadus atpakaļ
  Jared 1ac2cb0bb6
fixed crash when value.name is null 5 gadus atpakaļ
  Jared b93a6bb5d1
Made selectMethod use the priority of the member when selecting 5 gadus atpakaļ
  Jared f2025c98c7
Added describe method to modifiers 5 gadus atpakaļ
  Jared 6f6b96ddb5
More work on expansions, casters are done 5 gadus atpakaļ
  kindlich b1a2691cbf
First step towards ZenExpansions 5 gadus atpakaļ
  kindlich 58a34905c6
Fix optional not counting as nullable 5 gadus atpakaļ
  kindlich 6086179d88
[WIP] implemented getReturnTyp() for some Statements 5 gadus atpakaļ
  kindlich 2e7929e302
Function matches now ignore if the function itself is optional 5 gadus atpakaļ
  kindlich 1dd20f24a2
JavaNativeModule: Moved definition register up to help with circular hierarchies 5 gadus atpakaļ
  kindlich 5d6ed900ad
Allow the use of default expressions in Optional annotation 5 gadus atpakaļ
  kindlich a3e8809917
Ignore storageTag when validating call arguments 5 gadus atpakaļ
  kindlich ab202cfca6
Fixed AIOOB when omitting an optional parameter 5 gadus atpakaļ
  Jared 04d5014529
Fixed functional interface params 5 gadus atpakaļ
  Jared cddc3f96b3
Made invalid imports log errors 5 gadus atpakaļ
  Jared 93d75695ec
fix optionals not inheriting nullable and expecting a default type 5 gadus atpakaļ
  Jared 45616e31c4
Fixed code formatter for map lookups 5 gadus atpakaļ
  Jared e7bcbcffaf
Fix maps not working 5 gadus atpakaļ
  Jared ba2b04790b
small code cleanup 5 gadus atpakaļ
  kindlich cebae626fe
ShouldLoadClass now checks for Name annotation 5 gadus atpakaļ
  Jared d9e8ef65ea
Made the Name error say which class caused the issue 5 gadus atpakaļ
  kindlich 1f81e8a541
No such member now throws ComileException instead of logging to sout 5 gadus atpakaļ
  kindlich dae9958fd1
Merge remote-tracking branch 'kindlich/development' into HEAD 5 gadus atpakaļ
  kindlich 5e9d773084
Allow Already converted classes from dependencies to be used, even if in another package 5 gadus atpakaļ
  Jared a271cd8fd7
Removed unneeded parents so eclipse can compile the project 5 gadus atpakaļ
  Jared cbf1ac90e6
Added kindlich's name fix 5 gadus atpakaļ
  Jared 191edd6cae
Added better logging in JavaNativeModule 5 gadus atpakaļ
  kindlich fa8a3588cb
Fixed Exception for invalid package even if the class name was overriden using @Name 5 gadus atpakaļ
  kindlich 6be789d2c9
Removed unused type evaluation (see desc) 5 gadus atpakaļ
  kindlich e614149c8c
Moved Array default value to default value expression 5 gadus atpakaļ
  kindlich 8f96b3b2a8
Merge remote-tracking branch 'Stan/development' into development 5 gadus atpakaļ
  Stan Hebben c3b948d8fe Fixed support for optional parameters. Also implemented java integration for them. 5 gadus atpakaļ
  kindlich b34bdf376a
Enums now are registered to their class package, fields use the correct modifiers 5 gadus atpakaļ
  kindlich 5374b6f716
WIP: Loggers, added parsing logger 5 gadus atpakaļ
  kindlich 96b6386d79
JavaCompiler: Use LinkedHashMap to preserve execution order 5 gadus atpakaļ
  kindlich 2255428bd9
Created ScriptingEngine#createScriptedModule overload that accepts loggers 6 gadus atpakaļ
  kindlich f6516d5246
Set file and line meta info 6 gadus atpakaļ
  kindlich dcebf0edbe
Test script changes 6 gadus atpakaļ
  kindlich 8dc22bcfeb
Java Bytecode Array Constructor: Implemented projection with indices 6 gadus atpakaļ
  kindlich 6f95dd3ff9
Java Bytecode Array Constructor: Finished Projection function invocation 6 gadus atpakaļ
  kindlich d062ad0149
Fixed Bridge methods invoking in the incorrect class 6 gadus atpakaļ
  kindlich a4d4176e7f
JavaNativeLoader: removed unneccessary Field 6 gadus atpakaļ
  kindlich 608baebce8
Added modules getter to the ScriptingEngine and allow empty base base package names in JavaNativeModule 6 gadus atpakaļ
  Stan Hebben a86086cdec Added native loader to resolve dependencies between native modules. 6 gadus atpakaļ
  Stan Hebben d151b5ef99 Fix nullable types. 6 gadus atpakaļ
  Stan Hebben 5ea804b3d3 Fix method signatures containing only the short name instead of full class name. 6 gadus atpakaļ
  Stan Hebben 7844dea790 Removed unused files. 6 gadus atpakaļ
  kindlich 9494ef212e
Functional Wrappers, Bridge Methods, Type descriptor fix 6 gadus atpakaļ
  kindlich 177b59341d
Merge remote-tracking branch 'Stan/development' into development 6 gadus atpakaļ
  Stan Hebben 00e09fc358 Fix modifiers on functional interfaces 6 gadus atpakaļ