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

Remove KeepSub module which is unused (also fix dialyzer error) #164

Merged
merged 1 commit into from
Jul 19, 2022

Conversation

s-hosoai
Copy link
Contributor

現在使われていないkeep_subモジュールを削除しました。

@@ -110,7 +110,8 @@ defmodule Rclex.SubLoop do
receive do
:stop ->
# FIXME: 1st arg type breaks the contract
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

こちらもFIXEDですね,てか混ざっている?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

すみません、根本がさっきのブランチになってました。リベースして置き換えますね。

@s-hosoai s-hosoai force-pushed the fix_dialyzer_error_remove_keep_sub_module branch from 06ea60b to 3439b90 Compare July 19, 2022 07:08
@takasehideki takasehideki changed the title Fix dialyzer error remove keep sub module Remove keep sub module which is unused (also fix dialyzer error) Jul 19, 2022
@takasehideki takasehideki changed the title Remove keep sub module which is unused (also fix dialyzer error) Remove KeepSub module which is unused (also fix dialyzer error) Jul 19, 2022
@takasehideki takasehideki merged commit c37bc81 into main Jul 19, 2022
@takasehideki takasehideki deleted the fix_dialyzer_error_remove_keep_sub_module branch July 19, 2022 07:12
takasehideki added a commit that referenced this pull request Sep 21, 2022
**Full Changelog**: v0.7.0...v0.7.1

* New Contributors: @pojiro 🎉
* New features:
  * Improve unit test environment on local dev machine by @pojiro in #131
* Code Improvements/Fixes:
  * Enrich doc and specs with the awesome contributions by @pojiro (e.g., in #121)
  * Enrich unit tests with the awesome contributions by @pojiro (e.g., in #136)
  * Improve credo config, .credo.exs by @pojiro in #120
  * exclude auto-generated files format by @pojiro in #135
  * refactor Rclex.ResourceServer.call_nifs_rcl_node_init/5 by @pojiro in #147
  * fix node name bug, when it attributes a namespace (and also fix #142) by @pojiro in #149
  * Remove KeepSub module which is unused (also fix dialyzer error) by @s-hosoai in #164
  * Improve README by @takasehideki in #171
* Bumps:
  * `credo` from 1.6.4 to 1.6.5 in #162
* Known issues to be addressed in the near future:
  * Lock `git_hooks` to 0.6.5 due to its issue in #138
  * Bump to Humble Hawksbill in #114
  * Release rcl nif resources when GerServer terminates in #160
* Note in this release:
  * After long consideration, we have decided to end the support for Dashing as the target environment 6ae367d
@takasehideki takasehideki mentioned this pull request Sep 21, 2022
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.

Rclex.initialize_msg/0 is undefined or private in KeepSub.sub_task_start/2
2 participants