Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 759 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 759 Bytes

Quala logo

# 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.