nuitka (0.8.2+ds-1)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 0.9~rc3+ds-1 > 0.8.2+ds-1
- Git: https://github.com/Nuitka/Nuitka.git
-
- Branch: develop
- Path: debian/changelog
- Browser: https://github.com/Nuitka/Nuitka
- Last scan: 2022-05-27 23:41:02+00
- Next scan: 2022-05-28 21:33:00+00
- Debian changelog in Git:
nuitka (0.9~rc3+ds-1) unstable; urgency=medium
* New upstream pre-release.
-- Kay Hayen <kay.hayen@gmail.com> Thu, 26 May 2022 15:51:12 +0200
- This branch is 34 commits ahead of tag 0.8.2
- Git log:
commit 586fa64389e804b60471a6bdb42454b9260959fa
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Thu May 26 15:51:19 2022 +0200
New pre-release.
commit 41ca1f2cc9de0ea7e9ed180a45d64aeb61f8cbd1
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Wed May 25 09:15:25 2022 +0200
Optimization: Use dedicated node type for key value pairs with constant keys
* This should cause a lot less memory to be used, and faster
optimization phase in many cases.
commit 2aa959c409d73f6884985bfe96b350553a0c4efe
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Tue May 24 13:57:37 2022 +0200
Tests: Preserve PYTHONPATH to find same modules for reflected test
commit 328ecd6574a814abd762b426f2c6c5ff7106f34b
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Tue May 24 13:57:00 2022 +0200
Tests: Do PYTHONPATH update with common code
commit 3ee44d9cb012d86de4a2bb69f215bea4740381f9
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Tue May 24 13:55:21 2022 +0200
Optimization: Faster positional calls in some cases with 3.9 or higher
commit 13a4a1b51c8f0eada1c61d82c2f04e4d1b13e82f
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Tue May 24 13:54:27 2022 +0200
Optimization: Remove duplicates and non-existant stuff from search path
commit 73332b2720cb9deb6327e9da58136ce47d1613fa
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Tue May 24 13:53:54 2022 +0200
UI: Added Python search path to compilation report
commit d3d09bb800daffc7cc8353c7c9d98afa6c05b96b
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Tue May 24 08:43:14 2022 +0200
Windows: Update to latest MinGW64
* This requires "make" for paralell build and then gives error outputs
during that build, which we have to ignore.
commit b90ef7cf09884b4fa0ad36191b69068c3804ca7a
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Tue May 24 08:42:21 2022 +0200
Minor cleanups
* Mostly spelling, but also use our function for deleting modules
commit dc53292a954c142e3e31f7b99184fe9d1ab2e440
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Mon May 23 16:06:43 2022 +0200
Minor cleanup
commit bd824bdd36ba2ebb3f432b8bb536aa40d2e9cc62
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Mon May 23 13:21:54 2022 +0200
Changelog updates
commit 822675c2540b1b86dd83e0111846ccdc51160a93
Merge: 44bda01f7 ea3ef7d4f
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Thu May 26 08:25:27 2022 +0200
Merge tag '0.8.2' into develop
commit 44bda01f75dec0d75f2c85ce307d17a76ea958cd
Author: kamgha <kamgha@users.noreply.github.com>
Date: Sun May 22 15:44:49 2022 +0200
UI: Fix typo in missing ordered set warning message (#1571)
commit c991b0c93b44b71b2f9945aaa5a0fa349c948287
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Mon May 23 10:28:32 2022 +0200
New pre-release.
commit c9767695094046f004287b9fc41bfa0c5a01f478
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Mon May 23 08:44:34 2022 +0200
Fix, could compile time crash on constant dictionary literals with unhashable keys
* This is obviously not too frequent in actual code, but something to
check for.
commit 839f5e254ce8250523705defe25e05aee35fbe69
Author: Fire-Cube <ben7@gmx.ch>
Date: Sun May 22 19:34:46 2022 +0200
Avoid compiling large dropbox module.
commit 069d4be63760c55ce37371aee4e8cd111028fbeb
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Sun May 22 19:22:19 2022 +0200
Minor cleanup
commit 6a49c19fcf892f9586e699ad3e4bc630349bbed7
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Sun May 22 19:17:59 2022 +0200
Cleanup, use intended helper for type complaint
commit 24ea14c8b5db0803630f3ef038f4a74183d825bc
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Sun May 22 19:17:23 2022 +0200
Minor cleanup
commit c8d7f735509c0ecd3d57cbde211c487a4fa05091
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Sun May 22 19:16:54 2022 +0200
Cleanup, use dedicated factory for pairs with constant key
* Also added specialized node for future use with only value as a node,
and key as a constant.
commit 89632f69b50ee928b94eec502167ba8a1bc8036a
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Sun May 22 11:39:45 2022 +0200
Developer Manual: Hint at how to skip during rebase on Nuitka develop
commit 347e80a55b055740e3c1e93f9eb984f6f8aa23ba
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Sun May 22 11:29:09 2022 +0200
Cleanups preparing "str.format" handling
* Create the pairs with a dedicated helper function, and do so outside
of the nodes, but before their creation. In case of caching, that
process must not be repeated.
* Spelling fixup cause renames in the autoformat and the writing of
specialized code.
* Prepare "str.format" specialization somewhat, but for the actual
code generation, we need to become able to defer to call codes
to handle pairs and arg lists directly, for reuse.
* Moved key-value pairs to separate module, so they do not pollute
the dictionary code, and added a method for checking them if they
are constant, to simplify such code that checks for all pairs to
be constant.
* Use factory functions in more places that previously manually
generated pair lists with self created key-value pair objects,
that avoids a lot of code.
commit 63235e8925241489066461fd4caffb37ec1b99d8
Author: Marc Leonard <marc.r.leonard@gmail.com>
Date: Mon Mar 7 13:11:57 2022 -0700
Update Changelog.rst
* Fix misspelled `pydantic`
commit 0a1158e15f40d06604e3df530cc6ed17e1283f73
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Sat May 21 10:47:25 2022 +0200
Changelog updates
commit 70bb3fa7ec8010ab37e285e8b4594d077588df62
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Sat May 21 10:15:36 2022 +0200
Optimization: The 'dict.update' with 2 arguments was in fact unused.
* The way the star list arguments are checked for was wrong, should be
empty and not None value if not given.
commit 7c8b895d2304bb565f4473bf6ed827388fb4a7ac
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Sat May 21 10:09:31 2022 +0200
macOS: Use runtime harding for signing operation
commit 4cfdd9f9c0378973f2feab68f4aee01d48ea9b73
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Fri May 20 09:24:54 2022 +0200
Bump copyright year
commit 56b1df4fc6d805e2380c422aff218968bccba8f5
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Fri May 20 09:14:30 2022 +0200
Optimization: Added support for 'str.count' optimization
commit 39b76368e34e406b7a04a3947eee007e5aeea4d5
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Fri May 20 09:11:38 2022 +0200
Tests: Make reference count check work for generated tests
commit be9ac15403c9a901a8404fd31f516f5e18f6cbe4
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Fri May 20 09:10:37 2022 +0200
Changelog updates
commit edfa3ca8a143f7384338111ed8a2a28dc61bfd81
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Fri May 20 08:02:05 2022 +0200
Optimization: Faster dictionary iteration helper
* This avoids switching to DLL and is slightly faster even then, not
doing useless checks.
commit 0d326c5d7c39d0a21d2856592c5515bffbd10eba
Merge: d30f789f1 3dd3c27de
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Mon May 23 09:42:17 2022 +0200
Merge tag '0.8.1' into develop
commit d30f789f1933bf137660d00222d1f6863d1d40b7
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Thu May 19 14:25:59 2022 +0200
New release cycle.
commit 10d3ca77f246f7486c527576385fb0070a20858b
Merge: d0497ab77 4febb98fd
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Thu May 19 14:25:17 2022 +0200
Merge tag '0.8' into develop