Mailman 3 python.org
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

code-quality June 2017

Start a nNew thread
Download
Threads by month
  • ----- 2023 -----
  • April
  • March
  • February
  • January
  • ----- 2022 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2021 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2020 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2019 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2018 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2017 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2016 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2015 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2014 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2013 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
code-quality@python.org
  • 1 participants
  • 1 discussions
baron v0.6.6 release with a requite requested bug fix and speed improvement
by Laurent Peuch 12 Jun '17

12 Jun '17
Hello everyone, Reminder: baron is the syntax tree used by RedBaron, a "write code that modify *source* code" library for Python https://github.com/PyCQA/redbaron (like writing custom refactoring but people seems to be using it for analysing also) I'll normally wouldn't make a mail for a small release like this one, but since this bug was affecting quite some people (basically making RedBaron unusable on some files because the parser crash). The fix situation was that indentation changing comment in the middle of a multi statements nodes (if/elif/else, try/except...) would causes Baron to crash. This is now fixed. Example: if a: pass # crashing comment else: pass This release also come with a big speed improvement on large files (between 40 and 75%). Release: https://github.com/PyCQA/baron/releases/tag/0.6.6 Kind regards, -- Laurent Peuch -- Bram
1 0
0 0

HyperKitty Powered by HyperKitty version 1.3.8b1.