Skip to content

Commit

Permalink
Fixed a bug related to global access/visibility.
Browse files Browse the repository at this point in the history
Re-named `Format` to `Injection`.
  • Loading branch information
eduardoejp committed Aug 24, 2023
1 parent 6620a2a commit ffe8cb4
Show file tree
Hide file tree
Showing 597 changed files with 1,458 additions and 1,364 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ aedifex.jar
/lux-jvm/source/unsafe
/lux-jvm/source/program
/lux-jvm/source/spec
/lux-jvm/source/parser
/lux-jvm/source/projection
/lux-jvm/source/format

/lux-js/RELEASE
Expand Down
2 changes: 1 addition & 1 deletion licentia/source/program/licentia.lux
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
["!" capability]]]
[data
["[0]" text
["%" \\format (.only format)]
["%" \\injection (.only format)]
[encoding
["[0]" utf8]]]
[format
Expand Down
2 changes: 1 addition & 1 deletion licentia/source/program/licentia/document.lux
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[lux (.except or and)
[data
["[0]" text
["%" \\format (.only format)]]
["%" \\injection (.only format)]]
[collection
["[0]" list (.use "[1]#[0]" functor)]]]]])

Expand Down
6 changes: 3 additions & 3 deletions licentia/source/program/licentia/input.lux
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
["<>" projection]]
[data
[text
["%" \\format (.only format)]]
["%" \\injection (.only format)]]
[format
["[0]" json
["<[1]>" \\projection (.only Projection)]]]]
Expand Down Expand Up @@ -41,11 +41,11 @@
(<json>.field "name" <json>.string)
(<json>.field "version" <json>.string))))

(with_template [<name> <type> <format>]
(with_template [<name> <type> <injection>]
(exception.the .public (cannot_use_fractional_amount it)
(Exception <type>)
(exception.report
(list ["Amount" (<format> it)])))
(list ["Amount" (<injection> it)])))

[cannot_use_fractional_amount Dec %.dec]
[cannot_use_negative_amount Int %.int]
Expand Down
2 changes: 1 addition & 1 deletion licentia/source/program/licentia/license/addendum.lux
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[lux (.except)
[data
[text
["%" \\format (.only format)]]]]]
["%" \\injection (.only format)]]]]]
["[0]" // (.only Addendum)
[//
["$" document]]])
Expand Down
2 changes: 1 addition & 1 deletion licentia/source/program/licentia/license/assurance.lux
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[lux (.except)
[data
["[0]" text
["%" \\format (.only format)]]]]]
["%" \\injection (.only format)]]]]]
[//
["_" term]
[//
Expand Down
2 changes: 1 addition & 1 deletion licentia/source/program/licentia/license/black_list.lux
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
["[0]" maybe (.use "[1]#[0]" functor)]]
[data
["[0]" text
["%" \\format (.only format)]]
["%" \\injection (.only format)]]
[collection
["[0]" list (.use "[1]#[0]" functor)]]]]]
["[0]" // (.only Entity Black_List)
Expand Down
2 changes: 1 addition & 1 deletion licentia/source/program/licentia/license/commercial.lux
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[lux (.except)
[data
["[0]" text
["%" \\format (.only format)]]]]]
["%" \\injection (.only format)]]]]]
["[0]" // (.only Commercial)
["_" term]
[//
Expand Down
2 changes: 1 addition & 1 deletion licentia/source/program/licentia/license/definition.lux
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[lux (.except Definition)
[data
["[0]" text
["%" \\format (.only format)]]]]]
["%" \\injection (.only format)]]]]]
[///
["$" document]])

Expand Down
2 changes: 1 addition & 1 deletion licentia/source/program/licentia/license/distribution.lux
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[lux (.except)
[data
["[0]" text
["%" \\format (.only format)]]
["%" \\injection (.only format)]]
[collection
["[0]" list (.use "[1]#[0]" monoid)]]]]]
["[0]" // (.only Distribution)
Expand Down
2 changes: 1 addition & 1 deletion licentia/source/program/licentia/license/extension.lux
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[lux (.except)
[data
["[0]" text
["%" \\format (.only format)]]]]]
["%" \\injection (.only format)]]]]]
["[0]" // (.only Extension)
[time (.only Months Period)]
["_" term]
Expand Down
2 changes: 1 addition & 1 deletion licentia/source/program/licentia/license/grant.lux
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[lux (.except)
[data
["[0]" text
["%" \\format (.only format)]]
["%" \\injection (.only format)]]
[collection
["[0]" list]]]]]
[//
Expand Down
2 changes: 1 addition & 1 deletion licentia/source/program/licentia/license/liability.lux
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[lux (.except)
[data
["[0]" text
["%" \\format (.only format)]]]]]
["%" \\injection (.only format)]]]]]
[//
["_" term]
[//
Expand Down
2 changes: 1 addition & 1 deletion licentia/source/program/licentia/license/limitation.lux
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[lux (.except)
[data
[text
["%" \\format (.only format)]]]]]
["%" \\injection (.only format)]]]]]
[//
["_" term]
[//
Expand Down
2 changes: 1 addition & 1 deletion licentia/source/program/licentia/license/miscellaneous.lux
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[lux (.except)
[data
[text
["%" \\format (.only format)]]]]]
["%" \\injection (.only format)]]]]]
[//
["_" term]
[//
Expand Down
2 changes: 1 addition & 1 deletion licentia/source/program/licentia/license/notice.lux
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[lux (.except)
[data
["[0]" text
["%" \\format (.only format)]]
["%" \\injection (.only format)]]
[collection
["[0]" list (.use "[1]#[0]" functor)]]]
[math
Expand Down
2 changes: 1 addition & 1 deletion licentia/source/program/licentia/license/submission.lux
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[lux (.except)
[data
["[0]" text
["%" \\format (.only format)]]]]]
["%" \\injection (.only format)]]]]]
[//
["_" term]
[//
Expand Down
2 changes: 1 addition & 1 deletion licentia/source/program/licentia/output.lux
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[data
["[0]" bit]
["[0]" text
["%" \\format (.only format)]]
["%" \\injection (.only format)]]
[collection
["[0]" list (.use "[1]#[0]" functor monoid)]]]]]
[//
Expand Down
2 changes: 1 addition & 1 deletion lux-c++/source/program.lux
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
[data
["[0]" product]
["[0]" text (.only)
["%" \\format (.only format)]
["%" \\injection (.only format)]
[encoding
["[0]" utf8]]]
[collection
Expand Down
2 changes: 1 addition & 1 deletion lux-cl/source/program.lux
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
["[0]" promise (.only Promise)]]]
[data
["[0]" text (.use "[1]#[0]" hash)
["%" \\format (.only format)]
["%" \\injection (.only format)]
["[0]" encoding]]
[collection
["[0]" array (.only Array)]]]
Expand Down
2 changes: 1 addition & 1 deletion lux-js/source/program.lux
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
[data
["[0]" product]
[text
["%" \\format (.only format)]
["%" \\injection (.only format)]
[encoding
["[0]" utf8]]]
[collection
Expand Down
2 changes: 1 addition & 1 deletion lux-jvm/source/program.lux
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
[data
["[0]" product]
[text
["%" \\format (.only format)]]
["%" \\injection (.only format)]]
[collection
[array (.only Array)]]]
[meta
Expand Down
2 changes: 1 addition & 1 deletion lux-lua/source/program.lux
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
["[0]" async (.only Async)]]]
[data
["[0]" text (.use "[1]#[0]" hash)
["%" \\format (.only format)]
["%" \\injection (.only format)]
[encoding
["[0]" utf8]]]
[collection
Expand Down
2 changes: 1 addition & 1 deletion lux-php/source/program.lux
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
["[0]" promise (.only Promise)]]]
[data
["[0]" text (.use "[1]#[0]" hash)
["%" \\format (.only format)]
["%" \\injection (.only format)]
[encoding
["[0]" utf8]]]
[collection
Expand Down
2 changes: 1 addition & 1 deletion lux-python/source/program.lux
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
["[0]" async (.only Async)]]]
[data
["[0]" text (.use "[1]#[0]" hash)
["%" \\format (.only format)]
["%" \\injection (.only format)]
[encoding
["[0]" utf8]]]
[collection
Expand Down
2 changes: 1 addition & 1 deletion lux-r/source/program.lux
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
["[0]" promise (.only Promise)]]]
[data
["[0]" text (.use "[1]#[0]" hash)
["%" \\format (.only format)]
["%" \\injection (.only format)]
[encoding
["[0]" utf8]]]
[collection
Expand Down
2 changes: 1 addition & 1 deletion lux-ruby/source/program.lux
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
["[0]" async (.only Async)]]]
[data
["[0]" text (.use "[1]#[0]" hash)
["%" \\format (.only format)]
["%" \\injection (.only format)]
[encoding
["[0]" utf8]]]
[collection
Expand Down
2 changes: 1 addition & 1 deletion lux-scheme/source/program.lux
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
["[0]" promise (.only Promise)]]]
[data
["[0]" text (.use "[1]#[0]" hash)
["%" \\format (.only format)]
["%" \\injection (.only format)]
["[0]" encoding]]
[collection
["[0]" array (.only Array)]]]
Expand Down
2 changes: 1 addition & 1 deletion stdlib/source/documentation/lux.lux
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
["[0]" io]]
[data
["[0]" text (.only \n)
["%" \\format (.only format)]]
["%" \\injection (.only format)]]
[collection
["[0]" list (.use "[1]#[0]" monoid)]
["[0]" set]]]]]
Expand Down
2 changes: 1 addition & 1 deletion stdlib/source/documentation/lux/abstract/comonad.lux
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
["$" documentation]
[data
[text (.only \n)
["%" \\format (.only format)]]
["%" \\injection (.only format)]]
[collection
["[0]" list]]]]]
[\\library
Expand Down
2 changes: 1 addition & 1 deletion stdlib/source/documentation/lux/abstract/equivalence.lux
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
["$" documentation]
[data
[text (.only \n)
["%" \\format (.only format)]]]]]
["%" \\injection (.only format)]]]]]
[\\library
["[0]" /]])

Expand Down
2 changes: 1 addition & 1 deletion stdlib/source/documentation/lux/abstract/functor.lux
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
["$" documentation]
[data
[text (.only \n)
["%" \\format (.only format)]]
["%" \\injection (.only format)]]
[collection
["[0]" list]]]]]
[\\library
Expand Down
2 changes: 1 addition & 1 deletion stdlib/source/documentation/lux/abstract/hash.lux
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
["$" documentation]
[data
[text (.only \n)
["%" \\format (.only format)]]]]]
["%" \\injection (.only format)]]]]]
[\\library
["[0]" /]])

Expand Down
2 changes: 1 addition & 1 deletion stdlib/source/documentation/lux/abstract/interval.lux
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
["$" documentation]
[data
[text (.only \n)
["%" \\format (.only format)]]]]]
["%" \\injection (.only format)]]]]]
[\\library
["[0]" /]])

Expand Down
2 changes: 1 addition & 1 deletion stdlib/source/documentation/lux/abstract/mix.lux
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
["$" documentation]
[data
[text (.only \n)
["%" \\format (.only format)]]]]]
["%" \\injection (.only format)]]]]]
[\\library
["[0]" /]])

Expand Down
2 changes: 1 addition & 1 deletion stdlib/source/documentation/lux/abstract/monad.lux
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
["$" documentation]
[data
[text (.only \n)
["%" \\format (.only format)]]
["%" \\injection (.only format)]]
[collection
["[0]" list]]]]]
[\\library
Expand Down
2 changes: 1 addition & 1 deletion stdlib/source/documentation/lux/abstract/monoid.lux
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
["$" documentation]
[data
[text (.only \n)
["%" \\format (.only format)]]]]]
["%" \\injection (.only format)]]]]]
[\\library
["[0]" /]])

Expand Down
2 changes: 1 addition & 1 deletion stdlib/source/documentation/lux/abstract/order.lux
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
["$" documentation]
[data
[text (.only \n)
["%" \\format (.only format)]]]]]
["%" \\injection (.only format)]]]]]
[\\library
["[0]" /]])

Expand Down
2 changes: 1 addition & 1 deletion stdlib/source/documentation/lux/control.lux
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
["$" documentation]
[data
[text (.only \n)
["%" \\format (.only format)]]
["%" \\injection (.only format)]]
[collection
["[0]" list]]]]]
["[0]" /
Expand Down
2 changes: 1 addition & 1 deletion stdlib/source/documentation/lux/control/concatenative.lux
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
["$" documentation]
[data
[text
["%" \\format (.only format)]]
["%" \\injection (.only format)]]
[collection
["[0]" list]]]
[math
Expand Down
2 changes: 1 addition & 1 deletion stdlib/source/documentation/lux/control/concurrency.lux
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
["$" documentation]
[data
[text (.only \n)
["%" \\format (.only format)]]
["%" \\injection (.only format)]]
[collection
["[0]" list]]]]]
["[0]" /
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
["$" documentation]
[data
[text (.only \n)
["%" \\format (.only format)]]]]]
["%" \\injection (.only format)]]]]]
[\\library
["[0]" /]])

Expand Down
Loading

0 comments on commit ffe8cb4

Please sign in to comment.