Commit Graph

8 Commits

Author SHA1 Message Date
Nikolay Chashnikov
67304f42ea [intellij project configuration] convert source roots in intellij.python.helpers to resource roots
Since there are no Java source files in these directories, it doesn't make sense to register them as source roots. Converting to resource roots should speed up compilation a little, and also makes it simpler to write tests which analyze class files in the module output (we can report an error if there are no class files in a module with source roots).

GitOrigin-RevId: 4efe77ef07c8e2449186319e806abe7835e3e763
2023-03-20 20:26:15 +00:00
Mikhail Golubev
1ee85abc04 Exclude directories with helpers' virtualenvs from the corresponding modules
GitOrigin-RevId: dd2d9212220e8f4422aad88fa719a508f5ae52f5
2019-07-18 17:57:26 +03:00
Alexander Koshevoy
5fed91a5ab Remove "Python 2.7 (ultimate)" SDK from intellij.python.helpers module 2019-02-25 17:55:12 +03:00
Alexander Koshevoy
c018fa4172 Remove obsolete Jupyter support in intellij.python.ipnb module 2019-02-25 17:00:37 +03:00
Alexander Koshevoy
bdc5a3b50e PY-18029 Move thriftpy to third-party dependencies for Python helpers 2018-08-22 23:16:40 +03:00
fitermay
79b97af0cd helpers/pydev should be a source root with output prefix 'pydev' 2018-02-09 14:49:10 +03:00
fitermay
027d0a169b exclude gradle build folders from project and add to .gitignore 2018-02-09 14:49:10 +03:00
nik
16410c2321 IDEA project configuration: the great module rename
Rename all modules in IntelliJ IDEA sources to ensure that they follow a consistent naming scheme.

Rename iml files.
2018-01-25 12:59:02 +03:00