Post AxsetOwXWc7ZSJodrk by [email protected] | |
More posts by [email protected] | |
Post #AxrqEeKOQOpFacLbf6 by [email protected] | |
0 likes, 1 repeats | |
"I wonder if I can automatically add paragraph numbers in typst"a few… | |
Post #AxsZ3Bgn3gxzWIjT0K by [email protected] | |
0 likes, 1 repeats | |
Well, I managed to do it. Looks decent but there's some other shenanigans I… | |
Post #AxsetOwXWc7ZSJodrk by [email protected] | |
0 likes, 0 repeats | |
@thephd I'll need to find a way to torture this into something like the cle… | |
Post #AxsetP2v8tE1m6njoO by [email protected] | |
0 likes, 1 repeats | |
@enhancedscurry it has a 1:1 relation with the cleanup attribute. Make a variab… | |
Post #AxsirIW6qXsylKhoLQ by [email protected] | |
0 likes, 0 repeats | |
@thephd Not sure your use case, but in an attempt to mimic the C standard this … | |
Post #AxsirIdCQBYb7K1TOa by [email protected] | |
0 likes, 1 repeats | |
@euclidian Does this mean all paragraphs have to be part of a list/enumeration … | |
Post #AxuA6GuM0E1M2KN1Zw by [email protected] | |
0 likes, 0 repeats | |
@thephd It's the "with a generated name" part that I don't li… | |
Post #AxuA6H2VVuXiRcBXHs by [email protected] | |
0 likes, 0 repeats | |
@enhancedscurry what is __free, here? | |
Post #AxuA6H8BAp50jCq480 by [email protected] | |
0 likes, 0 repeats | |
@thephd A macro, e.g.```#define __free __attribute__((cleanup(__cleanup_free)))… | |
Post #AxuA6HFGkSkd5C9jBA by [email protected] | |
0 likes, 0 repeats | |
@enhancedscurry I think the closest thing would be written like this, instead.#… | |
Post #AxuA6HLeMjr5Oz8p7o by [email protected] | |
0 likes, 0 repeats | |
@thephd It only breaks a hypothetical `__destroy_handle` if that cleanup functi… | |
Post #AxuA6HS1z0xXim7v4S by [email protected] | |
0 likes, 0 repeats | |
@thephd A storage class defer or similar would be awesome. One of the shortcomi… | |
Post #AxuA6HYPbI402Z7116 by [email protected] | |
0 likes, 1 repeats | |
@enhancedscurry I'm unsure what void* __free as an annotation would mean. D… |