2023-11-18 16:04:27 by David Brownlee | Files touched by this commit (1) |
Log message:
Switch USE_JAVA2 from 9 to 11, as actually requires 11
|
2023-09-11 15:48:19 by Ryo ONODERA | Files touched by this commit (5) |
Log message:
pycharm-bin: Update to 2023.2.1
* Use PREFIX/PKGBASE instead of PKGNAME.
Changelog:
* New UI control.
* GitLab integration.
* Search text improvement.
* Improved menu.
* Enable sort by filename.
and so on.
|
2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247) |
Log message:
*: recursive bump for Python 3.11 as new default
|
2023-07-14 14:36:13 by Hauke Fath | Files touched by this commit (6) |
Log message:
Update devel/pycharm-bin to 2022.1.4
Newer versions are built with a java version newer than what we ship,
leading to binary incompatibility.
This version breaks with java 17, see
<https://intellij-support.jetbrains.com/hc/en-us/community/posts/5961640280210-Can-t-start-IntelliJ-Idea-Error-LinkageError-occurred-while-loading-main-class-com-intellij-idea-Main>,
and unfortunately the pkgsrc USE_JAVA2 is "version N or newer", which
does not help here.
Changes are too numerous to list, see
<https://youtrack.jetbrains.com/articles/PY-A-233537986/PyCharm-2022.1.4-221.6008.17-build-Release-Notes> \
etc.
("Neue Schraube! Ganz neue Schraube!")
|
2023-07-13 13:30:18 by Hauke Fath | Files touched by this commit (4) |
Log message:
This Pycharm version is a bit long in the tooth, and breaks on Java
17, limit the version range.
Remove deprecated VM option.
|
2022-06-30 13:19:02 by Nia Alarie | Files touched by this commit (524) |
Log message:
*: Revbump packages that use Python at runtime without a PKGNAME prefix
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2020-12-04 21:45:51 by Nia Alarie | Files touched by this commit (456) |
Log message:
Revbump packages with a runtime Python dep but no version prefix.
For the Python 3.8 default switch.
|
2019-05-13 19:30:12 by Ryo ONODERA | Files touched by this commit (6) | |
Log message:
Update to 2019.1.2
Changelog:
2019.1.2
This update comes with a bunch of notable fixes:
Fixed several major Gradle issues: IDEA-210487, IDEA-210487, IDEA-178417.
The “Open Recent” menu can now display the path to a project: IDEA-168223.
The terminal tabs can now be reordered with Ctrl+Shift+Left/Right on Windows \
/ Linux, and cmd+Shift+Left/Right on macOS: IDEA-202809.
It’s now possible to build a Groovy project using the Groovy-Eclipse \
compiler: IDEA-207921.
The Recent Locations popup now opens all the selected locations: IDEA-209286
The Run Anything popup shows the correct list of Maven goals: IDEA-199283, \
and shows correct suggestions on the first run: IDEA-210716.
2019.1.1
Out of dozens of important fixes this update delivers, here are the most \
important ones:
Performance issues: the IDE doesn’t freeze on Auto-import (IDEA-206649) \
and we’ve fixed the issue that was causing very high memory usage on \
relatively small projects (IDEA-210047).
Regressions fixed: The ‘Start Failed’ dialog doesn’t appear on closing \
the import settings dialog, and VCS refreshes don’t take very long with \
Mercurial anymore: IDEA-209262.
Updating plugins in an offline environment now works with the new \
marketplace and custom plugin repository: IDEA-205032.
No confirmation dialog is shown when you try to close a Terminal without \
running processes: IDEA-205690.
It’s now possible to switch back from the Terminal tool window to the \
editor by pressing Esc: IDEA-116221.
In the Run Configuration dialog, you can paste just the name or just the \
value of an Environment Variable: IDEA-206952.
The IDE now correctly creates a branch when you open a task with the \
‘create branch’ option enabled: IDEA-205194.
It’s now possible to type characters that require AltGr (IntelliJ IDEA \
with JBR11): IDEA-209426.
For those using the IdeaVim plugin, the Esc key in insert mode closes the \
autocomplete popup and exits the insert mode: IDEA-209779.
The bundled Kotlin plugin was updated to v1.3.21-release-IJ2019.1-3, with \
the following fixes integrated: KT-30117, KT-29427, KT-30137, and KT-9618.
|