Releases: oxinabox/MagneticReadHead.jl
Releases · oxinabox/MagneticReadHead.jl
v0.3.0
v0.3.0 (2019-07-28)
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:
- Add JuliaCon Talk (#72) (oxinabox)
- Don't store Stepping State or Breakpoint Rules in the context (#67) (oxinabox)
- inline more things (#66) (oxinabox)
- Make @Enter not go into the Debugger source. (#64) (oxinabox)
- test that we need to avoid isdefined before declared (#63) (oxinabox)
- Redo how we decide where am allowed to call do Expr(isdefined) (#57) (oxinabox)
- Rename all the things (#55) (oxinabox)
- New variable tracking method for Much speed (#48) (oxinabox)
v0.2.2
- 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
v0.2.0 Instrumentation at IR statement level via Cassette Pass
- this is a fine debugger
- can set breakpoints on lines
- knows all about local variables
v0.1.0 Contextual Dispatch Based
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