Skip to content
#

scripting-language

Here are 567 public repositories matching this topic...

Lucee Server is a dynamic, Java based (JSR-223), tag and scripting language used for rapid web application development. Lucee simplifies technologies like webservices (REST, SOAP, HTTP), ORM (Hibernate), searching (Lucene), datasources (MSSQL, Oracle, MySQL and others), caching (infinispan, ehcache, and memcached) and many more. Lucee provides a compatibility layer for Adobe ColdFusion © CFML using less resources and delivering better performance.

  • Updated Jan 30, 2021
  • Java
Pikachu920
Pikachu920 commented Dec 12, 2020

Tests should be created for all current + future async effects ensuring that local variables function properly before and after their execution. For example:

test "teleport local variable persistence":
  set {localTest::EffTeleport} to random uuid
  set {_local} to {localTest::EffTeleport}
  spawn a creeper
  teleport last spawned entity to spawn of (world of last spawned entity)
  asse
odino
odino commented May 8, 2020

Current coverage is not bad (70+%) and in general and I don't want to embark on one of those 100%-coverage crusades. But I know there are parts of the interpreter that are undertested (and don't generally need a whole lot of tests) and it might be nice to get some quick wins in terms of coverage.

Improve this page

Add a description, image, and links to the scripting-language topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the scripting-language topic, visit your repo's landing page and select "manage topics."

Learn more