Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

MK #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
mosesag0813 wants to merge 687 commits into comet-dev
base: comet-dev
Choose a base branch
Loading
from master
Open

MK #6

mosesag0813 wants to merge 687 commits into comet-dev from master

Conversation

@mosesag0813
Copy link
Member

@mosesag0813 mosesag0813 commented Dec 9, 2016

No description provided.

mosesag0813 and others added 30 commits May 10, 2016 21:57
console.warn("Package is eval & UNDEFINED");
}
}
setup = function(){
Copy link

@houndci-bot houndci-bot Dec 9, 2016

Choose a reason for hiding this comment

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

'setup' is not defined.

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

@houndci-bot houndci-bot Dec 9, 2016

Choose a reason for hiding this comment

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

'console' is not defined.

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

@houndci-bot houndci-bot Dec 9, 2016

Choose a reason for hiding this comment

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

'console' is not defined.

var developJS = require("comet");
var pkg = require(../packages);
var components;
experimentPackage = function(pkges){
Copy link

@houndci-bot houndci-bot Dec 9, 2016

Choose a reason for hiding this comment

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

'experimentPackage' is not defined.

@@ -0,0 +1,22 @@
var experimentJS = require("comet");
var developJS = require("comet");
Copy link

@houndci-bot houndci-bot Dec 9, 2016

Choose a reason for hiding this comment

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

'require' is not defined.

@@ -0,0 +1,22 @@
var experimentJS = require("comet");
Copy link

@houndci-bot houndci-bot Dec 9, 2016

Choose a reason for hiding this comment

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

'require' is not defined.

}
setup = function(){
components.parse("New Package"&&console.log("Parsing...").compile("New Package"));
}
Copy link

@houndci-bot houndci-bot Dec 9, 2016

Choose a reason for hiding this comment

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

Missing semicolon.

}
}
setup = function(){
components.parse("New Package"&&console.log("Parsing...").compile("New Package"));
Copy link

@houndci-bot houndci-bot Dec 9, 2016

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.

} else {
console.warn("Package is eval & UNDEFINED");
}
}
Copy link

@houndci-bot houndci-bot Dec 9, 2016

Choose a reason for hiding this comment

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

Missing semicolon.

pkges.parse("components");
pkges.compile("Comet Package").find("/bin");
}
if(!pkges === "invalid Comet Package"){
Copy link

@houndci-bot houndci-bot Dec 9, 2016

Choose a reason for hiding this comment

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

Confusing use of '!'.

mosesag0813 reacted with thumbs up emoji
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

@houndci-bot houndci-bot Dec 9, 2016

Choose a reason for hiding this comment

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

Line is too long.

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

@houndci-bot houndci-bot Dec 9, 2016

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.

@@ -0,0 +1,22 @@
var experimentJS = require("comet");
var developJS = require("comet");
var pkg = require(../packages);
Copy link

@houndci-bot houndci-bot Dec 9, 2016

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.

}
try(err){
errNum.resolve(err);
}
Copy link

@houndci-bot houndci-bot Dec 9, 2016

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).

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

@houndci-bot houndci-bot Dec 9, 2016

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
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.

@@ -0,0 +1,10 @@
var error = (function{
Copy link
Member Author

@mosesag0813 mosesag0813 Dec 21, 2016

Choose a reason for hiding this comment

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

add pths

}
try(err){
errNum.resolve(err);
}
Copy link

@houndci-bot houndci-bot Dec 21, 2016

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).

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

@houndci-bot houndci-bot Dec 21, 2016

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 '{'.

var err = require('error');

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

@houndci-bot houndci-bot Jan 23, 2017

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.

var errNum = [100-299];
var err = require('error');

throw(err){
Copy link

@houndci-bot houndci-bot Jan 23, 2017

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.

@@ -0,0 +1,11 @@
error = (function)({
var errNum = [100-299];
var err = require('error');
Copy link

@houndci-bot houndci-bot Jan 23, 2017

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 ';'.

@@ -0,0 +1,11 @@
error = (function)({
Copy link

@houndci-bot houndci-bot Jan 23, 2017

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

Reviewers

1 more reviewer

@houndci-bot houndci-bot houndci-bot left review comments

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /