mastodon.zunda.ninja is one of the many independent Mastodon servers you can use to participate in the fediverse.
Zundon is a single user instance as home of @zundan as well as a test bed for changes of the code.

Administered by:

Server stats:

1
active users

#ifdef

0 posts0 participants0 posts today
daniel:// stenberg://<p><span class="h-card" translate="no"><a href="https://fosstodon.org/@kees" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>kees</span></a></span> <span class="h-card" translate="no"><a href="https://norden.social/@hikhvar" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>hikhvar</span></a></span> <span class="h-card" translate="no"><a href="https://infosec.exchange/@dascandy" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>dascandy</span></a></span> yeah, that's basically what I found in the curl code left from &lt; 2000. Mostly comments and a few <a href="https://mastodon.social/tags/ifdef" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ifdef</span></a>/#defines.</p>
あっきぃ<p>やったことメモ:</p><p>RP2040向けの、RTCから時刻を取得するコードを<br><a href="https://github.com/adafruit/circuitpython/blob/main/lib/mbedtls_config/mbedtls_port.c#L50" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/adafruit/circuitpyt</span><span class="invisible">hon/blob/main/lib/mbedtls_config/mbedtls_port.c#L50</span></a></p><p>RP2350の場合はpowmanを使って取得するようにしてみた</p><p><a href="https://social.mikutter.hachune.net/tags/ifdef" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ifdef</span></a> PICO_RP2350<br><a href="https://social.mikutter.hachune.net/tags/include" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>include</span></a> "hardware/powman.h"<br>time_t rp2_rtctime_seconds(time_t *timer) {<br> return powman_timer_get_ms() / 1000ULL;<br>}<br><a href="https://social.mikutter.hachune.net/tags/endif" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>endif</span></a></p><p>が、CircuitPython側でRuntimeError: pystack exhaustedで死ぬので、たぶんまだなんかおかしい</p>
Izumi Tsutsui<p><a href="https://sourceware.org/git/?p=glibc.git;a=blame;f=time/time.h;hb=f2bea4da2e65b5d91a23a01fb2062bcec33974aa#l94" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">sourceware.org/git/?p=glibc.gi</span><span class="invisible">t;a=blame;f=time/time.h;hb=f2bea4da2e65b5d91a23a01fb2062bcec33974aa#l94</span></a><br>glibc も strptime(3) は XPG4 相当のままなんかな。</p><p><a href="https://sourceware.org/git/?p=glibc.git;a=blame;f=time/time.h;hb=33808bf1164be2e7c8535bdd5ac398c75c33ed49#l243" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">sourceware.org/git/?p=glibc.gi</span><span class="invisible">t;a=blame;f=time/time.h;hb=33808bf1164be2e7c8535bdd5ac398c75c33ed49#l243</span></a><br>一方で gmtime(3) が <a href="https://social.mikutter.hachune.net/tags/ifdef" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ifdef</span></a> __USE_GNU で囲まれてないのはオレオレ関数扱いなのか</p>
Krishean Draconis<p><span class="h-card"><a href="https://mastodon.social/@bagder" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>bagder</span></a></span> to build <a href="https://mastodon.social/tags/trurl" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>trurl</span></a> with msvc you need to define strncasecmp with something like</p><p><a href="https://mastodon.social/tags/ifdef" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ifdef</span></a> _MSC_VER<br><a href="https://mastodon.social/tags/define" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>define</span></a> strncasecmp _strnicmp<br><a href="https://mastodon.social/tags/endif" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>endif</span></a></p><p>And a few minor changes to the perl tests</p><p>test.pl: replace single quotes with double quotes on lines 22,23,24<br>my <span class="h-card"><a href="https://mastodon.social/@out" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>out</span></a></span> = ($^O eq 'MSWin32')?`.\\trurl.exe $i 2&gt;nul`:`./trurl $i 2&gt;/dev/null`;</p><p>Similar line for <span class="h-card"><a href="https://mastodon.social/@out" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>out</span></a></span> in test-json.pl</p><p>There might be better ways to do any of this, it's just what I did to get it to work</p>
ぽな (C.Ponapalt)<p>よーしパパ <a href="https://ukadon.shillest.net/tags/ifdef" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ifdef</span></a> しちゃうぞー</p>
kb10uy<p>インデント制御、ブロック、 <a href="https://mstdn.maud.io/tags/ifdef" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ifdef</span></a> を自動でやるようにしてあるので手動でインデントを書き込まなくて良いようになっている</p>
daniel:// stenberg://<p>predef is our friend <a href="https://daniel.haxx.se/blog/2022/07/13/predef-is-our-friend/" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="ellipsis">daniel.haxx.se/blog/2022/07/13</span><span class="invisible">/predef-is-our-friend/</span></a> - tldr: the <a href="https://mastodon.social/tags/ifdef" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ifdef</span></a> resource you need is on <span class="h-card"><a href="https://mastodon.social/@GitHub" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>GitHub</span></a></span> now</p>
mzp<p>ECUの制御プログラムは車種ごとに<a href="https://mstdn.nere9.help/tags/ifdef" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ifdef</span></a> してるから、それはもうすごいことになってるみたいな話も聞いたな</p>
大破<p>arch/*/*/Platform<br>って <a href="https://mstdn.maud.io/tags/ifdef" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ifdef</span></a> とかのマクロ使えるんだろか</p>
まおー<p>頭にきたのでファイル全体を <a href="https://yakumo.foundation/tags/ifdef" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ifdef</span></a> で囲む暴挙にでた</p>
Urusan<p><span class="h-card"><a href="https://fosstodon.org/@codesections" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>codesections</span></a></span> I actually agree with him. Almost all of the code in the Linux kernel is drivers: <a href="https://unix.stackexchange.com/questions/223746/why-is-the-linux-kernel-15-million-lines-of-code" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="ellipsis">unix.stackexchange.com/questio</span><span class="invisible">ns/223746/why-is-the-linux-kernel-15-million-lines-of-code</span></a></p><p>So really the large size of the Linux kernel is simply a product of how the project is organized, and the core of the kernel is probably still under a million lines today.</p><p>Additionally, as some people point out, you usually don't compile all the lines, with <a href="https://fosstodon.org/tags/ifdef" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ifdef</span></a> statements determining what you include or exclude.</p>
Izumi Tsutsui<p>カーネルデバッガーがないので野生の勘とトライアンドエラーを強いられた謎ポインタ事例<br><a href="http://www.nerv.org/netbsd/?q=id:20191102T011457Z" rel="nofollow noopener" target="_blank"><span class="invisible">http://www.</span><span class="ellipsis">nerv.org/netbsd/?q=id:20191102</span><span class="invisible">T011457Z</span></a></p><p>- コンソール描画系ドライバのヘッダの中に構造体定義がある<br>- 構造体の一部のメンバー(画面回転処理関連)が <a href="https://social.mikutter.hachune.net/tags/ifdef" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ifdef</span></a> マクロの中に書かれている<br>- <a href="https://social.mikutter.hachune.net/tags/ifdef" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ifdef</span></a> で参照されるマクロが定義されたヘッダが明示的に include されてない<br>- 構造体を malloc() するときは当該メンバーがないことになってた<br>- 構造体の中身を初期化するときは当該メンバーがあることになってた<br>- 当該構造体の直後に malloc された領域がぶっ壊されるが参照されたときに初めて落ちる<br>- 「画面回転をやめると落ちない」という観測結果からヤバげな代入を一つずつコメントアウトして特定</p><p>これはダルかった</p>
まちカドおるみん御嬢様<p>C だと<br><a href="https://mstdn.maud.io/tags/ifdef" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ifdef</span></a> 1<br><a href="https://mstdn.maud.io/tags/endif" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>endif</span></a><br>でやりがち</p>
shibafu528<p><a href="https://social.mikutter.hachune.net/tags/ifdef" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ifdef</span></a> _WIN32<br><a href="https://social.mikutter.hachune.net/tags/elif" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>elif</span></a> defined(__APPLE__)<br><a href="https://social.mikutter.hachune.net/tags/else" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>else</span></a><br>の三段構えを見てしまったよ</p>
SHIMADA Hirofumi<p><a href="https://mstdn.maud.io/tags/ifdef" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ifdef</span></a> SOKUTENABLE</p>
大破<p>ドライバの方は <a href="https://mstdn.maud.io/tags/ifdef" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ifdef</span></a> なんちゃらNECPF~があった</p>
shibafu528<p><span class="h-card"><a href="https://social.mikutter.hachune.net/@tsutsuii" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>tsutsuii</span></a></span> <span class="h-card"><a href="https://social.mikutter.hachune.net/@taka_hvc1" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>taka_hvc1</span></a></span> <br>- ライセンスはnanotodon.cに準拠(という言いかたでいいんですかね)<br>- プロトタイプ、config.cの頭にということ?<br>- XDGは……そうですね、 <a href="https://social.mikutter.hachune.net/tags/ifdef" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ifdef</span></a> USE_XDG_BASE_DIR か、逆の意味かでマクロにしますか。どちらがデフォルトかはかぐら君次第か。<br>- 通常ファイルがあると……セグります!! だめですねこれ<br>- $HOMEが長かったら……nanotodon.cが気にしてなかったからスルーしてたけど……長さチェックしてmallocすべきか……</p>
のなか<p>C言語で書いている分には-fPICとか-fPIEとかで対応コードを吐いてくれるけど、アセンブリ言語の方は割と<a href="https://mstdn.maud.io/tags/ifdef" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ifdef</span></a> PICとかで追加コードが必要だったりするのね</p>
Satoshi Kojima (小嶋智)<p>printLogの中身が全部<a href="https://sandbox.skoji.jp/tags/ifdef" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ifdef</span></a> DEBUGされていて普通にビルドすると空っぽというトラップ発見</p>
Satoshi Kojima (小嶋智)<p><a href="https://sandbox.skoji.jp/tags/define" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>define</span></a> TICKET1<br><a href="https://sandbox.skoji.jp/tags/define" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>define</span></a> TICKET2</p><p><a href="https://sandbox.skoji.jp/tags/ifndef" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ifndef</span></a> TICKET1<br>void function() {<br>}<br><a href="https://sandbox.skoji.jp/tags/endif" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>endif</span></a></p><p><a href="https://sandbox.skoji.jp/tags/ifndef" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ifndef</span></a> TICKET2<br><a href="https://sandbox.skoji.jp/tags/ifdef" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ifdef</span></a> TICKET1 <br>void function() {<br>}<br><a href="https://sandbox.skoji.jp/tags/endif" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>endif</span></a><br><a href="https://sandbox.skoji.jp/tags/endif" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>endif</span></a></p><p><a href="https://sandbox.skoji.jp/tags/ifdef" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ifdef</span></a> TICKET2<br>void function() {<br>}<br><a href="https://sandbox.skoji.jp/tags/endif" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>endif</span></a></p><p>キー !!</p>