Skip to content

MK#6

Open
mosesag0813 wants to merge 687 commits into
comet-devfrom
master
Open

MK#6
mosesag0813 wants to merge 687 commits into
comet-devfrom
master

Conversation

@mosesag0813
Copy link
Copy Markdown
Member

No description provided.

Comment thread tools/experiment.js
console.warn("Package is eval & UNDEFINED");
}
}
setup = function(){
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

'setup' is not defined.

Comment thread tools/experiment.js
components = false;
console.error("Error 109:Invalid Parse Code Package").send("usr/computer");
} else {
console.warn("Package is eval & UNDEFINED");
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

'console' is not defined.

Comment thread tools/experiment.js
}
if(!pkges === "invalid Comet Package"){
components = false;
console.error("Error 109:Invalid Parse Code Package").send("usr/computer");
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

'console' is not defined.

Comment thread tools/experiment.js
var developJS = require("comet");
var pkg = require(../packages);
var components;
experimentPackage = function(pkges){
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

'experimentPackage' is not defined.

Comment thread tools/experiment.js
@@ -0,0 +1,22 @@
var experimentJS = require("comet");
var developJS = require("comet");
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

'require' is not defined.

Comment thread tools/experiment.js
@@ -0,0 +1,22 @@
var experimentJS = require("comet");
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

'require' is not defined.

Comment thread tools/experiment.js
}
setup = function(){
components.parse("New Package"&&console.log("Parsing...").compile("New Package"));
}
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Missing semicolon.

Comment thread tools/experiment.js
}
}
setup = function(){
components.parse("New Package"&&console.log("Parsing...").compile("New Package"));
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Line is too long.
'console' is not defined.

Comment thread tools/experiment.js
} else {
console.warn("Package is eval & UNDEFINED");
}
}
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Missing semicolon.

Comment thread tools/experiment.js
pkges.parse("components");
pkges.compile("Comet Package").find("/bin");
}
if(!pkges === "invalid Comet Package"){
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Confusing use of '!'.

Comment thread tools/experiment.js
if(pkges === true){
experimentJS(pkges).developJS("Comet Packages");
developJS(pkgs&&experimentJS(pkg("comet"+pkges+"/").send("New Comet Package")));
pkg.find(pkges.send(developJS(pkges).experimentJS("Send debug info")&&pkg.call("New Package"+"to"+"destination")));
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Line is too long.

Comment thread tools/experiment.js
experimentPackage = function(pkges){
if(pkges === true){
experimentJS(pkges).developJS("Comet Packages");
developJS(pkgs&&experimentJS(pkg("comet"+pkges+"/").send("New Comet Package")));
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Line is too long.
'pkgs' is not defined.

Comment thread tools/experiment.js
@@ -0,0 +1,22 @@
var experimentJS = require("comet");
var developJS = require("comet");
var pkg = require(../packages);
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Expected an identifier and instead saw '.'.
Expected an operator and instead saw '.'.
Expected an operator and instead saw '/'.
Expected ')' and instead saw 'packages'.
Missing semicolon.
Expected an identifier and instead saw ')'.
Expected an assignment or function call and instead saw an expression.
'require' is not defined.

Comment thread tools/error_maker.js
}
try(err){
errNum.resolve(err);
}
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Unrecoverable syntax error. (81% scanned).

Comment thread tools/error_maker.js
throw(err){
err.print("Error" + errNum.random('100'));
}
try(err){
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Expected '{' and instead saw '('.
Expected an assignment or function call and instead saw an expression.
Missing semicolon.
Expected 'catch' and instead saw '{'.

Copy link
Copy Markdown
Member Author

@mosesag0813 mosesag0813 left a comment

Choose a reason for hiding this comment

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

Done.

Comment thread tools/error_maker.js Outdated
@@ -0,0 +1,10 @@
var error = (function{
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

add pths

Comment thread tools/error_maker.js
}
try(err){
errNum.resolve(err);
}
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Unrecoverable syntax error. (83% scanned).

Comment thread tools/error_maker.js
throw(err){
err.print("Error" + errNum.random('100'));
}
try(err){
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Expected '{' and instead saw '('.
Expected an assignment or function call and instead saw an expression.
Missing semicolon.
Expected 'catch' and instead saw '{'.

Comment thread tools/error_maker.js
var err = require('error');

throw(err){
err.print("Error" + errNum.random('100'));
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Mixed double and single quotes.

Comment thread tools/error_maker.js
var errNum = [100-299];
var err = require('error');

throw(err){
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Expected ')' to match '(' from line 1 and instead saw 'throw'.
Missing semicolon.

Comment thread tools/error_maker.js
@@ -0,0 +1,11 @@
error = (function)({
var errNum = [100-299];
var err = require('error');
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

'function closure expressions' is only available in Mozilla JavaScript extensions (use moz option).
Expected an identifier and instead saw ';'.

Comment thread tools/error_maker.js
@@ -0,0 +1,11 @@
error = (function)({
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Expected '(' and instead saw ')'.
Expected an identifier and instead saw '('.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants