Open
Conversation
1. Define session class. 2. Define the basic structure of the basic functions. 3. Write the abstract logic of reading and writing session files with the stream and serialize functions.
…functions and simple logic for working with extra attributes for session files.
The optimization is applied in case at least one of operands is empty. In that case it eliminates copy creation and returns a shared array.
Change deb.debian.org on archive.debian.org in github pipelines and docs
* Increase possible parts_cnt & fix assert * Replace assert with kphp_assert and kphp_error
This commit adds two flags to both typed and untyped RPC TL query builtins. 'requests_extra_info' parameter collects extra info about sent RPC requests: 'request_size'. 'need_responses_extra_info' tells the runtime to collect extra info about RPC response associated with the RPC request. This info may later be extracted with new 'extract_kphp_rpc_response_extra_info' builtin.
SIGSEGV was caused by using wrong string's constructor. The constructor we used was an optimization for single-character strings. Such strings are stored in `.rodata`. Writing to these strings' buffer led to a SIGSEGV
In some cases RPC queries that are wrapped with RpcDestFlags, RpcDestActor, or RpcDestActorFlags are wrapped one more time with RpcDestActorFlags. This PR fixes this behaviour.
Replace static_assert with std::enable_if for VertexAdaptor
Fix TLS threads count
Replaces hardcoded installation paths with paths from GNUInstallDirs. This should help ensure cross-distribution builds, at least at the directory compatibility level.
In vkcom, we sometimes see "file name too long". This MR shrinks too long file names, replacing in exact places long namespaces with their hashes.
…#1011) Before this MR, all constants / globals were codegenerated as separate C++ variables. This MR splits constants and globals into different storages and pipelines and targets to fully avoid mutable state in codegenerated C++ code. The purpose of this approach is to be able to compile a script into .so, load it multiple times, and execute concurrently.
…nto andreylzmw/runtime_light_ci
9788dd8 to
fe1c9c0
Compare
ab6abcf to
5483799
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.