Nikolay Edigaryev

Results 150 comments of Nikolay Edigaryev

> Oh, I wanted to say that if a random directory name is picked (which may be included in cache artefacts), then it will be harder to re-use a cache...

> The caches itself might include the full path. E.g. ccache. But this can be worked around for most compiler caches. A fix for this was shipped in the [0.46.0...

Reopening to add support for faster working directory sync using folder sharing in the future, see https://github.com/cirruslabs/cirrus-cli/pull/557#pullrequestreview-1097683236.

You've probably meant [`bar_script`](https://cirrus-ci.org/guide/writing-tasks/#script-instruction), not [`bar_step`](https://cirrus-ci.org/guide/docker-pipe/): ```yaml example_task: container: image: debian bar_script: - echo bar ```

Note that it not just the `ID()` that returns [`sql.ErrNoRows`](https://pkg.go.dev/database/sql#pkg-variables) (indirectly), but `Exec()` too. It just discards the value but is similar otherwise.

Not sure if this is related, but I've faced a similar problem when simply indexing Google Chrome's codebase on a 512 MB VPS. Here's an example of a single 540...

With the fix applied, ctags only uses ~9 MB to parse `utf_info.hxx`. But there still exists huge 14 MB header files like this one that cause ctags to use ~76...

> I would like to get value of `/sys/fs/cgroup/memory/memory.limit_in_bytes`. You should just use `cgroups.RootPath` instead of `cgroups.NestedPath("")` then.

>Most people is not everyone. For some it would be a breaking change for them. Is there a policy for making breaking changes? It seems that when a single component...

Thanks! So according to [VERSIONING.md](https://github.com/open-telemetry/opentelemetry-go/blob/main/VERSIONING.md), it seems that the change proposed here falls under the following statement: >In addition to public APIs, telemetry produced by stable instrumentation will remain stable...