Skip to content
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

upgrades #138

Merged
merged 9 commits into from
Jun 10, 2023
Merged

upgrades #138

merged 9 commits into from
Jun 10, 2023

Conversation

yosiat
Copy link
Owner

@yosiat yosiat commented Jun 10, 2023

No description provided.

@yosiat yosiat marked this pull request as ready for review June 10, 2023 14:08
```
compiling ../../../../ext/panko_serializer/attributes_writer/active_record.c
../../../../ext/panko_serializer/attributes_writer/active_record.c: In function ‘active_record_attributes_writer’:
../../../../ext/panko_serializer/attributes_writer/active_record.c:163:70: warning: passing argument 3 of ‘read_attribute’ discards ‘volatile’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  163 |     volatile VALUE value = read_attribute(attributes_ctx, attribute, &isJson);
      |                                                                      ^~~~~~~
../../../../ext/panko_serializer/attributes_writer/active_record.c:88:29: note: expected ‘VALUE *’ {aka ‘long unsigned int *’} but argument is of type ‘volatile VALUE *’ {aka ‘volatile long unsigned int *’}
   88 |                      VALUE* isJson) {
      |                      ~~~~~~~^~~~~~
In file included from ../../../../ext/panko_serializer/attributes_writer/active_record.h:9,
                 from ../../../../ext/panko_serializer/attributes_writer/active_record.c:1:
```
Currently active support deprecations are being redirected to STDOUT which fails json parsing of output results.

Instead, we will redirect it to STDERR.
- Remove `clang-format` check on lint-ruby
- Update clang-format-action: https://github.com/jidicula/clang-format-action/releases/tag/v4.11.0
- Fix linting error (from previous commit)
@yosiat yosiat merged commit 9972ccc into master Jun 10, 2023
14 checks passed
@yosiat yosiat deleted the maint branch June 10, 2023 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant