[issue46038] Mark /configure file as generated in .gitattributes

2022-01-21 Thread Oleg Iarygin


Oleg Iarygin  added the comment:

Superseded by . The PR 
itself is included as a part of PR30745.

--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue46038] Mark /configure file as generated in .gitattributes

2022-01-21 Thread Oleg Iarygin


Change by Oleg Iarygin :


--
pull_requests: +28935
pull_request: https://github.com/python/cpython/pull/30745

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue46038] Mark /configure file as generated in .gitattributes

2021-12-10 Thread Oleg Iarygin


Change by Oleg Iarygin :


--
keywords: +patch
pull_requests: +28256
stage:  -> patch review
pull_request: https://github.com/python/cpython/pull/30031

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue46038] Mark /configure file as generated in .gitattributes

2021-12-10 Thread Oleg Iarygin


New submission from Oleg Iarygin :

configure is regenerated from configure.ac using a custom container with 
appropriate version of tools (quay.io/tiran/cpython_autoconf by Christian 
Heimes). As a result, configure falls into the same category as files generated 
by Argument Clinic, Freeze and Parser/asdl_c.py. Due to size and churn of these 
artifacts, they are marked in .gitattributes as generated so GitHub Pull 
Request Diff Viewer collapses them into a short notification. The pull request 
associated with this issue does the same for configure.

Actually, configure diff is so large that sometimes it crosses a threshold and 
GitHub collapses it by force with "Large diffs are not rendered by default" or 
even "xxx additions, yyy deletions not shown because the diff is too large. 
Please use a local Git client to view these changes". See GH-29756 as an 
extreme example (15,430 insertions and deletions) and 
 for an average.

--
components: Build
messages: 408218
nosy: arhadthedev
priority: normal
severity: normal
status: open
title: Mark /configure file as generated in .gitattributes
type: enhancement
versions: Python 3.11

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com