Pierre Curto
Pierre Curto
@andydotxyz closing this PR and resubmitting on lastest develop branch.
> Can you get this to properly make a stacktrace with sanitizers? I am not getting a signal callback here. I am not sure what you are asking for here....
Yes it does: ``` a.out(12498,0x7ff8574d5700) malloc: nano zone abandoned due to inability to reserve vm space. AddressSanitizer:DEADLYSIGNAL ================================================================= ==12498==ERROR: AddressSanitizer: stack-overflow on address 0x7ff7ba950504 (pc 0x000104db2f49 bp 0x7ff7bb150510 sp 0x7ff7ba950500...
[main.ll.zip](https://github.com/c3lang/c3c/files/12686615/main.ll.zip)
OK so a FileSystem would be one use case. Let's see what else would be required.
BTW I appreciate your thoughtfulness in how you approach your work and careful planning!
> That's not how other widgets behave. If someone wants to switch to keyboard handling then it should start from the last item they interacted with. > > This may...
I see. The reason I removed focus was that otherwise the button appears in focus mode (blue background with the default theme) once clicked. Is this expected?
So would only removing the visuals of the focus for a clicked button but keeping its focus be fine?
> 3. Dependency resolution per major library version is done by picking the minimal version. E.g. module Foo requires Bar 1.5+ and module Baz requires 1.3+. Our module using Bar...