Skip to content
Snippets Groups Projects
  1. Nov 25, 2015
  2. Oct 14, 2015
  3. Oct 09, 2015
  4. Oct 04, 2015
  5. Oct 03, 2015
    • Cesar Roux Dit Buisson's avatar
      New function enter/exit log + ctx creation on entry · 6c9f15b7
      Cesar Roux Dit Buisson authored
      Cleaner enter and exit inside of function definition instead of around function calls. Needs exits before all returns by pulling out return value to other variable.
      Context created on entry to a function. This mode of singly named context is incorrect (Discussed with Arthur) and will need changing eventually.
      6c9f15b7
  6. Oct 02, 2015
  7. Oct 01, 2015
  8. Sep 30, 2015
    • Cesar Roux Dit Buisson's avatar
      Use extractor in add_log (incomplete) · 79bdf61c
      Cesar Roux Dit Buisson authored
      First step is using new format (list of tokens in one line).
      Very difficult: Keep information as to where on line insertion is happening, and keep all other tokens informed when string is modified/position of insertion changes due to larger string.
      79bdf61c
    • Cesar Roux Dit Buisson's avatar
      Add new token extractor · a575efc1
      Cesar Roux Dit Buisson authored
      This changes format of tokens, so that more than one can appear in a line. Not moved into working code yet. Sort of a precommit.
      a575efc1
  9. Sep 29, 2015
    • Cesar Roux Dit Buisson's avatar
      Add trial of function wrap · c345b8ca
      Cesar Roux Dit Buisson authored
      Currently doesn't recognize context, and assumes it is in a return. ALso lops off anything that might have surrounded the call:
      -logging of variables, which triggered on the line after, is ignored
      -for similar reason, only one function on a line is "logged" and the other wiped.
      
      The current log format in OCaml is incapable of detecting more than one log event on a line.
      c345b8ca
    • Cesar Roux Dit Buisson's avatar
      Add function log detection · edf0e1e5
      Cesar Roux Dit Buisson authored
      Pre step before function calls get wrapped.
      edf0e1e5
  10. Sep 28, 2015
  11. Sep 25, 2015
    • Cesar Roux Dit Buisson's avatar
      Revert return wrap · e54cc29c
      Cesar Roux Dit Buisson authored
      The method of hooking on to previously marked log elements causes issues and unmarked entry points. I need to redo this properly from js_of_ast with marking of returns to log directly.
      e54cc29c
  12. Sep 24, 2015
Loading