chore(ide) Disable the ID Example contracts until LIGO-676 is resolved
This commit is contained in:
parent
42c0baa00b
commit
61898eb52d
@ -106,11 +106,12 @@ async function main() {
|
|||||||
const CURATED_EXAMPLES = [
|
const CURATED_EXAMPLES = [
|
||||||
'pascaligo/arithmetic-contract.ligo',
|
'pascaligo/arithmetic-contract.ligo',
|
||||||
'cameligo/arithmetic-contract.ligo',
|
'cameligo/arithmetic-contract.ligo',
|
||||||
'reasonligo/arithmetic-contract.ligo',
|
'reasonligo/arithmetic-contract.ligo'
|
||||||
'pascaligo/id.ligo',
|
|
||||||
'cameligo/id.mligo',
|
|
||||||
'reasonligo/id.religo',
|
|
||||||
];
|
];
|
||||||
|
// Disable ID examples pending https://ligo.atlassian.net/browse/LIGO-676
|
||||||
|
//'pascaligo/id.ligo',
|
||||||
|
//'cameligo/id.mligo',
|
||||||
|
//'reasonligo/id.religo',
|
||||||
|
|
||||||
const EXAMPLES_DEST_DIR = join(process.cwd(), 'build', 'static', 'examples');
|
const EXAMPLES_DEST_DIR = join(process.cwd(), 'build', 'static', 'examples');
|
||||||
fs.mkdirSync(EXAMPLES_DEST_DIR, { recursive: true });
|
fs.mkdirSync(EXAMPLES_DEST_DIR, { recursive: true });
|
||||||
|
@ -39,12 +39,12 @@ if (process.env.NODE_ENV === 'development') {
|
|||||||
DEFAULT_STATE.list = [
|
DEFAULT_STATE.list = [
|
||||||
{ id: 'FEb62HL7onjg1424eUsGSg', name: 'Increment (PascaLIGO)' },
|
{ id: 'FEb62HL7onjg1424eUsGSg', name: 'Increment (PascaLIGO)' },
|
||||||
{ id: 'MzkMQ1oiVHJqbcfUuVFKTw', name: 'Increment (CameLIGO)' },
|
{ id: 'MzkMQ1oiVHJqbcfUuVFKTw', name: 'Increment (CameLIGO)' },
|
||||||
{ id: 'JPhSOehj_2MFwRIlml0ymQ', name: 'Increment (ReasonLIGO)' },
|
{ id: 'JPhSOehj_2MFwRIlml0ymQ', name: 'Increment (ReasonLIGO)' }
|
||||||
{ id: 'yP-THvmURsaqHxpwCravWg', name: 'ID (PascaLIGO)' },
|
|
||||||
{ id: 'ehDv-Xaf70mQoiPhQDTAUQ', name: 'ID (CameLIGO)' },
|
|
||||||
{ id: 'CpnK7TFuUjJiQTT8KiiGyQ', name: 'ID (ReasonLIGO)' }
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
//{ id: 'yP-THvmURsaqHxpwCravWg', name: 'ID (PascaLIGO)' },
|
||||||
|
//{ id: 'ehDv-Xaf70mQoiPhQDTAUQ', name: 'ID (CameLIGO)' },
|
||||||
|
//{ id: 'CpnK7TFuUjJiQTT8KiiGyQ', name: 'ID (ReasonLIGO)' }
|
||||||
|
|
||||||
export default (state = DEFAULT_STATE, action: Action): ExamplesState => {
|
export default (state = DEFAULT_STATE, action: Action): ExamplesState => {
|
||||||
switch (action.type) {
|
switch (action.type) {
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user