[Bug] `ABI` Command vs `CC` Command (Release 0.7.0)
See original GitHub issueHello @TfTHacker !!!
I think I find a bug: the ABI
command have the same result as CC
If I understood correctly the definition of CC and ABI:
- CC ->
![[Filename#^BlockRef]]
(embed link) - ABI ->
[[Filename#^BlockRef]]
(not embed link)
On 0.7.0 we have CC and ABI as ![[Filename#BlockRef]]
for both commands.
Sorry if I understood incorrectly the commands.
Have a great day!
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
error on m1 macbook pro 2021 · Issue #849 - GitHub
... C compiler: /Library/Developer/CommandLineTools/usr/bin/cc - skipped -- Detecting ... Update the VERSION argument <min> value or use a .
Read more >Bug listing with status RESOLVED with resolution TEST ...
Bug :233 - "Emacs segfaults when merged through the sandbox. ... from explicit command" status:RESOLVED resolution:TEST-REQUEST severity:normal · Bug:123899 ...
Read more >Release Notes: 0.7.0 to 1.11.34 — Botan
The botan command line application introduced in 1.11. · A bug in certificate path validation introduced in 1.11. · The ChaCha20 stream cipher...
Read more >0.7.1 Release Notes The Zig Programming Language
Zig is a general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. This release solves 69 bugs. Table of ...
Read more >Change: the logging - Nginx.org
Change: now nginx always returns an error if spaces or control characters are ... Changes with nginx 1.7.4 05 Aug 2014 *) Security:...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
For me they are both doing block embeds. So you are suggestion block embed and just block ref?
You are right. These commands are redundant, basically doing the same thing. I will reduce it to one command in the next release. Thank you for the feedback on this.