This message announces the availability of Scheme release scm4e1. Scm conforms to Revised^4 Report on the Algorithmic Language Scheme and the IEEE P1178 specification. Scm is written in C and runs under Amiga, Atari-ST, MacOS, MS-DOS, OS/2, NOS/VE, Unicos, VMS, Unix and similar systems. ASCII and EBCDIC are supported. Documentation is included explaining the many Scheme Language extensions in scm, the internal representation and how to extend or include scm in other programs. SLIB is a portable Scheme library which SCM uses. SLIB-PSD is a portable debugger for Scheme (requires emacs editor). -------------------Readme.FreeBSD------------------------ 1. Pathname dependencies: The init file is hardcoded as /usr/local/lib/scm/Init.scm. Alternatively, one can set the environment variable SCM_INIT_PATH to the pathname of Init.scm. The library files are in /usr/local/lib/slib. Alternatively, one can set the environment variable SCHEME_LIBRARY_PATH to the slib directory. Remember to use a trailing / on the pathname. 2. I have -DSICP turn on by default, since I expect this to be the major reason for this port. This means test.scm will fail on 3 tests in section 6.1. If strict R4S compliance is important to you, recompile w/o the SICP flag. Jeffrey Hsu df38bf6c2c8b890d7fa51cb0d'/> DEXON fork of 0x protocol contracts forked from 0x-monorepo (https://github.com/dexon-foundation/0x-contracts)
aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tslint-config
Commit message (Expand)AuthorAgeFilesLines
* @0xproject/tslint-config@1.0.0Leonid Logvinov2018-07-201-1/+1
* Change the next @0xproject/tslint-config version to be 1.0.0Leonid Logvinov2018-07-201-0/+9
* Change all package to depend on the new @0xproject/monorepo-scripts@1.0.0Leonid Logvinov2018-07-201-1/+1
* MergeLeonid Logvinov2018-07-181-81/+18
* Merge branch 'v2-prototype' into feature/order-watcher-v2Leonid Logvinov2018-07-183-39/+123
|\
| * Fix tslint issuesLeonid Logvinov2018-07-171-0/+1
| * Upgrade tslint to the newest versionLeonid Logvinov2018-07-171-1/+1
| * Add new tslint rulesLeonid Logvinov2018-07-171-0/+19
| * Sort the config file lexicographicallyLeonid Logvinov2018-07-161-26/+31
* | Add no-return-await, no-duplicate-switch-case, no-implicit-dependencies rulesLeonid Logvinov2018-07-131-0/+3
* | Upgrade tslint to use prefer-readonlyLeonid Logvinov2018-07-131-1/+1
|/
* Update package versionsFabio Berger2018-07-101-2/+2
* Update changelogsFabio Berger2018-07-092-0/+13
* Fix missed merge conflictsFabio Berger2018-06-191-3/+0
* Update all package versions to match latest published to NPMFabio Berger2018-06-191-2/+2
* Update CHANGELOG's with publishes performed on development branchFabio Berger2018-06-192-0/+29
* Fix no-unused-variable tslint rule to include parameters and fix issuesFabio Berger2018-06-121-1/+1
* Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-071-1/+1
|\
| * Merge v2-prototypeFabio Berger2018-06-061-0/+1
| |\
| * | - Rename watch to watch_without_deps in sub-packages, so dev's don't confuse ...Fabio Berger2018-06-051-1/+1
* | | merge v2-prototypeFabio Berger2018-06-061-0/+1
|\ \ \ | | |/ | |/|
| * | Add `switch-default` tslint rule and add missing default statementFabio Berger2018-06-051-0/+1
| |/
* | Linter now passesfragosti2018-06-061-1/+0
* | Try enabling no-unused-variable...fragosti2018-06-053-1/+5
|/
* Merge branch 'development' into v2-prototypeLeonid Logvinov2018-05-233-2/+15
|\
| * PublishLeonid Logvinov2018-05-231-2/+2
| * Updated CHANGELOGSLeonid Logvinov2018-05-232-0/+13
* | Add `are` to boolean naming conventionsFabio Berger2018-05-231-1/+1
* | Fix the tsutils version, fixing ts typings issueFabio Berger2018-05-231-1/+1
|/
* Merge pull request #594 from 0xProject/improvement/addCustomTslintRulesFabio Berger2018-05-234-1/+149
|\
| * Merge branch 'development' into improvement/addCustomTslintRulesFabio Berger2018-05-161-0/+3
| |\
| * | Fix commentsFabio Berger2018-05-161-2/+1
| * | Enforce new rules, including no-switch-case-fall-throughFabio Berger2018-05-161-0/+3
| * | Implement boolean variable naming custom TSLint ruleFabio Berger2018-05-161-0/+69
| * | Implement custom no-magic-numbers rule that doesn't include magic numbers pas...Fabio Berger2018-05-162-1/+78
* | | Use make-promises-safe to catch unhandled rejections in testsAlex Browne2018-05-171-1/+2
| |/ |/|
* | Merge pull request #578 from 0xProject/document-node-versionAlex Browne2018-05-161-0/+3
|\ \ | |/ |/|
| * Change minimum Node version to 6.12Alex Browne2018-05-151-1/+1
| * Document Node.js version requirement and add it to package.jsonAlex Browne2018-05-151-0/+3
* | Move from using lerna multi-package commands to wsrun, update README's accord...Fabio Berger2018-05-152-16/+4
|/
* Add missing type definitionsLeonid Logvinov2018-05-142-2/+3
* Fix linter issuesLeonid Logvinov2018-05-101-1/+1
* PublishLeonid Logvinov2018-05-041-2/+2
* Updated CHANGELOGSLeonid Logvinov2018-05-042-7/+20
* PublishFabio Berger2018-04-181-2/+2
* Updated CHANGELOGSFabio Berger2018-04-182-7/+20
* Fix some of the publishing/installation issuesLeonid Logvinov2018-04-121-1/+1
* PublishLeonid Logvinov2018-04-121-2/+2
* Updated CHANGELOGSLeonid Logvinov2018-04-122-0/+13
* Fix contributing linksFabio Berger2018-04-051-1/+1
* Improve contributing section of all packages so they include building entire ...Fabio Berger2018-04-051-4/+24
* Remove `isPublished` from all CHANGELOG.json filesxFabio Berger2018-04-031-16/+8
* After publishLeonid Logvinov2018-04-021-1/+2
* PublishLeonid Logvinov2018-04-021-2/+2
* Updated CHANGELOGSLeonid Logvinov2018-04-022-6/+19
* Add manual postpublish command to all public packages and update CHANGELOG.jsonFabio Berger2018-04-022-2/+4
* PublishFabio Berger2018-04-021-2/+2
* Updated CHANGELOGSFabio Berger2018-04-022-1/+19
* Generate CHANGELOG.json filesFabio Berger2018-04-021-0/+74
* Standardize changelog dates and formatFabio Berger2018-03-291-1/+1
* Merge pull request #482 from 0xProject/feature/web3-typesLeonid Logvinov2018-03-281-0/+1
|\
| * Move common types out of web3 typesLeonid Logvinov2018-03-271-0/+1
* | merge developmentxFabio Berger2018-03-281-1/+1
|\|
| * Add clean-state testsLeonid Logvinov2018-03-271-1/+1
* | Add monorepo_scripts to npmignoreFabio Berger2018-03-271-0/+1
|/
* Fix lint rules directoryFabio Berger2018-03-221-1/+1
* Set Lodash dep to an exact version since newer versions introduced breaking c...Fabio Berger2018-03-201-1/+1
* PublishFabio Berger2018-03-191-2/+2
* PublishFabio Berger2018-03-191-3/+3
* Move configuration into package.json configs sectionFabio Berger2018-03-141-2/+3
* Fix lint issuesFabio Berger2018-03-131-0/+1
* move scripts to monorepro-scriptsFabio Berger2018-03-13