repo string | commit string | message string | diff string |
|---|---|---|---|
leth/SpecGen | a395e0b13d506966c8db2a48e26fb58acfd6a778 | all tests pass again now | diff --git a/run_tests.py b/run_tests.py
index cdd4079..92ba2d4 100755
--- a/run_tests.py
+++ b/run_tests.py
@@ -1,430 +1,455 @@
#!/usr/bin/env python
#
# Tests for specgen.
#
# What is this, and how can you help?
#
# This is the test script for a rewrite of the FOAF spec generation
# tool. It uses Pure python ... |
leth/SpecGen | 75413f76e64a32666f9cc4d8833334507da6a0c0 | fixed one test anyway | diff --git a/libvocab.py b/libvocab.py
index 1189dc2..23081f3 100755
--- a/libvocab.py
+++ b/libvocab.py
@@ -1,729 +1,732 @@
#!/usr/bin/env python
# total rewrite. --danbri
# Usage:
#
# >>> from libvocab import Vocab, Term, Class, Property
#
# >>> from libvocab import Vocab, Term, Class, Property
# >>> v = ... |
leth/SpecGen | 20cb9a230a0e52e3e1690a0c09d6e878bf1f6d33 | example VU events ontology | diff --git a/examples/vuevents/_tmp_spec.html b/examples/vuevents/_tmp_spec.html
new file mode 100644
index 0000000..4a790cd
--- /dev/null
+++ b/examples/vuevents/_tmp_spec.html
@@ -0,0 +1,519 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/D... |
leth/SpecGen | 4c3b4adfba8cf9d323a3cccccb7e74d268981751 | added special treatment for code element containing foaf terms | diff --git a/libvocab.py b/libvocab.py
index 7c1f404..6234e92 100755
--- a/libvocab.py
+++ b/libvocab.py
@@ -1,769 +1,774 @@
#!/usr/bin/env python
# total rewrite. --danbri
# Usage:
#
# >>> from libvocab import Vocab, Term, Class, Property
#
# >>> from libvocab import Vocab, Term, Class, Property
# >>> v = ... |
leth/SpecGen | 06f9f45162e47455551e49f77a487c939d135928 | drafting-test | diff --git a/foaf-live/_tmp_spec.html b/foaf-live/_tmp_spec.html
index 33fa92e..90961a9 100644
--- a/foaf-live/_tmp_spec.html
+++ b/foaf-live/_tmp_spec.html
@@ -177,2902 +177,3086 @@ As usual, see the <a href="#sec-changes">changes</a> section for details of the
<li><a href="#term_depiction">depiction</a> (<a ... |
leth/SpecGen | c01ea48a81db344d6da25e79a8c0fbb1f1c590a3 | added functional and inverse functional properties in the RDFa and made dijoint with visible to humans | diff --git a/libvocab.py b/libvocab.py
index 3707715..7c1f404 100755
--- a/libvocab.py
+++ b/libvocab.py
@@ -94,646 +94,676 @@ class Term(object):
self.uri = str(uri)
self.uri = self.uri.rstrip()
# speclog("Parsing URI " + uri)
a,b = ns_split(uri)
self.id = b
self.xmlns = a
if self.... |
leth/SpecGen | 87279007422d09352dd41f60d2b6592ce30d1962 | readding index.rdf file | diff --git a/foaf-live/index.rdf b/foaf-live/index.rdf
new file mode 120000
index 0000000..8ef8803
--- /dev/null
+++ b/foaf-live/index.rdf
@@ -0,0 +1 @@
+/Users/danbri/working/foaf/trunk/xmlns.com/htdocs/foaf/spec/index.rdf
\ No newline at end of file
|
leth/SpecGen | ff9fc764e78a8178717cd2dd4a4c07aa3dc1e894 | dir for foaf site live work | diff --git a/foaf-live/_tmp_spec.html b/foaf-live/_tmp_spec.html
new file mode 100644
index 0000000..33fa92e
--- /dev/null
+++ b/foaf-live/_tmp_spec.html
@@ -0,0 +1,3078 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
+<... |
leth/SpecGen | e76bf17a16d283e4da78dfa1e1cdd305fff2e041 | still trying to get it to validate | diff --git a/examples/foaf/spec.html b/examples/foaf/spec.html
index 2508633..dc1e289 100644
--- a/examples/foaf/spec.html
+++ b/examples/foaf/spec.html
@@ -182,2852 +182,2855 @@ As usual, see the <a href="#sec-changes">changes</a> section for details of the
<li><a href="#term_family_name">family_name</a></li>... |
leth/SpecGen | 312c0d333991332aaeaa8421c93d64a8c3ec49ec | added missing div close I hope | diff --git a/examples/foaf/spec.html b/examples/foaf/spec.html
index d9b3501..2508633 100644
--- a/examples/foaf/spec.html
+++ b/examples/foaf/spec.html
@@ -184,2850 +184,2850 @@ As usual, see the <a href="#sec-changes">changes</a> section for details of the
<li><a href="#term_givenname">givenname</a></li>
... |
leth/SpecGen | 37821a9ada179fb14b9cb4907479b69a4ace3ba1 | Little more documentation | diff --git a/examples/activities/README.txt b/examples/activities/README.txt
index 120ff17..50ea748 100644
--- a/examples/activities/README.txt
+++ b/examples/activities/README.txt
@@ -1,5 +1,7 @@
-experiment based on http://www.aelius.com/njh/tmp/activity.rdf
+Toy experiment based on http://www.aelius.com/njh/tmp/acti... |
torgeir/tnode | 6a34cb70e22c836fe23bb3271348693003495531 | added --recursive option for readme instructions | diff --git a/readme.md b/readme.md
index 83fdbd3..375d5e9 100644
--- a/readme.md
+++ b/readme.md
@@ -1,48 +1,48 @@
tnode
===
tnode is yet another node.js web application framework!
The coolest features of tnode is probably the **regex** and **rest-style routing** accompanied by **[jade](http://github.com/masylu... |
torgeir/tnode | ae4528be2b330f3aeace479f12c5546b3927fc8e | made tnode ready for node-websocket-server | diff --git a/examples/1/exampleapp.js b/examples/1/exampleapp.js
index cf93e4a..a4d1674 100644
--- a/examples/1/exampleapp.js
+++ b/examples/1/exampleapp.js
@@ -1,30 +1,30 @@
var t = require('../../t');
t.app({
debug: true,
routes: {
'^/$' : function index(req, res) {
this.title = 'Welcome!'
... |
torgeir/tnode | a5063042bc27c8991587f0cc1d241b2f795411a8 | fixed path for simple example in readme | diff --git a/readme.md b/readme.md
index effb930..b6352f0 100644
--- a/readme.md
+++ b/readme.md
@@ -1,47 +1,47 @@
tnode
===
tnode is yet another node.js web application framework!
The coolest features of tnode is probably the **regex** and **rest-style routing** accompanied by **[jade](http://github.com/masylu... |
torgeir/tnode | 16f3217069299b65e3676243ce6847be99f34538 | Added submodule init and update to readme | diff --git a/readme.md b/readme.md
index effb930..a497f54 100644
--- a/readme.md
+++ b/readme.md
@@ -1,47 +1,48 @@
tnode
===
tnode is yet another node.js web application framework!
The coolest features of tnode is probably the **regex** and **rest-style routing** accompanied by **[jade](http://github.com/masylu... |
torgeir/tnode | 37b813bba24a9653814c0e5caec844b305f5fcdc | added url for example | diff --git a/readme.md b/readme.md
index cfa91ff..effb930 100644
--- a/readme.md
+++ b/readme.md
@@ -1,45 +1,47 @@
tnode
===
tnode is yet another node.js web application framework!
The coolest features of tnode is probably the **regex** and **rest-style routing** accompanied by **[jade](http://github.com/masylu... |
torgeir/tnode | 9b9f46b268cca196f0ea5276aee90241f3703fc6 | refined tests | diff --git a/Makefile b/Makefile
deleted file mode 100644
index 7c6ebcf..0000000
--- a/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-test: make
-
-make:
- node test/dispatcher_test.js
- node test/router_test.js
- node test/mime_test.js
- node test/template_test.js
- node test/responder_test.js
- node test/color_test.js
diff ... |
torgeir/tnode | f516b2ec15dea8b57cc7ec03fe0a59f61fd3f45b | switched to using jade, updated examples | diff --git a/examples/1/exampleapp.js b/examples/1/exampleapp.js
index c73f19a..cf93e4a 100644
--- a/examples/1/exampleapp.js
+++ b/examples/1/exampleapp.js
@@ -1,30 +1,30 @@
var t = require('../../t');
-t.app({
+t.app({
debug: true,
routes: {
'^/$' : function index(req, res) {
this.title = 'Welcome!... |
torgeir/tnode | 8da9e393f0cf45936e3e093b63f0c4941ef321cf | added jade template engine submodule | diff --git a/.gitmodules b/.gitmodules
index 18348c8..10f0bd1 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,6 @@
[submodule "vendor/underscore"]
path = vendor/underscore
url = http://github.com/documentcloud/underscore.git
+[submodule "vendor/jade"]
+ path = vendor/jade
+ url = http://github.com/masylum/ja... |
torgeir/tnode | 16c98b8fc08b817a3152a01b983074155be02a28 | changed to jade template engine | diff --git a/examples/1/templates/hello.html b/examples/1/templates/hello.html
index cd067cb..8bbd3e0 100644
--- a/examples/1/templates/hello.html
+++ b/examples/1/templates/hello.html
@@ -1,2 +1,8 @@
-<p>Welcome, <strong><%= name %></strong>! This is a partial from another template..</p>
-<p>Did you know <%= now.getTi... |
torgeir/tnode | d3afe28d7be174f522dfaa8171dfa93f069e65fa | major test script overhaul | diff --git a/examples/test/example_test.js b/examples/test/example_test.js
new file mode 100644
index 0000000..a4c374b
--- /dev/null
+++ b/examples/test/example_test.js
@@ -0,0 +1,69 @@
+var testlib = require('../../lib/test');
+var sys = require('sys');
+
+DEBUG = true;
+
+with(testlib) {
+
+ testcase('Test lib - ... |
torgeir/tnode | 1c1b3eea9f3f778fde02650a54b81b4e89d7cdcb | made template async | diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5509140
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*.DS_Store
diff --git a/examples/1/exampleapp.js b/examples/1/exampleapp.js
index 6a4e26f..c73f19a 100644
--- a/examples/1/exampleapp.js
+++ b/examples/1/exampleapp.js
@@ -1,29 +1,30 @@
var t ... |
torgeir/tnode | 584f4d694dbf4b395808e0953aed697be01d4134 | added req.isAjax() | diff --git a/examples/5/rest-style.js b/examples/5/rest-style.js
index 3e15280..65dc48a 100644
--- a/examples/5/rest-style.js
+++ b/examples/5/rest-style.js
@@ -1,20 +1,21 @@
var t = require('../../t');
t.app({
+ dump_headers: true,
debug: true,
resources: {
blog: {
list: function(req, res) {... |
torgeir/tnode | 8f1ee692edb1a7525632ca290db990c28bc8d699 | added conf parameter to dump headers | diff --git a/lib/dispatcher.js b/lib/dispatcher.js
index 1a27917..8ff11d4 100644
--- a/lib/dispatcher.js
+++ b/lib/dispatcher.js
@@ -1,123 +1,126 @@
require('../vendor/underscore/underscore-min');
var url = require('url'),
fs = require('fs'),
querystring = require('querystring'),
responder = require('./respon... |
torgeir/tnode | d1b014afd3bb9a89049cf5d576bd3829e4605473 | renamed url function link, added new url helper | diff --git a/examples/1/exampleapp.js b/examples/1/exampleapp.js
index 7344836..6a4e26f 100644
--- a/examples/1/exampleapp.js
+++ b/examples/1/exampleapp.js
@@ -1,29 +1,29 @@
var t = require('../../t');
t.app({
debug: true,
routes: {
'^/$' : function index(req, res) {
this.title = 'Welcome!'
th... |
torgeir/tnode | df41d4d2d2da610e93b5323cecb2933d02c0e1fc | added partial to layout scope | diff --git a/lib/dispatcher.js b/lib/dispatcher.js
index 6622449..1a27917 100644
--- a/lib/dispatcher.js
+++ b/lib/dispatcher.js
@@ -1,122 +1,123 @@
require('../vendor/underscore/underscore-min');
var url = require('url'),
fs = require('fs'),
querystring = require('querystring'),
responder = require('./respon... |
torgeir/tnode | d69d2a51c5f59e12733495e0a659fbfcbcb8e1e5 | added .gitmodules file | diff --git a/.gitmodules b/.gitmodules
index a7662a2..18348c8 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,3 @@
-[submodule "underscore"]
- path = underscore
- url = http://github.com/documentcloud/underscore.git
[submodule "vendor/underscore"]
path = vendor/underscore
url = http://github.com/documentclou... |
torgeir/tnode | 7b755de883913d8bf85e7345b10e0031c5656a3e | changed underscore require path | diff --git a/lib/dispatcher.js b/lib/dispatcher.js
index 6fdd067..6622449 100644
--- a/lib/dispatcher.js
+++ b/lib/dispatcher.js
@@ -1,122 +1,122 @@
-require('../vendor/underscore-min');
+require('../vendor/underscore/underscore-min');
var url = require('url'),
fs = require('fs'),
querystring = require('querystr... |
torgeir/tnode | 5a3f5d31a209203be708a205f36c1fe9e39521b8 | made underscore a submobule | diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..a7662a2
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,6 @@
+[submodule "underscore"]
+ path = underscore
+ url = http://github.com/documentcloud/underscore.git
+[submodule "vendor/underscore"]
+ path = vendor/underscore
+ url = http://github.com/do... |
torgeir/tnode | c40a379775563d6cd43531c1293fde8b80ba7496 | removed stale rest-resource function names | diff --git a/examples/5/rest-style.js b/examples/5/rest-style.js
index 9c47af5..3e15280 100644
--- a/examples/5/rest-style.js
+++ b/examples/5/rest-style.js
@@ -1,20 +1,20 @@
var t = require('../../t');
t.app({
debug: true,
resources: {
blog: {
- list: function list(req, res) { res.respond('list')... |
torgeir/tnode | f94f12615a365d8208d3f80a58cd3147e258daec | added post put delete data support. added example for rest style routes | diff --git a/examples/3/templates/form.html b/examples/3/templates/form.html
index 8cf2a3d..a1a92d9 100644
--- a/examples/3/templates/form.html
+++ b/examples/3/templates/form.html
@@ -1,4 +1,4 @@
<form action="/ionlyhandleposts" method="post">
- <input type="submit" value="This works.."/>
+ <input type="submit" name=... |
torgeir/tnode | f2704955b897c8312233e48b20873b3b4a1aad38 | added image for example 4 | diff --git a/examples/4/files.js b/examples/4/files.js
index 76d7690..fcf9d26 100644
--- a/examples/4/files.js
+++ b/examples/4/files.js
@@ -1,14 +1,14 @@
var t = require('../../t');
t.app({
debug: true,
routes: {
'^/$': function(req, res) {
return 'index';
},
- '^/(web/js/.*)$' : t.serve, /* serves ... |
torgeir/tnode | 7a8e04233eee04367530c6629ea8eecc6a866bce | added layout support | diff --git a/examples/1/exampleapp.js b/examples/1/exampleapp.js
index df9b64b..7344836 100644
--- a/examples/1/exampleapp.js
+++ b/examples/1/exampleapp.js
@@ -1,26 +1,29 @@
var t = require('../../t');
t.app({
debug: true,
routes: {
'^/$' : function index(req, res) {
+ this.title = 'Welcome!'
+ th... |
torgeir/tnode | d2a1803e7bdb28e68aa32f93085b982c7669c010 | finally, markdown in the readme, looks like * along with code doesnt work very well | diff --git a/README.md b/README.md
index 4a12ecf..3a51e4b 100644
--- a/README.md
+++ b/README.md
@@ -1,38 +1,46 @@
tnode
-----
- Yet another node.js web application library
Usage:
-----
Check out
- git clone git://github.com/torgeir/tnode.git && cd tnode
+ $ git clone git://github.com/torgeir/tnode.... |
torgeir/tnode | bac54323883331f457515c2af2efb908d2d054ad | .md code does not work in readme | diff --git a/README.md b/README.md
index 15b8b33..4a12ecf 100644
--- a/README.md
+++ b/README.md
@@ -1,38 +1,38 @@
tnode
-----
- Yet another node.js web application library
Usage:
-----
-* Check out
+Check out
git clone git://github.com/torgeir/tnode.git && cd tnode
-* Running the tests
+Running the... |
torgeir/tnode | 4bf87decf8d019cc1f81fe50183dd7b26bd929cf | no luck? I give up.. | diff --git a/README.md b/README.md
index 40cd00c..15b8b33 100644
--- a/README.md
+++ b/README.md
@@ -1,36 +1,38 @@
tnode
-----
- Yet another node.js web application library
Usage:
-----
* Check out
- $ git clone git://github.com/torgeir/tnode.git && cd tnode
+ git clone git://github.com/torgeir/tnod... |
torgeir/tnode | 5416ef49f429f492b4910612eb61310772f92983 | still trying to make markdown work for the readme, jebus | diff --git a/README.md b/README.md
index 99f2ef8..40cd00c 100644
--- a/README.md
+++ b/README.md
@@ -1,40 +1,36 @@
tnode
-----
- Yet another node.js web application library
Usage:
-----
* Check out
- $ git clone git://github.com/torgeir/tnode.git && cd tnode
+ $ git clone git://github.com/torgeir/tnod... |
torgeir/tnode | 1059e40cdc98286716dc27a25e4ba227e73248ff | modified readme, making markdown work | diff --git a/README.md b/README.md
index dbdfa29..99f2ef8 100644
--- a/README.md
+++ b/README.md
@@ -1,36 +1,40 @@
tnode
-----
- Yet another node.js web application library
Usage:
-----
* Check out
$ git clone git://github.com/torgeir/tnode.git && cd tnode
* Running the tests
$ make test
* R... |
torgeir/tnode | 5e7f18c6680b78911b7f711d5dc4267dcabed634 | modified readme | diff --git a/README.md b/README.md
index f2c5398..dbdfa29 100644
--- a/README.md
+++ b/README.md
@@ -1,36 +1,36 @@
tnode
-----
- Yet another node.js web application library
Usage:
-----
* Check out
$ git clone git://github.com/torgeir/tnode.git && cd tnode
* Running the tests
$ make test
* R... |
torgeir/tnode | bca3ca827f542bf5c220e1698a1dc620a9d447a4 | modified readme | diff --git a/README.md b/README.md
index c195e88..f2c5398 100644
--- a/README.md
+++ b/README.md
@@ -1,36 +1,36 @@
tnode
-----
-- Yet another node.js library
+- Yet another node.js web application library
Usage:
-----
* Check out
- $ git clone git://github.com/torgeir/tnode.git && cd tnode
+ $ git clone ... |
torgeir/tnode | 8e01145c8543fe1922f9439c05153bd40f1b09b2 | modified readme | diff --git a/README.md b/README.md
index cba44bb..c195e88 100644
--- a/README.md
+++ b/README.md
@@ -1,36 +1,36 @@
tnode
-----
- Yet another node.js library
Usage:
-----
* Check out
- $ git clone git://github.com/torgeir/tnode.git && cd tnode
+ $ git clone git://github.com/torgeir/tnode.git && cd tnod... |
torgeir/tnode | 41a6076f153e5913ead4bd61c68a280a518e2850 | added readme | diff --git a/README.md b/README.md
new file mode 100644
index 0000000..cba44bb
--- /dev/null
+++ b/README.md
@@ -0,0 +1,36 @@
+tnode
+-----
+
+- Yet another node.js library
+
+Usage:
+-----
+
+* Check out
+
+ $ git clone git://github.com/torgeir/tnode.git && cd tnode
+
+* Running the tests
+
+ $ make test
+
+* Ru... |
torgeir/tnode | f9914321ea4b6d18671aedf1561317c4e3d5387b | added more tests | diff --git a/Makefile b/Makefile
index 4999690..7c6ebcf 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,9 @@
test: make
make:
node test/dispatcher_test.js
node test/router_test.js
- node test/mime_test.js
\ No newline at end of file
+ node test/mime_test.js
+ node test/template_test.js
+ node test/responder_tes... |
torgeir/tnode | fc00d3e2df0cd971a5a96f2cf81349daa78599e0 | added tests scripts and created test lib along with some tests | diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..4999690
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
+test: make
+
+make:
+ node test/dispatcher_test.js
+ node test/router_test.js
+ node test/mime_test.js
\ No newline at end of file
diff --git a/lib/color.js b/lib/color.js
new file mode 100644
inde... |
torgeir/tnode | 056981ff4fa2969016e9925725bc2f923ee49243 | added route naming and global url helper | diff --git a/examples/1/exampleapp.js b/examples/1/exampleapp.js
index 2aef35b..df9b64b 100644
--- a/examples/1/exampleapp.js
+++ b/examples/1/exampleapp.js
@@ -1,20 +1,26 @@
var t = require('../../t');
t.app({
debug: true,
routes: {
- '^/$' : function(req, res) {
- res.respond('<h1>Welcome!</h1><p>Try <a hr... |
torgeir/tnode | 107b4a077c9a6f8d9b4e1d1381fd154b1abdd56f | moved exception handling into dispatcher | diff --git a/lib/dispatcher.js b/lib/dispatcher.js
index ab4ec03..a28d3c3 100644
--- a/lib/dispatcher.js
+++ b/lib/dispatcher.js
@@ -1,66 +1,78 @@
require('../vendor/underscore-min');
var url = require('url'),
fs = require('fs'),
responder = require('./responder'),
template = require('./template'),
router =... |
torgeir/tnode | 1b06f4981516951c1846a5a9b7ed32f950a3c6f7 | moved user response methods to response object | diff --git a/examples/1/exampleapp.js b/examples/1/exampleapp.js
index 5900f62..2aef35b 100644
--- a/examples/1/exampleapp.js
+++ b/examples/1/exampleapp.js
@@ -1,20 +1,20 @@
var t = require('../../t');
t.app({
debug: true,
routes: {
'^/$' : function(req, res) {
- this.respond('<h1>Welcome!</h1><p>Try <a h... |
torgeir/tnode | 57b5353d2bf06b8421536b10363eccc3381bab94 | changed module layouts | diff --git a/lib/dispatcher.js b/lib/dispatcher.js
index bf40d06..cf5551c 100644
--- a/lib/dispatcher.js
+++ b/lib/dispatcher.js
@@ -1,66 +1,66 @@
require('../vendor/underscore-min');
var url = require('url'),
fs = require('fs'),
responder = require('./responder'),
template = require('./template'),
router =... |
torgeir/tnode | 7e208ae0e0cbc5ad4025582e175e44dc341496c9 | removed underscore stale import | diff --git a/lib/dispatcher.js b/lib/dispatcher.js
index a58018f..bf40d06 100644
--- a/lib/dispatcher.js
+++ b/lib/dispatcher.js
@@ -1,64 +1,66 @@
+require('../vendor/underscore-min');
+
var url = require('url'),
fs = require('fs'),
responder = require('./responder'),
template = require('./template'),
router =... |
torgeir/tnode | 54d4b4e3d6cbc70e377803157ee898b726f47add | added http verb support in path | diff --git a/examples/1/exampleapp.js b/examples/1/exampleapp.js
index 19170f6..23227b6 100644
--- a/examples/1/exampleapp.js
+++ b/examples/1/exampleapp.js
@@ -1,20 +1,20 @@
var t = require('../../t');
t.app({
debug: true,
routes: {
'^/$' : function(req, res) {
this.respond(res, '<h1>Welcome!</h1><p>Try... |
torgeir/tnode | e58b7f69d15d176efba2e2521e2381c0d314969b | added http verbs support in path along with example | diff --git a/examples/3/templates/form.html b/examples/3/templates/form.html
new file mode 100644
index 0000000..8cf2a3d
--- /dev/null
+++ b/examples/3/templates/form.html
@@ -0,0 +1,4 @@
+<form action="/ionlyhandleposts" method="post">
+ <input type="submit" value="This works.."/>
+</form>
+<p><a href="/ionlyhandlepos... |
torgeir/tnode | ba1f0e5a7c84de2cbbc48f72354f10beb049d4bc | added long polling example | diff --git a/examples/1/exampleapp.js b/examples/1/exampleapp.js
new file mode 100644
index 0000000..19170f6
--- /dev/null
+++ b/examples/1/exampleapp.js
@@ -0,0 +1,20 @@
+var t = require('../../t');
+
+t.app({
+ debug: true,
+ routes: {
+ '^/$' : function(req, res) {
+ this.respond(res, '<h1>Welcome!</h1><p>Try <a ... |
torgeir/tnode | 06eb1df7f74ef03bf27847540976136bcfcaf152 | added partials to templates. | diff --git a/examples/templates/index.html b/examples/templates/index.html
new file mode 100644
index 0000000..0750f62
--- /dev/null
+++ b/examples/templates/index.html
@@ -0,0 +1,14 @@
+<html>
+<head>
+ <title>Welcome to tnode, <%= name %>!</title>
+</head>
+<body>
+ <h1>Again, welcome!</h1>
+ <div>
+ <%= partial('he... |
torgeir/tnode | 2066702cf8b74eb5a6c40f1b33fe3a078f812189 | refactoring | diff --git a/t.js b/t.js
index 5069ada..f5a069a 100644
--- a/t.js
+++ b/t.js
@@ -1,148 +1,176 @@
// t library
require('./vendor/underscore-min');
var sys = require('sys'),
http = require('http'),
- fs = require('fs');
+ fs = require('fs'),
+ url = require('url');
-var DEBUG = false,
- ENCODING = 'utf-8',
+va... |
torgeir/tnode | 92d808b4d941810f44ac5bda5ffe209903884dd5 | added templates to example | diff --git a/examples/templates/hello.html b/examples/templates/hello.html
new file mode 100644
index 0000000..36e2a33
--- /dev/null
+++ b/examples/templates/hello.html
@@ -0,0 +1,8 @@
+<html>
+<head>
+ <title>Hello!</title>
+</head>
+<body>
+ <p>Welcome, <%= name %></p>
+</body>
+</html>
\ No newline at end of file
di... |
torgeir/tnode | 79cf8d13f575d6a76be8eeea234bd15f91b5e5da | added example app | diff --git a/examples/exampleapp.js b/examples/exampleapp.js
new file mode 100644
index 0000000..f5c7f9b
--- /dev/null
+++ b/examples/exampleapp.js
@@ -0,0 +1,20 @@
+var t = require('../t');
+
+t.app({
+ debug: true,
+ routes: {
+ '^/$' : function(req, res) {
+ this.respond(res, 'Welcome! Try <a href="/hello/you">th... |
torgeir/tnode | 63f017a2706e7af2c2cfb4fd03b6730934035cc4 | added example app | diff --git a/examples/tnodeapp/.DS_Store b/examples/tnodeapp/.DS_Store
new file mode 100644
index 0000000..2d13c08
Binary files /dev/null and b/examples/tnodeapp/.DS_Store differ
diff --git a/examples/tnodeapp/exampleapp.js b/examples/tnodeapp/exampleapp.js
new file mode 100644
index 0000000..679bf0b
--- /dev/null
+++ ... |
itszero/eLib2 | fed5f9c81598e6269ee856fd6220cf9967f68e68 | book suggest support and blog comments | diff --git a/app/controllers/books_controller.rb b/app/controllers/books_controller.rb
index 293ee89..6316904 100644
--- a/app/controllers/books_controller.rb
+++ b/app/controllers/books_controller.rb
@@ -1,126 +1,149 @@
class BooksController < ApplicationController
layout 'service'
before_filter :admin_required... |
itszero/eLib2 | 24c9b9f74ec5cd6d2eddf504010455e5652b1ef6 | add contact support | diff --git a/app/controllers/welcome_controller.rb b/app/controllers/welcome_controller.rb
index 7c100c0..619be56 100644
--- a/app/controllers/welcome_controller.rb
+++ b/app/controllers/welcome_controller.rb
@@ -1,32 +1,49 @@
class WelcomeController < ApplicationController
layout 'service'
before_filter :admin_... |
itszero/eLib2 | 3006fc185d70d1008d3c69a2caadd062c183d2ec | accessbility support and title fix | diff --git a/app/views/books/search.html.erb b/app/views/books/search.html.erb
index 25fe3a4..f4246a0 100644
--- a/app/views/books/search.html.erb
+++ b/app/views/books/search.html.erb
@@ -1,48 +1,48 @@
<h1>æå°æ¸ç±</h1>
<p>è«å¨ä¸é¢æå°æ¡ä¸è¼¸å
¥ééµåï¼ç³»çµ±æå¹«æ¨å¨ æ¨é¡ãä½è
ãåºç社... |
itszero/eLib2 | fb32db0e3a4a11f81f4560f34a6bbdff1f1f86fc | contest version | diff --git a/app/controllers/reader_controller.rb b/app/controllers/reader_controller.rb
index 700b0c5..eae762d 100644
--- a/app/controllers/reader_controller.rb
+++ b/app/controllers/reader_controller.rb
@@ -1,112 +1,114 @@
class ReaderController < ApplicationController
before_filter :admin_required, :only => [:ra... |
itszero/eLib2 | 7783c4cfa71eb6a96face3adbad3c66cb900e0ab | ver 0.1 | diff --git a/app/controllers/books_controller.rb b/app/controllers/books_controller.rb
index 66e368f..293ee89 100644
--- a/app/controllers/books_controller.rb
+++ b/app/controllers/books_controller.rb
@@ -1,117 +1,126 @@
class BooksController < ApplicationController
layout 'service'
- before_filter :admin_required... |
itszero/eLib2 | e4148a68bdeba501fe1c7b1eb92534430dbc1f2b | some fix, and circulation done | diff --git a/app/controllers/books_controller.rb b/app/controllers/books_controller.rb
index 7e643fb..66e368f 100644
--- a/app/controllers/books_controller.rb
+++ b/app/controllers/books_controller.rb
@@ -1,69 +1,117 @@
class BooksController < ApplicationController
layout 'service'
before_filter :admin_required,... |
itszero/eLib2 | 6daa23d99d6bcdb498df1589de32012b3fc25be4 | books, coverflow | diff --git a/app/controllers/books_controller.rb b/app/controllers/books_controller.rb
new file mode 100644
index 0000000..7e643fb
--- /dev/null
+++ b/app/controllers/books_controller.rb
@@ -0,0 +1,69 @@
+class BooksController < ApplicationController
+ layout 'service'
+ before_filter :admin_required, :except => [:in... |
itszero/eLib2 | ffbf6a5980c62b17ad001fb021936d060eb20458 | staff done, and with autocomplete | diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb
index 02b86cf..93a897a 100644
--- a/app/controllers/users_controller.rb
+++ b/app/controllers/users_controller.rb
@@ -1,125 +1,188 @@
require 'csv'
class UsersController < ApplicationController
# Be sure to include Authenticat... |
itszero/eLib2 | 92e756dd9f90c67fa50f5572a0d30ad70f43054b | user admin ok, staff on the way | diff --git a/app/controllers/news_controller.rb b/app/controllers/news_controller.rb
index 63f17de..5fd1f66 100644
--- a/app/controllers/news_controller.rb
+++ b/app/controllers/news_controller.rb
@@ -1,55 +1,55 @@
class NewsController < ApplicationController
layout 'service'
before_filter :admin_required, :exce... |
itszero/eLib2 | 3ecc8bd5ee5ce7904cb54f861ee61e2464db8b3c | blog done. | diff --git a/app/controllers/application.rb b/app/controllers/application.rb
index 94d3b92..88e1376 100644
--- a/app/controllers/application.rb
+++ b/app/controllers/application.rb
@@ -1,28 +1,29 @@
# Filters added to this controller apply to all controllers in the application.
# Likewise, all the methods added will ... |
itszero/eLib2 | 0c6f65ac625284eb88efd103c59ed85809393147 | admin interface complete & blog initial | diff --git a/app/controllers/application.rb b/app/controllers/application.rb
index c927587..94d3b92 100644
--- a/app/controllers/application.rb
+++ b/app/controllers/application.rb
@@ -1,28 +1,28 @@
# Filters added to this controller apply to all controllers in the application.
# Likewise, all the methods added will ... |
itszero/eLib2 | 24c2356a5319b6f0fcfd2136c9ca8b8b44188d7c | gitignores | diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..e802885
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+.DS_Store
+log/*.log
+tmp/**/*
+config/database.yml
+db/*.sqlite3
diff --git a/log/.gitignore b/log/.gitignore
new file mode 100644
index 0000000..e69de29
diff --git a/tmp/.gitignore b/tmp/.g... |
antlr/antlrcs | b22ff98be0a636d6e21e031fbef3e9e7c4eba58b | Prepare for next development iteration | diff --git a/Directory.Build.props b/Directory.Build.props
index ca0e041..46d9d15 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -1,80 +1,80 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAll... |
antlr/antlrcs | c0d38e7ae64252fdd25710420465ef194cd6693c | Fix file copy during build | diff --git a/build/prep/prepare.ps1 b/build/prep/prepare.ps1
index c386748..0359255 100644
--- a/build/prep/prepare.ps1
+++ b/build/prep/prepare.ps1
@@ -1,253 +1,255 @@
param (
[switch]$Debug,
[string]$VisualStudioVersion = '15.0',
[string]$Verbosity = 'minimal',
[string]$Logger,
[switch]$NoValidate
)
... |
antlr/antlrcs | 7a4aa96dc140b3499960dad4870ee3493ddb2b88 | Set the default XML namespace for imported build props/targets | diff --git a/AntlrBuildTask/Antlr3.CodeGenerator.DefaultItems.props b/AntlrBuildTask/Antlr3.CodeGenerator.DefaultItems.props
index 1f9f3f0..103ff21 100644
--- a/AntlrBuildTask/Antlr3.CodeGenerator.DefaultItems.props
+++ b/AntlrBuildTask/Antlr3.CodeGenerator.DefaultItems.props
@@ -1,14 +1,14 @@
<?xml version="1.0" enco... |
antlr/antlrcs | 78df3ee3de6d00b2e497c78f8da778bb65e640bc | Add default items before the project file | diff --git a/AntlrBuildTask/Antlr3.CodeGenerator.DefaultItems.props b/AntlrBuildTask/Antlr3.CodeGenerator.DefaultItems.props
new file mode 100644
index 0000000..1f9f3f0
--- /dev/null
+++ b/AntlrBuildTask/Antlr3.CodeGenerator.DefaultItems.props
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project>
+
+ <!-... |
antlr/antlrcs | 6f96be47d1a633c0c8a2adb7697235ddcaf0181b | Move ANTLR default items to separate files | diff --git a/AntlrBuildTask/Antlr3.CodeGenerator.DefaultItems.targets b/AntlrBuildTask/Antlr3.CodeGenerator.DefaultItems.targets
new file mode 100644
index 0000000..4bfe8b3
--- /dev/null
+++ b/AntlrBuildTask/Antlr3.CodeGenerator.DefaultItems.targets
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project>
+
... |
antlr/antlrcs | 74559200b01367928dabb38f33c0fb7a30e9861f | Rename build extensions to match package name | diff --git a/AntlrBuildTask/Antlr3.props b/AntlrBuildTask/Antlr3.CodeGenerator.props
similarity index 100%
rename from AntlrBuildTask/Antlr3.props
rename to AntlrBuildTask/Antlr3.CodeGenerator.props
diff --git a/AntlrBuildTask/Antlr3.targets b/AntlrBuildTask/Antlr3.CodeGenerator.targets
similarity index 100%
rename fro... |
antlr/antlrcs | 8e7b2cb7a979b609652bc0e736da3fe267c5f039 | Remove duplicate None items | diff --git a/AntlrBuildTask/AntlrBuildTask.csproj b/AntlrBuildTask/AntlrBuildTask.csproj
index da24b93..e894da6 100644
--- a/AntlrBuildTask/AntlrBuildTask.csproj
+++ b/AntlrBuildTask/AntlrBuildTask.csproj
@@ -1,51 +1,50 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup... |
antlr/antlrcs | 1b451a16ad9b7232abd4c1692a016c391e5ac680 | Simplify YAML syntax in appveyor.yml | diff --git a/appveyor.yml b/appveyor.yml
index c8fc1d1..1eabe2f 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,24 +1,22 @@
version: 1.0.{build}
os: Visual Studio 2017
configuration: Release
init:
-- cmd: >-
+- cmd: |
git config --global core.autocrlf true
-
mkdir ..\..\..\keys\antlr
-
"C:\Program... |
antlr/antlrcs | eeda54c1b95461dafb826adc8045db35acd69941 | Simplify the .gitattributes to auto-detect text files | diff --git a/.gitattributes b/.gitattributes
index 14c7e3f..29dbbfe 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,36 +1,2 @@
-# Source code files
-*.cs text
-*.vsixmanifest text
-*.config text
-*.resx text
-*.vstemplate text
-*.nuspec text
-*.md text
-*.txt text
-*.ps1 text
-*.stg text
-*.xml text
-LICENSE tex... |
antlr/antlrcs | 262f2eba311b33a5fd7744fb84accacb7a4c6f4b | Disable synthetic project references for solution dependencies | diff --git a/Directory.Build.props b/Directory.Build.props
index f0ab6aa..46d9d15 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -1,75 +1,80 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAll... |
antlr/antlrcs | 821a790af64b660bb391b4d07c706dae03b2fb5f | Prepare for next development iteration | diff --git a/Directory.Build.props b/Directory.Build.props
index d22da6c..37ad5af 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -1,81 +1,81 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAll... |
antlr/antlrcs | 7e09581831200d3ba06a1a5e5165d2a3887e3933 | Add Travis CI build status badge | diff --git a/README.md b/README.md
index 435ca19..701a2e4 100644
--- a/README.md
+++ b/README.md
@@ -1,25 +1,28 @@
# ANTLR 3 C# Target
[](https://gitter.im/antlr/antlrcs?utm_source=badge&utm_medium=badge&utm_campaign=pr-bad... |
antlr/antlrcs | ffa85b94cbe32a96fdea6a156f4522eea64ce066 | Make sure NuGet pack includes generated source files | diff --git a/AntlrBuildTask/Antlr3.targets b/AntlrBuildTask/Antlr3.targets
index e67b491..ba00cb9 100644
--- a/AntlrBuildTask/Antlr3.targets
+++ b/AntlrBuildTask/Antlr3.targets
@@ -1,225 +1,230 @@
<!--
[The "BSD licence"]
Copyright (c) 2011 Sam Harwell
All rights reserved.
Redistribution and use i... |
antlr/antlrcs | 63103348733e4c1ec12dd5a53ab6c6104cad0eba | Add a net40-client target for StringTemplate 3 | diff --git a/Antlr3.StringTemplate/Antlr3.StringTemplate.csproj b/Antlr3.StringTemplate/Antlr3.StringTemplate.csproj
index dec48ef..f07bb41 100644
--- a/Antlr3.StringTemplate/Antlr3.StringTemplate.csproj
+++ b/Antlr3.StringTemplate/Antlr3.StringTemplate.csproj
@@ -1,87 +1,87 @@
<?xml version="1.0" encoding="utf-8"?... |
antlr/antlrcs | f82dcb07e0be4ce0d223ca1430bb0fedf47b44b7 | Include build customization in MSBuildAllProjects | diff --git a/Antlr3.Targets/Directory.Build.props b/Antlr3.Targets/Directory.Build.props
index d24481d..9c8b2d0 100644
--- a/Antlr3.Targets/Directory.Build.props
+++ b/Antlr3.Targets/Directory.Build.props
@@ -1,53 +1,57 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
+ <PropertyGroup>
+ <MSBuildAllProjects>... |
antlr/antlrcs | 6223de2d8d881c5051516c8dedf15581dcbcc3bb | Make sure the Configuration and Platform properties are set early enough to use | diff --git a/Directory.Build.props b/Directory.Build.props
index 9f241f4..756b359 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -1,68 +1,77 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
+ <PropertyGroup>
+ <!--
+ These properties are used by Directory.Build.props. Make sure they a... |
antlr/antlrcs | 44516f4265d54635177cdc07bdb60bfc560f494c | Make sure the CSharp3 target gets built by the Antlr3.Test project | diff --git a/Antlr3.Test/Antlr3.Test.csproj b/Antlr3.Test/Antlr3.Test.csproj
index 940b097..8bacad3 100644
--- a/Antlr3.Test/Antlr3.Test.csproj
+++ b/Antlr3.Test/Antlr3.Test.csproj
@@ -1,55 +1,56 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks... |
antlr/antlrcs | a19e82b9fb55b3902787722ea2e06828ec414022 | Fix handling of paths with invalid characters | diff --git a/Antlr3/AntlrTool.cs b/Antlr3/AntlrTool.cs
index 6d8fad8..ccc6ed3 100644
--- a/Antlr3/AntlrTool.cs
+++ b/Antlr3/AntlrTool.cs
@@ -584,1016 +584,1026 @@ namespace Antlr3
// Have to be tricky here when Maven or build tools call in and must new Tool()
// before setting options. The ban... |
antlr/antlrcs | 995f84e724c1254737ab6c4687d972713c9bcc69 | Fix ToolPathRoot for dotnet testing without asset deployment | diff --git a/Antlr3.Test/BaseTest.cs b/Antlr3.Test/BaseTest.cs
index ca9efc1..fe95ae3 100644
--- a/Antlr3.Test/BaseTest.cs
+++ b/Antlr3.Test/BaseTest.cs
@@ -1,630 +1,630 @@
/*
* [The "BSD licence"]
* Copyright (c) 2005-2008 Terence Parr
* All rights reserved.
*
* Conversion to C#:
* Copyright (c) 2008 S... |
antlr/antlrcs | 6a80bbc4d99663351a4194c9acc4f182c6b13f49 | Mark tests that require Java compilation as SkipOnCI | diff --git a/Antlr3.Test/TestAttributes.cs b/Antlr3.Test/TestAttributes.cs
index 47bb099..0e1cde2 100644
--- a/Antlr3.Test/TestAttributes.cs
+++ b/Antlr3.Test/TestAttributes.cs
@@ -1749,1040 +1749,1042 @@ namespace AntlrUnitTests
string expecting2 = "(INT2!=null?INT2.getText():null);";
Error... |
antlr/antlrcs | 80bfa07264066e04033e4bbbcc8251e34e3a5fa2 | Use PathSeparator instead of assuming ':' in PathGroupLoader | diff --git a/Antlr3.StringTemplate/PathGroupLoader.cs b/Antlr3.StringTemplate/PathGroupLoader.cs
index 2e85e80..cf88af1 100644
--- a/Antlr3.StringTemplate/PathGroupLoader.cs
+++ b/Antlr3.StringTemplate/PathGroupLoader.cs
@@ -1,226 +1,226 @@
/*
* [The "BSD license"]
* Copyright (c) 2011 Terence Parr
* All righ... |
antlr/antlrcs | 7fbc152749f2ddaa5316cac35b75589534e343eb | Run Antlr3.Test tests on Travis | diff --git a/.travis.yml b/.travis.yml
index 0250460..9d7f00a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,7 @@
language: csharp
dist: trusty
mono: none
dotnet: 2.0.0
script:
+ - dotnet test Antlr3.Test -f netcoreapp2.0 --filter TestCategory!=SkipOnCI
- dotnet test Antlr4.Test.StringTemplate -f netcor... |
antlr/antlrcs | 512859f801ba542f9c494c0ecbec1a7e99966065 | Add a netstandard2.0 build of Antlr3.StringTemplate | diff --git a/Antlr3.StringTemplate/Antlr3.StringTemplate.csproj b/Antlr3.StringTemplate/Antlr3.StringTemplate.csproj
index 07586d1..dec48ef 100644
--- a/Antlr3.StringTemplate/Antlr3.StringTemplate.csproj
+++ b/Antlr3.StringTemplate/Antlr3.StringTemplate.csproj
@@ -1,78 +1,87 @@
<?xml version="1.0" encoding="utf-8"?... |
antlr/antlrcs | 3ef6c334dab32326f3ed39eb5d3d6e51dcd5e83f | Pack StringTemplate4 without a separate nuspec | diff --git a/Antlr3.sln b/Antlr3.sln
index 70f357e..daa13a6 100644
--- a/Antlr3.sln
+++ b/Antlr3.sln
@@ -1,233 +1,232 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26724.1
MinimumVisualStudioVersion = 15.0
Project("{2150E333-8FDC-42A3-9474-1A3956D... |
antlr/antlrcs | 15675e2b6511dcf14aa44e72e2e384e7f59ca3f8 | Pack Antlr3.Runtime.Debug without a separate nuspec | diff --git a/Antlr3.sln b/Antlr3.sln
index c1cdda2..70f357e 100644
--- a/Antlr3.sln
+++ b/Antlr3.sln
@@ -1,234 +1,233 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26724.1
MinimumVisualStudioVersion = 15.0
Project("{2150E333-8FDC-42A3-9474-1A3956D... |
antlr/antlrcs | 2ff7d6d80d24da59cedf1cfc6bdc998cc1085487 | Pack Antlr4.Runtime and Antlr3.StringTemplate without a separate nuspec | diff --git a/Antlr3.StringTemplate/Antlr3.StringTemplate.csproj b/Antlr3.StringTemplate/Antlr3.StringTemplate.csproj
index 842425a..07586d1 100644
--- a/Antlr3.StringTemplate/Antlr3.StringTemplate.csproj
+++ b/Antlr3.StringTemplate/Antlr3.StringTemplate.csproj
@@ -1,85 +1,78 @@
<?xml version="1.0" encoding="utf-8"?... |
antlr/antlrcs | d76e41c298a895b56f5304841fef87e7aeeef7a0 | Mark Antlr3.CodeGenerator as a development dependency in its PackageReference | diff --git a/Directory.Build.props b/Directory.Build.props
index 4a1f727..540bdf9 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -1,46 +1,46 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<ANTLRVersion>3.5.0.2</ANTLRVersion>
<ANTLRFileVersion>3.5.2.0</ANTLRFileVe... |
antlr/antlrcs | 76b6412ed133975eb6fd639c1e2b5fa19548129f | Add a reference to Microsoft.NET.Test.Sdk in test projects | diff --git a/Antlr3.Test/Antlr3.Test.csproj b/Antlr3.Test/Antlr3.Test.csproj
index 1890e7d..850b99c 100644
--- a/Antlr3.Test/Antlr3.Test.csproj
+++ b/Antlr3.Test/Antlr3.Test.csproj
@@ -1,50 +1,51 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks... |
antlr/antlrcs | 6219b5d4a77d6f106932226de1a22f0917042252 | Fix casing for the C++ target | diff --git a/Antlr3.Targets/Antlr3.Targets.Cpp/CPPTarget.cs b/Antlr3.Targets/Antlr3.Targets.Cpp/CppTarget.cs
similarity index 99%
rename from Antlr3.Targets/Antlr3.Targets.Cpp/CPPTarget.cs
rename to Antlr3.Targets/Antlr3.Targets.Cpp/CppTarget.cs
index a177bab..b6c3032 100644
--- a/Antlr3.Targets/Antlr3.Targets.Cpp/CPPT... |
antlr/antlrcs | 50bcff1785c61d91fd05f5784cc15bddb6142e4c | Skip very slow tests on CI | diff --git a/Antlr3.Test/TestAutoAST.cs b/Antlr3.Test/TestAutoAST.cs
index cd6ac0a..24f4a84 100644
--- a/Antlr3.Test/TestAutoAST.cs
+++ b/Antlr3.Test/TestAutoAST.cs
@@ -1,549 +1,550 @@
/*
* [The "BSD licence"]
* Copyright (c) 2005-2008 Terence Parr
* All rights reserved.
*
* Conversion to C#:
* Copyrigh... |
antlr/antlrcs | 8ae5beb0d1b51ae1ededda7fb945f3aaac5e4006 | Fix ErrorManager.ResetErrorState() | diff --git a/Antlr3/Tool/ErrorManager.cs b/Antlr3/Tool/ErrorManager.cs
index e618969..72b03a2 100644
--- a/Antlr3/Tool/ErrorManager.cs
+++ b/Antlr3/Tool/ErrorManager.cs
@@ -134,910 +134,911 @@ namespace Antlr3.Tool
public const int MSG_DOUBLE_QUOTES_ILLEGAL = 145;
public const int MSG_INVALID_TEMPLATE... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.