Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

WIP: Allow developers to opt out of guards. #261

Closed
wants to merge 2 commits into from
Closed

Conversation

Raynos
Copy link
Contributor

@Raynos Raynos commented Dec 15, 2015

People have complained about the one dependency guard.

I've added an escape clause where the user of tchannel can
globally declare that they know what they are doing.

cc #259

r: @kriskowal @jcorbin @lxe

People have complained about the one dependency guard.

I've added an escape clause where the user of tchannel can
globally declare that they know what they are doing.
@@ -24,11 +24,14 @@ var assert = require('assert');
var process = require('process');
var version = require('./package.json').version;

var tainted = global.TCHANNEL_UNSUPPORTED_MODE ===
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ALL_THE_TCHANNELS="I solemnly swear that I am up to no good"

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TCHANNEL_WARRANTY="void"

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TCHANNEL_MISCHIEF="managed"

@Raynos Raynos changed the title Allow developers to opt out of guards. WIP: Allow developers to opt out of guards. Jan 4, 2016
@Raynos
Copy link
Contributor Author

Raynos commented Jun 15, 2019

RIP

@Raynos Raynos closed this Jun 15, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants