Skip to content

Releases: jakobjpeters/Speculator.jl

v0.2.0

06 Jan 01:50
Compare
Choose a tag to compare

Speculator.jl v0.2.0

Comparison with v0.1.2

  • Check the predicate while searching method parameter types
  • Stop logging during install_speculator and uninstall_speculator
  • Implemented symdiff(::Verbosity, ::Verbosity...)

v0.1.2

03 Jan 20:51
Compare
Choose a tag to compare

v0.1.1

01 Jan 21:24
Compare
Choose a tag to compare

Speculator.jl v0.1.1

Comparison with v0.1.0

  • Fix incorrect name of install_speculator in documentation

v0.1.0

31 Dec 22:20
Compare
Choose a tag to compare

Speculator.jl v0.1.0

  • speculate: Search for compilation directives
  • install_speculator: Automatically calls speculate on values input to the REPL
  • uninstall_speculator: Removes the automatic input speculator
  • Verbosity: A set used to specify which logging statements to show in speculate
    • debug: Shows each successful compilation directive
    • review: Summarizes the generated compilation directives
    • silent: Shows no logging statements
    • warn: Shows each unsuccessful compilation directive
  • all_modules::AllModules: A singleton constant used to speculate every loaded module