-
### Preliminaries
So this issue will touch on a few of topics, and it's fairly long (apologies!), but essentially I'm hoping to tease out what I see are some tensions with respect to container format…
-
Definitions that start with "The process by which..." introduce a level of indirection that makes the exact semantics imprecise. This is not mere grammatical footling, I think the extra weasely indir…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR24289](https://bugs.llvm.org/show_bug.cgi?id=24289) |
| Status | RESOLVED FIXED |
| Importance | P…
-
Migrated from [rt.perl.org#126453](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=126453) (status was 'resolved')
Searchable as RT126453$
p5pRT updated
9 years ago
-
The current arrangement is `actionerLink-[:hasEvent]->systemEventsystemEventevent
WHERE alink._linkType = "lifecycleAction"
CREATE alink-[:actionHasEvent]->event
DELETE r
```
Code changes need to:
- …
-
We currently don't really define what "portable" means. A few ideas:
- Works within recent browsers, based on web standards.
- Works on multiple mainstream OSs. Should we specify which (Windows (which…
-
We should be able to load `DVTFoundation.framework` dynamically using fiddle in Ruby which would allow us to save ASCII plists using the private API if available and Xcode is installed.
This provides…
kylef updated
9 years ago
-
In an ideal world, one would be able to:
- load an image from a disk file
- visualize it using using OpenGL
- perform some calculations on it using Image's algorithms
- plot the results in Gadfly
Unf…
-
It appears this is a bug?
```
diff --git a/t/plusminus.t b/t/plusminus.t
index ec6abe5..e424849 100644
--- a/t/plusminus.t
+++ b/t/plusminus.t
@@ -1,4 +1,4 @@
-use Test::More tests => 48;
+use Test::…
-
TL;DR: make all accesses of 1, 2 and 4 bytes "always" lock-free, wider access "maybe".
C++11 has a concept of "atomicity" where an operations is either entirely observable, or not at all. This guaran…