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

executableのglobal変数がうまく扱えない #3

Open
akawashiro opened this issue Nov 28, 2021 · 0 comments
Open

executableのglobal変数がうまく扱えない #3

akawashiro opened this issue Nov 28, 2021 · 0 comments

Comments

@akawashiro
Copy link
Owner

akawashiro commented Nov 28, 2021

feature_unit_tests/extern のような状況を考える。このとき、

  • main.cの中のhoge_varには初期値がない
    • hoge.cから引っ張ってくる必要がある
    • hoge.cの中のhoge_varを優先にしたい
  • main.cの中のhoge_varには再配置情報が生えていない
    • hoge.cの中のhoge_varはmain.cを参照してほしい
    • main.cの中のhoge_varを優先にしたい

という2つの矛盾する要求がある。#5 はこの解決を目的とするものだが、別のテストが落ちている。

akawashiro pushed a commit that referenced this issue Jul 5, 2023
Add pfnci configuration
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

No branches or pull requests

1 participant