cuddly-quill-74991
09/10/2019, 3:54 PM1.19.0
on macosx 10.14.6
?
I get this error:
thread panicked while processing panic. aborting.
[1] 36512 illegal hardware instruction ./pants
cuddly-quill-74991
09/11/2019, 5:14 PMcuddly-quill-74991
09/11/2019, 5:15 PMcuddly-quill-74991
09/11/2019, 5:15 PMaloof-angle-91616
09/11/2019, 5:15 PMpants-demo
directory the place you cloned https://github.com/KaoruDev/learning_pants_build to?cuddly-quill-74991
09/11/2019, 5:16 PMcuddly-quill-74991
09/11/2019, 5:16 PMcuddly-quill-74991
09/11/2019, 5:16 PM./pants compile mather/src/main/scala:adder
workscuddly-quill-74991
09/11/2019, 6:41 PM11:39:54 00:03 [junit]
11:39:55 00:04 [cache]
No cached artifacts for 1 target.
Invalidated 1 target.
11:39:55 00:04 [run]
Auto-detected 4 processors, using -parallel-threads=4
Error parsing specs: FATAL: Error parsing spec 'com.kaoruk.AdderSpec': Class com.kaoruk.AdderSpec not found in classpath.
mather/src/test/scala:adder_spec ..... NOT RUN
Waiting for background workers to finish.
11:39:55 00:04 [complete]
FAILURE
FAILURE
echoing-alligator-60945
09/12/2019, 1:19 AMechoing-alligator-60945
09/12/2019, 1:36 AM./build-support/bin/get_ci_bootstrapped_pants_pex.sh ${BOOTSTRAPPED_PEX_BUCKET} ${BOOTSTRAPPED_PEX_KEY_PREFIX}.${BOOTSTRAPPED_PEX_KEY_SUFFIX}" failed and exited with 1
echoing-alligator-60945
09/12/2019, 1:37 AMbrief-journalist-82593
09/12/2019, 3:43 PM./pants compile src/main:hello --scala-version=custom --scala-suffix-version=2.13
and get error
zinc[zinc-only](src/main:hello) failed: sequence item 0: expected str instance, ArtifactClasspathEntry found
FAILURE: Compilation failure: Failed jobs: zinc[zinc-only](src/main:hello)
anybody knows what does it mean? and how I can fix it?
if I remove BUILD.tools file and compile with --scala-version=2.12
compilation is successful, but when I construct jar via binary
command, jar doesn’t contain scala library and I get ClassNotFoundExceprion(this is my next question 😄 ).
thank you in advancealoof-angle-91616
09/12/2019, 6:17 PMpants-devel
- iterating on that to produce tickets for a github project.
are there any communication channels i'm missing? i'd drop a link in this channel too.silly-engine-3785
09/13/2019, 1:40 PMenough-analyst-54434
09/13/2019, 2:33 PM$ ./pants cloc src/:: tests/:: contrib/:: 2>/dev/null
<http://github.com/AlDanial/cloc|github.com/AlDanial/cloc> v 1.80 T=3.80 s (476.5 files/s, 65468.5 lines/s)
-----------------------------------------------------------------------------------
Language files blank comment code
-----------------------------------------------------------------------------------
Python 1173 30551 30644 101112
Rust 84 5089 4199 38406
Java 177 1860 2039 8850
Markdown 84 1953 0 5227
JSON 41 28 0 4359
Scala 42 458 540 2183
Protocol Buffers 23 477 2253 1826
Mustache 32 124 21 1430
Bourne Shell 22 269 163 1180
CSS 4 114 52 832
JavaScript 52 105 67 644
TOML 27 45 19 523
XML 29 22 36 468
INI 2 91 0 411
Go 12 29 9 138
C++ 3 8 0 31
YAML 1 4 6 26
Windows Resource File 1 8 0 23
Bourne Again Shell 2 2 0 10
C/C++ Header 1 4 0 10
-----------------------------------------------------------------------------------
SUM: 1812 41241 40048 167689
-----------------------------------------------------------------------------------
It's a fairly complex project though; so - a bit ironically - it is probably not the best example of how you might set your project up. You might start looking here though while reading through https://www.pantsbuild.org/python_readme.html and https://www.pantsbuild.org/3rdparty_py.html.aloof-angle-91616
09/14/2019, 5:46 PMsalmon-television-63321
09/17/2019, 12:49 AMearly-needle-54791
09/17/2019, 8:53 PMregister_options
, does that function get magically called?hundreds-breakfast-49010
09/18/2019, 6:27 PMdatatype
with tuples of ("field_name", type_specifier)
, what's the best way to make some of those fields have defaults?hundreds-breakfast-49010
09/18/2019, 6:28 PM__new__
, but it seems like there might be a better way to do it?flaky-actor-39732
09/19/2019, 12:39 PMpolite-vase-75369
09/19/2019, 1:34 PMfresh-architect-74417
09/23/2019, 6:42 PMfresh-architect-74417
09/23/2019, 6:44 PMwitty-crayon-22786
09/23/2019, 7:21 PMfresh-architect-74417
09/23/2019, 8:28 PMfresh-architect-74417
09/23/2019, 9:07 PMaloof-angle-91616
09/23/2019, 9:12 PM--transitive
to all `ConsoleTask`s? it would allow tasks such as filedeps
to work transitively or intransitively, an option which didn't exist before. https://github.com/pantsbuild/pants/pull/8224fancy-motherboard-24956
09/25/2019, 12:17 PM