OpenSearch/modules/lang-painless
Nik Everett b0c9759441 Painless: Don't allow casting from void to def (#22969)
Painless can cast anything into the magic type `def` but it
really shouldn't try to cast **nothing** into `def`. That causes
the byte code generation library to freak out a little.

Closes #22908
2017-02-03 16:38:47 -05:00
..
licenses merge master 2016-06-11 13:23:17 -04:00
src Painless: Don't allow casting from void to def (#22969) 2017-02-03 16:38:47 -05:00
ant.xml Make lexer abstract 2017-01-19 11:41:50 -05:00
build.gradle Generate reference links for painless API (#22775) 2017-01-26 10:39:19 -05:00