Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 36 million developers.
Sign up
Pro
- https://gitlab.com/remyabel/
Pinned
513 contributions in the last year
Activity overview
Contributed to
remyabel/linux-guide-and-hints,
googleapis/google-cloud-cpp,
remyabel/cpp-i386-kernel
and 5 other
repositories
Contribution activity
May 2019
remyabel has no activity
yet for this period.
April 2019
- remyabel/oak C++
Created a pull request in googleapis/google-cloud-cpp that received 16 comments
Put quotes around variables where necessary.
Part 5 of #2463 To make the changes easier to review and to spot any potential mistakes (since ShellCheck sometimes has false positives), I am rele…
+67
−59
•
16
comments
- Remove Ubuntu trusty build/references.
- Remove Snapshot-related functions, tests, examples, etc.
- Fix chocolately link. [skip ci]
- Declare and assign local variables separately.
- Fix portability/logical errors in shell scripts.
- Enclose instances of $0 in quotes
- Enable ShellCheck in check-style.sh
- Add test for using google-cloud-cpp as a submodule.
- Use CMAKE_BINARY_DIR to make google-cloud-cpp work as a submodule.
- Fix test names.
- Output content-length-range parameters as numbers, not strings.
- Add instructions for generating compile_commands.json [skip ci]
- Ignore additional build dirs in check-style
- Restore code coverage uploads.
- Check for (and fix) whitespace formatting in non-C++ files
- Fix portability/logical errors in shell scripts.
- Put quotes around variables where necessary.
- Stub spanner_client library.
- Add test for using google-cloud-cpp as a submodule.
- Restore accidentally removed comment.
- Use SignBlob API if needed.
- Clean up relational operators
- Implement bigtable::Table::AsyncCheckAndMutateRow
- BulkMutator is overusing UNKNOWN error.
Created an issue in googleapis/google-cloud-cpp that received 10 comments
Consider fixing warnings emitted by ShellCheck
ShellCheck is a static analysis tool for shell scripts. I ran it on this codebase and here's the list of warnings emitted run through uniq. We can …
10
comments