Home > qualac

qualac

Qualac is a project mainly written in Scala, based on the View license.

Quality assurance fuzzer for the Scala compiler

# Qualac #

Same bugs different day.

Qualac is a quality assurance test suite for the Scala compiler. We focus on fuzzing and automatic specification-based testing.

Mailing list

Check out our qualac Google group.

Code comments

Abbreviations

  • UAR = "uniformly at random"
  • NUAR = "not UAR"
  • CA = "completely arbitrary"
  • NE = "non-exhaustive"
  • JLS = "Java language specification"
  • SLS = "Scala language specification"

Scaladoc

  • @spec - A direct quote from the spec.
  • @specSec X - Testing code for section X of the spec.
Previous:jsloadmore