Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v4.2.6 proposal #4788

Merged
merged 4 commits into from
Jan 21, 2016
Merged

v4.2.6 proposal #4788

merged 4 commits into from
Jan 21, 2016

Commits on Jan 21, 2016

  1. module,src: do not wrap modules with -1 lineOffset

    In b799a74 and
    dfee4e3 the module wrapping
    mechanism was changed for better error reporting. However,
    the changes causes issues with debuggers and profilers. This
    commit reverts the wrapping changes.
    
    Fixes: #4297
    PR-URL: #4298
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
    cjihrig authored and Myles Borins committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    1408f7a View commit details
    Browse the repository at this point in the history
  2. test: add test for debugging one line files

    This commit adds a regression test for debugging of
    single line files.
    
    Refs: #4297
    PR-URL: #4298
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
    cjihrig authored and Myles Borins committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    1f8e147 View commit details
    Browse the repository at this point in the history
  3. 2016-01-21, Version 4.2.6 "Argon" (LTS) Release

    Notable changes:
    
    * Fix regression in debugger and profiler functionality
    
    PR-URL: #4788
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
    Myles Borins committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    6b0352d View commit details
    Browse the repository at this point in the history
  4. Working on v4.2.7

    PR-URL: #4788
    MylesBorins committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    1c4ea61 View commit details
    Browse the repository at this point in the history