OpenSearch/modules/lang-painless
Nik Everett db0a5e4263 Painless: more testing for script_stack (#24168)
`script_stack` is super useful when debugging Painless scripts
because it skips all the "weird" stuff involved that obfuscates
where the actual error is. It skips Painless's internals and
call site bootstrapping.

It works fine, but it didn't have many tests. This converts a
test that we had for line numbers into a test for the
`script_stack`. The line numbers test was an indirect test
for `script_stack`.
2017-04-18 22:52:59 -04:00
..
licenses merge master 2016-06-11 13:23:17 -04:00
src Painless: more testing for script_stack (#24168) 2017-04-18 22:52:59 -04:00
build.gradle Build: Rewrite antlr regeneration in gradle (#23733) 2017-03-24 09:44:53 -07:00