Hacker News new | ask | show | jobs
by nspiegelberg 4335 days ago
1. I added an extra brace after FBFatal in a final revision :( I'll ask for a revision 2. FBFatal has the same semantics as assert(), so that's correct. 3. The 'rebind_symbols' line truncates and is missing a horizontal scroll. You can view the rest of it if you click drag.
1 comments

  > 2. FBFatal has the same semantics as assert(), so that's correct.
Ah, this makes sense to me now. Thanks!