DiskPoppy

Results 14 issues of DiskPoppy

In bsnes' encompassing folder there are 3 subfolders: Database, Firmware and Shaders. It ignores the content of Firmware (possibly Database and Shaders too), instead you have to make a Firmware...

They throw errors like this: `error: (E5053): Function 'READ1($00FFD5)' wasn't found.` They were previosuly recognized.

This is a proposal to add a function that enables you to index an array with a vector, producing a vector of the array's elements as its output.

proposal
accepted

Rationale: It's currently impossible to refer to labels in freespace from other patches without writing the label's address to the ROM at known location and then using the known location...

new feature

I thought about it as it would be useful for incsrc'ing multiple unrelated patches.

new feature

Proposition for a feature where when referring to included source code's labels, defines, macros, functions, you have to use an appropriate prefix to reduce or prevent name collisions

new feature

### Zig Version 0.10.0-dev.4418+99c3578f6 ### Steps to Reproduce Use `lookup()` with a pointer to type that has larger alignment than 1. For example: `lib.lookup(*usize, "foo")`. Tested with macOS. ### Expected...

bug
contributor friendly
standard library

### Zig Version 0.10.0-dev.4418+99c3578f6 ### Steps to Reproduce To illustrate something like this: ``` const V = @Vector(2, u8); fn addVec(_: V, _: V) @Vector(2, bool) { var result: V...

bug
stage2

### Zig Version 0.10.0-dev.4060+61aaef0b0 ### Steps to Reproduce I'm using macOS. In any project, such as the one generated by `zig init-lib`, add `lib.emit_h = true`, then do `zig build`...

bug
zig build system

### Zig Version 0.10.0-dev.4060+61aaef0b0 ### Steps to Reproduce On `0.10.0-dev.4060+61aaef0b0` (doesn't happen on `0.10.0-dev.3685+dae7aeb33`) I cross-compiled my project on macos, passing `-Dtarget=i386-windows-gnu` (doesn't happen with `-Dtarget=x86_64-windows-gnu`) ~~and linked dynamically to...

bug
contributor friendly
os-windows
stage2
arch-x86