-
I toyed with setting up some rudimentary tests with our external testing repo (zeek-testing) just to make sure some change we make doesn't inadvertently break windows builds while I get btest back int…
-
Sqlite and the Emscripten cache file are two cases where file locking has come up in real-world use cases.
The POSIX way to do file locking, with `fcntl` and `F_SETLK`/`F_GETLK`-style locks has the…
-
The TPE3 frame in ID3v2.3 is intended for “Conductor/Performer Refinement,” but it’s often used in audiobooks or spoken word media to denote the narrator. Many media players and library management too…
-
# Bug report
### Bug description:
The iOS buildbot is seeing an intermittent testing failure in `test_posix.PosixTester.test_confstr:
```python
====================================================…
-
We keep breaking the Windows port whenever we land a new feature for Darwin and/or Linux. This needs to stop.
There is absolutely no reason the Windows port of swift-system needs to be built from t…
-
## Environment
| Item | Value |
|---|---|
| OS, Version / Build | Win32NT 10.0.18363.0 Microsoft Windows NT 10.0.0.18363.0 |
| Processor Architecture | ___ (no output? but it's x64) |
| Proce…
ghost updated
2 weeks ago
-
Extend rclc-Executor to support
1. multi-threaded execution (1:1 correspondence of a subscription callback to a thread) using "Dispatcher Executor" concept.
2. assignment of thread scheduling para…
-
- Along with a *BSD port, we should change the `.apple2` file to a `.apple2` directory with JSON data format files stored therein.
- The desktop version is lagging mobile (Android) in terms of feature…
-
`whoami` is generally available on all Unix-y systems, but `id -u -n` is the POSIX standard with guaranteed behavior.
This is literally as simple as doing a find-and-replace across the repo (such a…
-
**Describe the feature request**
Make cabal check reject packages when source distribution contains files with invalid names on any operating system. For example `aux` is not valid on Windows (and …