-
```
Steve's comment, split off from issue 106:
Consider the following code:
shared int *S1;
shared [] int *S2;
S2 = S1;
if ( upc_addrfield(S1) == upc_addrfield(S2) ) {
printf("Match\n");
}
Wi…
-
Hello I have forked the mod and would like to add different kinds of UPCs.
like LV, MV, HV and EV.
https://github.com/MSandro/upc
I would also like to release a 1.19.x port of it, but mainly I woul…
-
There is no way to pass configuration to scan as UPC-12
-
```
horizon.tv offers live streaming television for UPC subscribers. This means you
can watch tv online.
The following plugin is needed for the site to work on a webbrowser: Winevine
DRM, and the …
-
This issue is a report of the known failure of clang-upc to diagnose the two illegal typedefs in bug3057.upc of the Berkeley UPC testsuite:
```
// These are illegal in dynamic threads environment:
…
-
Upc07Keygen does not detect the network as supported. Manual calculation generates the wrong password. I compared the routerkeygen by yolosec project for android and https://haxx.in/upc_keys.c on cygw…
-
I really miss the feature to search by ean code, upc code and product location in the search bar for stock management - stock update movements.
"search by ean-/upc code": When the products arrive, …
-
I have clang-upc tests running twice per week on NetBSD-6.1 on both amd64 and x86 targets. I have test on each platform of both the libupc runtime and upcr. Nenad has access to these systems.
A deb…
-
Hello,
I want to report a bug, where Java variables which are by defaullt Nullable, are not set as nullable in the generated OPENAPI spec file.
I tried looking through the previous issues, but n…
-
### Describe the bug
I have written a "Create procedure" statement (below) and it doesn't work in phpMyAdmin, however it does work in the command line.
I tried to simplify my stored procedure to…