Skip to content

Releases: JuliaDebug/CodeTracking.jl

CodeTracking 0.5.3

03 Apr 20:23
42c1103

Choose a tag to compare

  • Fix and test multi-line signatures (#33)

CodeTracking 0.5.2

03 Apr 16:11
640717b

Choose a tag to compare

  • Strip macros in definition(String, m) (#32)

CodeTracking 0.5.1

03 Apr 11:58
3a27606

Choose a tag to compare

  • Fix definition(String, m) for methods defined at the REPL (#30)

CodeTracking 0.5.0

24 Mar 09:58
6c509f1

Choose a tag to compare

All from #29:

  • Avoid abspath for REPL-defined "paths"
  • Fix definition(String, m) for methods defined at the REPL
  • Run the Revise tests on Travis

CodeTracking 0.4.0

19 Mar 10:12
d832e9f

Choose a tag to compare

  • fix an infinite loop (#25)
  • also return the first line from the String variant of definition
  • put the type first in the arguments to definition

CodeTracking 0.3.4

18 Mar 20:40
4d0622b

Choose a tag to compare

  • signatures_at support for Base and stdlibs (#21)
  • signatures_at support for methods defined at the REPL (#21)
  • use abspath on filenames (#24)

CodeTracking 0.3.3

17 Mar 10:00
c94c5fb

Choose a tag to compare

  • allow marking of methods as missing (#19)

CodeTracking 0.3.2

16 Mar 10:07
00aad59

Choose a tag to compare

CodeTracking 0.3.1

05 Mar 21:49

Choose a tag to compare

  • Support files associated with Main (#12)

CodeTracking 0.3.0

04 Mar 17:14

Choose a tag to compare

  • Handle failures in Base.find_source_file (#10)
  • Implement signatures_at (#11)