<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luarocks/spec/write_rockspec_spec.lua, branch test-pin</title>
<subtitle>A mirror of https://github.com/luarocks/luarocks.git
</subtitle>
<id>https://git.lua4.win/luarocks/atom?h=test-pin</id>
<link rel='self' href='https://git.lua4.win/luarocks/atom?h=test-pin'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/'/>
<updated>2024-02-27T16:28:33+00:00</updated>
<entry>
<title>tests: reorganize and speed up unit tests</title>
<updated>2024-02-27T16:28:33+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2024-02-26T21:30:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=03e401231972d7b4db0145a71ce74d5d18d1a901'/>
<id>urn:sha1:03e401231972d7b4db0145a71ce74d5d18d1a901</id>
<content type='text'>
</content>
</entry>
<entry>
<title>editorconfig: trim trailing whitespace</title>
<updated>2021-03-16T19:32:45+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2021-03-16T16:36:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=8f3ce333e7a1abfc6bf0488817d9eff4a2fd443f'/>
<id>urn:sha1:8f3ce333e7a1abfc6bf0488817d9eff4a2fd443f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: shorter descriptions</title>
<updated>2020-02-14T12:53:12+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2020-02-14T12:53:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=bd27d052eaf856bf24c77f556a50b7e19f11cba1'/>
<id>urn:sha1:bd27d052eaf856bf24c77f556a50b7e19f11cba1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>write_rockspec, init: rename --lua-version to --lua-versions</title>
<updated>2018-09-06T23:42:15+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2018-09-06T22:07:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=8840171407a17a6237e193fde3d6a3cc8aee1c4e'/>
<id>urn:sha1:8840171407a17a6237e193fde3d6a3cc8aee1c4e</id>
<content type='text'>
Fixes conflict between the use of --lua-version in write_rockspec
to list supported Lua versions in a rockspec (now renamed
to --lua-versions) and the general --lua-version flag used to
select a Lua interpreter.
</content>
</entry>
<entry>
<title>Tests: improve isolation of tests</title>
<updated>2018-07-02T01:54:08+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2018-07-02T00:28:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=121ba1ace77b0dbe4b35d25fcb88ece8606ec685'/>
<id>urn:sha1:121ba1ace77b0dbe4b35d25fcb88ece8606ec685</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tests: replace #blackbox with #integration and #whitebox with #unit</title>
<updated>2018-06-04T18:41:51+00:00</updated>
<author>
<name>George Roman</name>
<email>george.roman.99@gmail.com</email>
</author>
<published>2018-05-31T21:05:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=4e8c650d7daac769f9af843b1578dd2521318972'/>
<id>urn:sha1:4e8c650d7daac769f9af843b1578dd2521318972</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tests: cache build of mock server dependencies to speed up tests</title>
<updated>2018-05-28T23:15:26+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2018-05-28T22:12:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=27ae57f6140cb8c136c74c38d415afdcadb58ddd'/>
<id>urn:sha1:27ae57f6140cb8c136c74c38d415afdcadb58ddd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for namespaces.</title>
<updated>2018-04-11T17:38:06+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2018-04-05T18:50:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=835d21e98e95e0ed2b6b028ddb06fe87427e5488'/>
<id>urn:sha1:835d21e98e95e0ed2b6b028ddb06fe87427e5488</id>
<content type='text'>
For details of the new feature, see
https://github.com/luarocks/luarocks/wiki/Namespaces

This ended up being a huge commit because of some major refactoring
motivated by the new feature:

* new modules for some object types:
  * `luarocks.queries` - all functions that look for rocks in local or
    remote repositories now use objects constructed by this module:
    query objects contain the name, namespace and query constraints.
    Dependencies in a rockspec are also stored as query objects.
  * `luarocks.results` - all individual results produces from queries
    are returned in this format: result objects contain the name,
    namespace, version, arch and repo.
* the `results` object was renamed to `result_tree`, to better
  reflect that it is not an array of `result` objects.
* `luarocks.vers` was removed, its functionality was moved to better locations.

Specifically on namespaces:

* Commands that take a rock `name` can now take `namespace/name`
  (and alternately `--flags=namespace` so that URLs can be
  also installed with a nominal namespace).
* Rocks installed from a namespace now create a `rock_namespace`
  file alongside `rock_manifest`, which is used when matching
  namespaced dependencies against locally-installed rocks.
* Using namespaced dependencies in a rockspec, requires
  `rockspec_format = "3.0"`.
* Tests under the `#namespaces` hashtag, all using a local repository.
</content>
</entry>
<entry>
<title>Tests: run our own local git-daemon repository for git tests</title>
<updated>2018-03-30T22:52:17+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2018-03-30T18:22:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=2dc0a68c941d883753b2d6715921a8952f95204b'/>
<id>urn:sha1:2dc0a68c941d883753b2d6715921a8952f95204b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reorganize test suite files</title>
<updated>2018-01-08T18:26:48+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2018-01-08T18:26:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=d80124af9cd929b395b4d4c353b51ccc902a3f9e'/>
<id>urn:sha1:d80124af9cd929b395b4d4c353b51ccc902a3f9e</id>
<content type='text'>
</content>
</entry>
</feed>
