Tootfinder

Opt-in global Mastodon full text search. Join the index!

@migueldeicaza@mastodon.social
2025-11-23 17:19:32

Update: it is not macros that cause this, it is plugins. If you use a build plugin, it injects the entire build plugin code into your resulting app.
Still no fix, but at least we know more.
Thanks to @… for narrowing down the problem.

@frankel@mastodon.top
2025-10-22 08:27:08

Let's write a #macro in #Rust - Part 1
hackeryarn.com/post/rust-macro

@jamesthebard@social.linux.pizza
2025-11-17 05:10:07

Today I learned about the true power of macros...and holy crap, they are awesome. Started back on the Z80 emulator and wondered if there was a way to reference procs in Nim using strings. Did some searching and came across someone who did something very similar and it never crossed my mind to even try this.
#nim

A simple macro to assign procedures to a lookup table so they can be referenced via string.
@mgorny@social.treehouse.systems
2025-11-29 11:34:41

#TIL
> The macros describing this structure live in <asm/ioctl.h> and are
> _IO(type,nr) and {_IOR,_IOW,_IOWR}(type,nr,size). They use
> sizeof(size) so that size is a misnomer here: this third argument
> is a data type.
>
> Note that the size bits are very unreliable: in lots of cases they
> are wrong, either because of buggy macros using
> sizeof(sizeof(struct)), or because of legacy values.
#Linux

@migueldeicaza@mastodon.social
2025-12-13 16:00:01

If you use Swift Macros in a library, use this script to remove 50 megs of junk that Xcode forces into your binaries:
github.com/migueldeicaza/Godot
This has been a public …

@nobodyinperson@fosstodon.org
2025-11-07 06:27:13

Hey @…, I receive mails from a weird domain newgen.co, which looks super fishy to me. Is that really you?

Mail from pclm@newgen.co saying to please click link, saying something about LaTeX macros.
@mcdanlj@social.makerforums.info
2025-11-29 13:47:30

In #FreeCAD, what can I do from the UI and from Python macros to cause all the topological naming links to be recreated in the current shape?
I have a Part Design Body that for which I can mark it to recalculate and then recalculate and it's fine, but if I modify a driving parameter trivially, including by an inconsequential .001mm, suddenly it tells me that I have an invalid edge …