-
Notifications
You must be signed in to change notification settings - Fork 610
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CI #3
Comments
Seems like now CI works for the PRs (I see proper badges). Thanks! |
robot-piglet
pushed a commit
that referenced
this issue
Oct 20, 2023
…inter' ``` #0 0x23d0d55b in GetSchemePrefixSize(TBasicStringBuf<char, std::__y1::char_traits<char> >) /home/vmordovin/src/arcadia/fuse/arcadia/library/cpp/string_utils/url/url.cpp:111:11 #1 0x23d0ce99 in GetSchemeHostAndPort(TBasicStringBuf<char, std::__y1::char_traits<char> >, bool, bool) /home/vmordovin/src/arcadia/fuse/arcadia/library/cpp/string_utils/url/url.cpp:173:31 #2 0x23d0da8b in NUrl::SplitUrlToHostAndPath(TBasicStringBuf<char, std::__y1::char_traits<char> >) /home/vmordovin/src/arcadia/fuse/arcadia/library/cpp/string_utils/url/url.cpp:68:27 #3 0x23d0da8b in SplitUrlToHostAndPath(TBasicStringBuf<char, std::__y1::char_traits<char> >, TBasicStringBuf<char, std::__y1::char_traits<char> >&, TBasicStringBuf<char, std::__y1::char_traits<char> >&) /hom e/vmordovin/src/arcadia/fuse/arcadia/library/cpp/string_utils/url/url.cpp:201:31 #4 0x2c0d8715 in NReportSnippets::SplitGreenUrl(NSc::TValue&, TBasicStringBuf<char, std::__y1::char_traits<char> >, TBasicStringBuf<char, std::__y1::char_traits<char> >) /home/vmordovin/src/arcadia/fuse/arca dia/search/web/util/report_snippets/report_snippets.cpp:50:5 #5 0x2363d63b in (anonymous namespace)::TReportSnippetGenericContext::ProcessGrouping(TMetaGrouping&, TGroupingIndex const&, IMetaRearrangeContext::TRearrangeParams const&) /home/vmordovin/src/arcadia/fuse/a rcadia/search/web/rearrange/rep_snip_generic/generic.cpp:129:21 ... ```
Alnen
added a commit
to Alnen/ydb
that referenced
this issue
Jan 30, 2024
Alnen
added a commit
to Alnen/ydb
that referenced
this issue
Jan 31, 2024
Alnen
added a commit
to Alnen/ydb
that referenced
this issue
Feb 16, 2024
robot-piglet
pushed a commit
that referenced
this issue
Mar 23, 2024
https://github.com/yandex/toolchain-registry/releases/tag/clang16-v3 4933cc7df4ccd5936759148df2d1474e9fd6245e
This was referenced Mar 29, 2024
Merged
This was referenced Apr 4, 2024
Merged
This was referenced Apr 6, 2024
This was referenced Apr 16, 2024
MBkkt
pushed a commit
to MBkkt/ydb
that referenced
this issue
May 31, 2024
Implement bitvector dot product Implement bitvector for sizes that not multiple by 64
Closed
This was referenced Jul 23, 2024
MSAN error on test ya make -ttt --sanitize=memory --build=minsizerel -F KqpYql::UuidPrimaryKey
#7009
Closed
Closed
nikvas0
pushed a commit
to nikvas0/ydb
that referenced
this issue
Sep 2, 2024
robot-piglet
pushed a commit
that referenced
this issue
Nov 11, 2024
https://github.com/yandex/toolchain-registry/releases/tag/clang18-v3 commit_hash:242ab0166e0b3ae29fd381117df005246a4e4eb9
robot-piglet
pushed a commit
that referenced
this issue
Dec 13, 2024
https://github.com/yandex/toolchain-registry/releases/tag/clang-format-18-v3 commit_hash:6e0e093d92b0f811733dd1f255d30cc052bd7f9e
This was referenced Dec 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
Currently, no CI is avaiable (at least in public). And it is not easy to understand, does a PR breaks something or not.
Please add a CI to the repo. E.g. based on GitHub Actions CI or maybe integrate somehow reports from your internal CI system.
Thanks.
The text was updated successfully, but these errors were encountered: