aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-04Test to make sure modules cannot import themselves.Eduardo Julian2-83/+183
2020-10-03Gave Aedifex support for multiple profiles.Eduardo Julian2-50/+117
2020-10-03Added deployment code to Aedifex.Eduardo Julian4-21/+22
2020-09-16Changed the format of project descriptor files.Eduardo Julian6-16/+303
2020-08-29Test programs + auti build/test.Eduardo Julian5-24/+216
2020-08-28Build programs.Eduardo Julian5-28/+106
2020-08-26Download and catch dependencies in Aedifex.Eduardo Julian6-27/+164
2020-08-18Calculate SHA-1 and MD5 hashes.Eduardo Julian4-66/+186
2020-08-17Add local repo installation to Aedifex.Eduardo Julian5-48/+133
2020-08-12Aedifex can generate POM files.Eduardo Julian4-49/+279
2020-08-12WIP: New build-tool named Aedifex (can read project descriptions).Eduardo Julian10-581/+862
2020-08-10Improved naming when evaluating code on the host platform.Eduardo Julian3-3/+51
2020-08-09Allow "#io" outputs for JS imports.Eduardo Julian10-39/+213
2020-08-09"abstract:" macro now takes annotations after representation type.Eduardo Julian4-15/+211
2020-08-09No longer inline the object literal for variants.Eduardo Julian3-17/+214
2020-08-07Some fixes.Eduardo Julian1-1/+1
2020-07-24Can get the JS(JS) compiler to compile.Eduardo Julian1-4/+6
2020-07-14Mo' fixes, less problems.Eduardo Julian2-28/+92
2020-07-05Got the JS compiler code to build again.Eduardo Julian1-150/+136
2020-07-02Now using the new syntax for variants (even though they still work the old wa...Eduardo Julian4-33/+34
2020-07-01Moved all spec(ifications) from under "test/" to under "spec/".Eduardo Julian64-348/+83
2020-07-01WIP: Leiningen integration with the new JVM compiler.Eduardo Julian2-2/+5
2020-06-28The "for" macro can now work directly with definitions. No text literals nece...Eduardo Julian3-442/+462
2020-06-24Last bug fixes to get the new JVM compiler to fully process the standard libr...Eduardo Julian5-496/+648
2020-06-23Bug fixes.Eduardo Julian1-150/+395
2020-06-12Optimizing-away unnecessary variable declarations/bindings.Eduardo Julian4-1/+501
2020-06-11Updated test for function optimization.Eduardo Julian3-151/+584
2020-06-09Basic pattern-matching optimizations.Eduardo Julian3-37/+357
2020-06-03Now applying the loop optimization to all functions.Eduardo Julian2-60/+66
2020-06-03Properly implemented and enabled loop optimization.Eduardo Julian4-1/+657
2020-06-01Implemented an optimization for getting fields/slots from records in the new ...Eduardo Julian5-61/+287
2020-05-31Re-enabled lux/tool tests.Eduardo Julian18-178/+402
2020-05-29Can now import previously exported libraries.Eduardo Julian3-51/+140
2020-05-28Can now export Lux code as library TAR files.Eduardo Julian5-83/+123
2020-05-28Can now parse TAR files.Eduardo Julian6-7/+470
2020-05-19Can now write TAR files.Eduardo Julian5-2/+91
2020-05-17Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian65-152/+151
2020-05-17:share no longer relies on :assumeEduardo Julian2-62/+89
2020-05-16Parallel compilation for the new compiler(s).Eduardo Julian3-128/+179
2020-05-13Made test-running parallel again.Eduardo Julian6-120/+253
2020-05-12Now logging to a data-structure and only printing in the end.Eduardo Julian4-8/+137
2020-05-12Compiler versions are now natural numbers, and are included as part of the na...Eduardo Julian4-80/+239
2020-05-11Now storing and loading extensions in the cache.Eduardo Julian3-50/+104
2020-05-10Now properly loading the cached definitions.Eduardo Julian2-94/+122
2020-05-09Including runtime machinery in the cache.Eduardo Julian3-154/+211
2020-05-06Loading the artifacts from the cache and re-populating the analyser's state.Eduardo Julian4-99/+176
2020-04-22Now caching the documents generated after compiling each module.Eduardo Julian2-48/+86
2020-04-21Now caching the reservations from the archive.Eduardo Julian3-24/+145
2020-04-20Added some testing machinery to measure the code coverage of tests.Eduardo Julian3-109/+142
2020-04-20Got JVM anonymous classes to compile again.Eduardo Julian3-65/+123