Skip to content

Releases: oxinabox/MagneticReadHead.jl

v0.3.0

30 Jul 20:00
v0.3.0
215d793
Compare
Choose a tag to compare

v0.3.0 (2019-07-28)

Diff since v0.2.2

Closed issues:

  • Debugging TimerOutputs.jl crashes (#62)
  • Debugging CSV.jl crashes (#61)
  • Enter doesn't take you into the function (#59)
  • CodeTracking dependency missing in tagged version (#49)
  • Match macro and function names against Debugger.jl (#41)
  • Some variables fail to define (#38)
  • Metaissue: Gotta go fast (#27)

Merged pull requests:

v0.2.2

05 May 20:40
da1fef1
Compare
Choose a tag to compare
  • order(s) of magnitude speed improvements
  • It is no longer possible to set_nodebug on a method: only per module or per function
  • misc bug fixes.

v0.2.1

29 Mar 08:48
0e3064f
Compare
Choose a tag to compare
  • fixes to debugging functions defined in the REPL

v0.2.0 Instrumentation at IR statement level via Cassette Pass

20 Mar 23:19
6984fb3
Compare
Choose a tag to compare
- this is a fine debugger
- can set breakpoints on lines
- knows all about local variables

v0.1.0 Contextual Dispatch Based

05 Mar 02:20
9e815bf
Compare
Choose a tag to compare

This is the original idea for MRH,
it takes the idea of using simple overdubs a long way,
allowing breakpoints at the start of any function call.

I figure I had better tag a release now,
as the next version will use a different approach