Hostile Fork

Results 21 issues of Hostile Fork

Cool stuff...I've done a similar thing myself, in a less general way as outlined in [this article](http://blog.hostilefork.com/template-specialize-optional-or-not/). In my case, the sacrifice of generality was because I wanted the interface...

enhancement

Currently it is possible to initialize one optional from another if their types match exactly. But one should ideally be able to initialize one optional from another if the types...

_(Took a while to get this posted, but here is sort of my line of thinking.)_ References cannot be default constructed or changed to point to a different address. So...

I noticed this when trying out the optional references: ``` #include "Optional/optional.hpp" using std::experimental::optional; class foo { virtual void doSomething() = 0; }; class bar : public foo { void...

## Motivation Attempting to try out WasmEdge, I built a small test script with file I/O using Emscripten's STANDALONE_WASM mode: $ emcc -s STANDALONE_WASM fopen-test.c -o fopen-test.wasm $ wasmedge fopen-test.wasm...

enhancement
help wanted

The Rebol 3 Guide says: > In general, expressions are evaluated from left to right; however, within each expression evaluation occurs from right to left. If you write the following...

status.built
type.review
test.written
type.design

Includes compliance for refinements-as-own-arguments: https://trello.com/c/DaVz9GG3/ Also for COMPOSE is /ONLY by default, and uses ((...)) for splicing. CALL is now /WAIT by default, and lower-level calls must be used to...

Was going over some old unmerged pre-Ren/C bits on files. I found that I had hit [CureCode #1422](http://curecode.org/rebol3/ticket.rsp?id=1422) and noticed that `Append_Event()` wasn't doing anything to signal the events to...

If you write something like: ``` *(This is a parenthetical [hyperlink](http://example.com))* ``` It will think the link is `http://example.com)`

If different entries have the same slug, the file is overwritten and the "last one wins". This should cause an error.